 #container {
	width: 748px;
	margin: 0 auto;
	padding: 0;
	top: 0;
	background-color: #fff;
	color: #000;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#top {
	padding: 0;
	margin: 0 0 0 0;
	background: url(/images/header.jpg) no-repeat;
	height: 279px;
}

#top #menutop {
	text-align: right;
	margin-left: 265px;
	width: 359px;
}

#top #left-headers {
	margin-left: 0;
	margin-top: 150px;
	position: absolute
}

#top #photos {
	position: relative;
	margin-top: 36px;
	float: center;
	margin-right: 0 px;
}

#top #photos .left {
	padding-right: 0 px;
}

#top #photos p {
	color: #8F3594;
	background: inherit;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	padding-top: 0;
	margin-top: 0;
}
	

#top p.subhead {
	margin: 0 0 7px 189px;
	padding-top: 40px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/header-bg.jpg) no-repeat;
	position: relative;
}	

#top p.head {
	margin: 0 0 30px 189px;
	color: #598545;
	background: #F4F5EF;
	font-size: 130%;
	font-weight:bold;
	position: relative;
}

/* headers for rest of pages */
#top2 {
	padding: 0;
	margin: 0 0 0 0;
	background: url("/images/header2.jpg") no-repeat;
	height: 116px;
}

#top2 #menutop {
	text-align: right;
	padding-left: 288px;
	width: 460px;
}


#top2 p.head {
	margin: 0 0 30px 189px;
	color: #598545;
	background: #F4F5EF;
	font-size: 130%;
	font-weight:bold;
	position: relative;
}

/* end headers for rest of pages */

a {
	color: #EC008c;
	background: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#leftnav {
	float: left;
	width: 140px;
	margin-left: 72px;
	padding: 0 0 0 0;
	border-right: 1px solid #898989;
	min-height: 500px;
}

#leftnav p {
	font-size: 12px;
	line-height: 15px;
}	


#leftnav a {
	color: #000000;
	background: inherit;
	text-decoration: none;
}

#leftnav a:hover {
	text-decoration: underline;
}
	
#content
{
	margin: 15px 0 0 196px;
	padding: 0 10px;
	
}

#left-col {
	float: left;
	width: 303px;
	padding:0 0 15px 15px;
	border-right: 1px solid #898989;
}

#right-col {
	float: right;
	width: 191px;
	padding-left: 15px;
}

#left-col2 {
	float: left;
	width: 510px;
	padding:0 0 0 15px;

}

#mainbody p { 
	font-size: 12px;
	line-height: 15px;
}

#content p, td { 
	font-size: 12px;
	line-height: 15px;
}




.text {
	font-family: arial, helvetica, sans-serif;
}

.textbold {
	font-weight:bold;
}

#content .head {
	font-size: 115%;
	font-weight:bold;
}

h3 {
	font-size: 125%;
	color: #000000;
	background: inherit;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}
	

#content p.pyramid {
	text-align: center;
}

#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: #fff;
	border-top: 1px solid gray;
	font-size: 75%;
	
}


#dhtmltooltip{
position: absolute;
width: 250px;
border: 1px solid #838594;
padding: 2px;
background-color: #EDF2ED;
visibility: hidden;
z-index: 100;
font-size: x-small;
font-family: arial, helvetica, sans-serif;
}
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/

div.neo {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

div.neo .welcome {
	font-size: 130%;
	font-weight: bold;
}
	


div.neo div.header {
	background-color: #6B815D;
	color: #ffffff;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	min-width: 500px;
	padding: 7px;
}

div.neo div.guide {
	padding-top: 15px;
	color: #ff0000;
	background: inherit;
	margin-left: 50px;
	text-transform: uppercase; 
	font-size: 90%;
}

div.neo div.guide2 li {
	color: #6B815D;
	display: inline;
	padding-left: 15px;
	
}

div.neo div.guide2 a {
	color: #6B815D;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}

div.neo div.guide2 a:hover {
	text-decoration: underline;
}

div.neo div.chief {
	float: left;
	padding: 0 15px 15px 0;
	text-align: center;
	font-size: 90%;
}

div.neo hr.divider {
	text-align: center;
	width: 80%;
	padding: 0;
	margin: 0;
}