 #container {
	width: 726px;
	margin: 0 auto;
	padding: 0;
	top: 0;
	background-color: #fff;
	color: #000;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#top-home {
	padding: 0;
	margin: 0 0 0 0;
	height: 265px;
	width: 730px;
}

#top-home p {
	margin: 0 0 0 10px;
	color: #8F3594;
	background: inherit;
	font-style:italic;
	font-weight: bold;
}	

#top {
	padding: 0;
	margin: 0 0 0 0;
	height: 150px;
}



#top #menu ul li {
	display: inline;
	width: 400px;
	padding-right: 30px;
}

#menu ul {
	list-style: none;
}

#menu ul li a {
	color: #00817B;
	background: inherit;
	text-decoration: none;
	font-size: 80%;
	line-height: 160%;
	padding-left: 0;
	margin-left: -20px;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}



a {
	color: #00817b;
	background: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#leftnav {
	float: left;
	width: 159px;
	margin: 0;
	padding: 15px 0 0 0;
	border-right: 1px solid #898989;
	min-height: 500px;
}

#leftnav p {
	font-size: 80%;
	line-height: 110%;
}	


#leftnav a {
	color: #000000;
	background: inherit;
	text-decoration: none;
}

#leftnav a:hover {
	text-decoration: underline;
}

#content
{
	margin: 15px 0 0 159px;
	padding: 0 10px;
	
}

#left-col {
	float: left;
	width: 370px;
	padding:0 5px 0 0;
	border-right: 1px solid #00807B;
	min-height: 500px;
}

#right-col {
	float: right;
	width: 164px;
	padding-left: 0px;
}

#right-col p {
	padding: 0 5 px;
}

#left-col2 {
	float: left;
	width: 520px;
	padding:0 0 0 15px;

}

#mainbody p { 
	font-size: 80%;
	line-height: 150%;
}

.text {
	font-family: arial, helvetica, sans-serif;
}

.textbold {
	font-weight:bold;
}

.smalltext {
	font-size: 70%;
	color: #00817B;
	background: inherit;
}

#content .head {
	font-size: 115%;
	font-weight:bold;
}

h3 {
	color: #00817b;
	background: inherit;
	font-weight: normal;
	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: verdana, 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;
}