body {
	margin-top: 40px;
	color:#333300;
	background-image:url(images/bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #FCFBE9;
}
h3 { color:#663399; margin-top:0px; float:left; width:160px; }
img.fleft { float:left; }
#container { width: 918px; margin:0px auto; }
#header { width:100%; height:164px; background-image:url(images/header.jpg); }
.chromestyle{ width: 100%; font-weight: bold; background-image:url(images/topnavbg.jpg); background-repeat:repeat-x; }
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.chromestyle ul{ width: 100%; background: url(chromebg.gif) center center repeat-x; height:37px; padding:0; margin:0; }
.chromestyle ul li{ float:left; text-align:center; list-style-type:none; /*width:148px;*/ }
.chromestyle ul li a{
	color: #C2D470;
	display:block;
	padding:0;
	margin: 0;
	text-decoration: none;
	font-size:14px;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/ background: url(chromebg-over.gif) center center repeat-x; }
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #F2FADC;
	width: 200px;
	visibility: hidden; /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #66179B;
}
* html .dropmenudiv a{ /*IE only hack*/ width: 100%; }
.dropmenudiv a:hover{
	background-color: #FCFBE9;
	color: #9EB435;
}
#main {
	width:100%;
	background-color:#FCFBE9;
	z-index:-10px;
	height: 100%;
}
#main #top {
	width:100%;
	margin-top:20px;
}
#main #top img { float:left; }
#main #top #text { width: 400px; height:100%; float:left; margin-left:30px; color:#663300; }
#main #top #text h2 {
	color:#996600;
	font-size:18px;
}
#main #top #text p { margin-left:15px; }
#main #top #text-inner {
	width: 600px;
	height:100%;
	margin-left:30px;
	color:#663300;
	float: left;
}
#main #top #text-inner h2 {
	color:#996600;
	font-size:21px;
}
#main #top #text-inner h1 {
	color:#996600;
	font-size:16px;
}

#main #top #text-inner p {

}
#main #top #right { width:100px; float:left; height:100%; }
#main #bottom {
	width:100%;
	clear:both;
	margin-top:22px;
	height: 290px;
}
#main #bottom a {
	color:#996600;
	font-size:16px;
	padding-bottom:20px;
	width:100%;
	text-decoration: none;
}

#main #bottom h3 { color:#996600; font-size:16px; margin:10px; padding-left:10px; padding-bottom:20px; width:100%;}
#main #bottom p {
	padding:20px;
	padding-bottom: 3px;
}
#main #bottom #bl {
	float:left;
	width:294px;
	height: 224px;
	margin-right:17px;
	background-image:url(images/boxbg.jpg);
	background-repeat:no-repeat;
}
#main #bottom #bl ul li { list-style-image:url(images/bullet1.gif); }
#main #bottom #bm { float:left; width:294px; height: 224px; margin-right:17px; background-image:url(images/boxbg.jpg); background-repeat:no-repeat;}
#main #bottom #bm ul li {
	list-style-image:url(images/bullet1.gif);
}
#main #bottom #br { float:left; width:294px; height: 224px; background-image:url(images/boxbg.jpg); background-repeat:no-repeat; }
#main #bottom #br ul li { list-style-image:url(images/bullet1.gif); }
#footer { font-size:12px; width:100%; height:26px; clear:both; background-image:url(images/footernavbg.gif); background-repeat:repeat-x; }
#footer ul {
	margin:0px auto;
	width: 60%;
	padding-top:5px;
}
#footer ul li { float:left; list-style-type:none; }
#footer a {
	display:block;
	color:#631780;
	text-decoration:none;
	font-weight:bold;
	padding-right:10px;
	padding-left:10px;
}
#footer img { float:left }
#copy { height:50px; color:#333300; }
#copy .content {
	padding-top:20px;
	text-align:center;
	font-size:11px;
}
a:link {
	color: #520B93;
	text-decoration: none;
}

a:visited {
	color: #520B93;
	text-decoration: none;
}
a:active {
	color: #520B93;
	text-decoration: underline;
}
a:hover {
	color: #520B93;
	text-decoration: underline;
}
h1 {
	color:#996600;
	font-size:16px;
}
#clear {
	width:100%;
	clear:both;
}

