html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
	background:#ccccff url(images/main_bg.gif) center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/** layout **/

#wrapper {					  	/** This division keeps everything in the center **/
	text-align: left;
	margin: 37px auto;
	width: 700px;
	background: #ffffff;
	position: relative;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #996633;
	border-bottom-color: #996633;
	border-left-color: #996633;
	border-top-color: #996633;
}
#resources {
	float: left;
	width: 170px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#resources h3 {
	color: #ffffff;
	padding: 4px 5px 5px 39px;
	background: #f7a200;
	font-size: 14px;
}
#resources  li.normal {
	background: #ffcc66 left url(images/bullet.gif) no-repeat;
	border-top: 1px solid #FFFFFF;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}
#resources li.normalon {
	background: #ff9900 left url(images/bulleton.gif) no-repeat;
	border-top: 1px solid #F4EFDF;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}
#resources a {
	display:block;
	text-decoration: none;
	color: #333333;
	padding: 7px 0px 7px 35px;
	font-size: 12px;
}

#resources a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
#toprightContent{
	float: right;
	background-color: #FFFFFF;
	padding-left: 5px;
	width: 490px;
	font-style: normal;
	font-size: 16px;
	margin-top: 10px;
	line-height: 19px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}
#toprightContent h3 {
	color: #000000;
	padding: 4px 0 5px 0px;
}
#toprightContent select, textarea, input {
	font-size: 12px;
}
#toprightContent a:hover {
	text-decoration:underline;
	color: #000066;
}
#toprightContent a{
	text-decoration:underline;
	color: #003399;
}
#toprightContent hr{
	border: 1px solid #CCCCCC;
}
.middleContent {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}
#EOClinks {
	float: left;
	width: 328px;
	font-size: 14px;
	padding-right: 4px;
}
#EOClinks li {
	list-style: none;
	font-size: 12px;
	padding: 7px 0 8px 35px;
	background-color: #FFFFFF;
	background-image: url(images/web.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #996633;
}
#EOClinks a{
	color: #464544;
	text-decoration:none
}
#EOClinks a:hover {
text-decoration:underline;
}
#EOClinks a{
	color: #464544;
}
#CBOlinks {
	float: right;
	width: 328px;
	font-size: 14px;
	padding-left: 7px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #996633;
}
#CBOlinks li {
	list-style: none;
	font-size: 12px;
	padding: 7px 0 8px 35px;
	background-color: #FFFFFF;
	background-image: url(images/web.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #996633;
}
#CBOlinks a{
	color: #464544;
	text-decoration:none
}
#CBOlinks a:hover {
text-decoration:underline;
}
#copyright {
	text-align: center;
	font-size: 9px;
	padding: 3px;
	padding-top: 10px;
}
