.mallory {
	font-family: Geneva, verdana, Sans-Serif;
	font-size: 18px;
	color: #003300;
	font-weight: normal;
}
.subhead {
	font-family: Geneva,  verdana, Sans-Serif;
	font-size: 14px;
	color: #666666;
	font-style: italic;
	font-weight: normal;
}
.content {
	font-family: Geneva,  verdana,  Sans-Serif;
	font-size: 14px;
	color: #333300;
}
.globalnav {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}
.footer {
	font-family: Geneva,  verdana,  Sans-Serif;
	font-size: 9px;
	font-style: normal;
	color: #333300;
}

body {
	overflow:hidden;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;	
	font-family: Geneva,  verdana,  Sans-Serif;
	font-size: 14px;
	color: #333300;
}

/*html {
	overflow:hidden;
}*/

#contentDiv {
	position:absolute;
	z-index:100;
	top:130px;
	left:38%;
	height: 370px;
	width: 60%;
	overflow: auto;
	border: 0px solid #666;
	padding: 8px;
}
#rightBarDiv {
	position:absolute;
	z-index:101;
	top:50px;
	left:71%;
	height: 525px;
	width: 26%;
	border: 0px solid #666;
	padding: 0px;
}

#contactDiv {
	position:absolute;
	z-index:102;
	top:545px;
	left:37%;
	height: auto;
	width: 63%;
	border: 0px solid #666;
	padding: 0px;
}

a:link {
	color: #003300;
	text-decoration: underline;
}
a:visited {
	color: #003300;
	text-decoration: underline;
}
a:hover {
	color: #003300;
	text-decoration: underline;
}
a:active {
	color: #003300;
	text-decoration: underline;
}

.style1 {font-weight: bold}

.globalnav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.globalnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.globalnav a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.globalnav a:active {
	color: #FFFF00;
	text-decoration: none;
}