body {
	margin: 0px;
	text-align:center;
	background-image: url(/assets/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#parent {
/*	background-color: #FFFFFF;
*/	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1FFE1;
	border-left-color: #E1FFE1;
}
#parent a {
	text-decoration: none;
	color: #009900;
}
#parent a:hover {
	color: #000000;
	text-decoration: none;
}

#topdiv {
	height: 267px;
	width: 950px;
}
#topdiv #logobox {
	height: 267px;
	width: 261px;
	background-image: url(/assets/logobox.jpg);
	float: left;
}
#topdiv #topdivright {
	height: 267px;
	width: 689px;
	float: left;
}
#topdiv #topdivright #topvidrighttop {
	height: 36px;
	width: 689px;

}
#topdiv #topdivright #topvidrighttop #topdivrighttopleft {
	background-image: url(/assets/topbar.jpg);
	height: 36px;
	width: 591px;
	float: left;
}
#topdiv #topdivright #topvidrighttop #topdivrighttopright {
	height: 36px;
	width: 98px;
	float: left;
}
#parent #topmenu {
	background-image: url(/assets/topmenubg.jpg);
	height: 30px;
	width: 950px;
}
#parent #maincontent {
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	overflow: auto;
	text-align: left;
	background-image: url(/assets/maincontentbg.jpg);
	background-repeat: repeat-x;
}

#parent #maincontent #left {
	float: left;
	width: 25%;
}

#parent #maincontent #center {
	float: left;
	width: 50%;
}
#parent #maincontent #right {
	float: left;
	width: 25%;
}

.content {
	padding: 10px;
}

.boxes {
	width: 49%;
	height: 16em;
	background-color: #FBF2F0;
	border: 1px solid #F1F1C9;
	float: left;
	display: inline;
	color: #000000;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	overflow: hidden;
}
.boxes .content2 p {
	font-size: 50%;
}

.boxes h4 {
	background-color: #D47255;
	display: block;
	padding: 10px;
	margin: 0px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C13E22;
}
.boxes .content2 img {
	float: left;
	width: 60%;
	margin-right: 6px;
	margin-bottom: 2px;
	height: auto;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


h1 {
	color: #009900;
	text-align: left;
	font-weight: normal;
}
h2 {
	text-align: left;
	color: #CC6600;
	font-weight: normal;
}
h3 {
	color: #666600;
	text-align: left;
	font-weight: normal;
}
h4 {
	color: #FF3300;
	text-align: left;
	font-weight: normal;
}

h5 {
	color: #8A5A2A;
	text-align: left;
	font-weight: normal;
}

.boxes2 {
	width: 100%;
	background-color: #FFFFF2;
	border: 1px solid #DBFDED;
	float: left;
	display: inline;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
}
.boxes2 h4 {
	/*background-color: #F1A223;*/
	background-color: #009900;
	display: block;
	padding: 10px;
	margin: 0px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	font-size: 90%;
}
.boxes3 {
	width: 100%;
	background-color: #FFFFF2;
	border: 1px solid #DBFDED;
	float: left;
	display: inline;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
}
.boxes3 h4 {
	background-color: #009900;
	display: block;
	padding: 10px;
	margin: 0px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	font-size: 90%;
}

.content2 {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}


.verticalspace {
	clear: both;
}



#footer {
	background-image: url(/assets/footbg.jpg);
	height: 50px;
	width: 950px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3DBCC;
}
#footcontent {
	padding-top: 20px;
	color: #000000;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
.topicnavigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.topicnavigation {
	height: 30px;
	width: auto;
	font-size: 80%;
	font-weight: normal;
}

.topicnavigation li {
	float: left;
	margin-right: 10px;
}
.topicnavigation li a:link,.topicnavigation li a:visited  {
	text-decoration: none;
	color: #006600;
	font-weight: bold;
}
.topicnavigation li a:hover,.topicnavigation li a:active {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

.search {
	width: 98%;
	background-color: #FBF2F0;
	border: 1px solid #F1F1C9;
	float: left;
	display: inline;
	color: #000000;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	overflow: hidden;
}
.search .content2 p {
	font-size: 50%;
}

.search h4 {
	background-color: #D47255;
	display: block;
	padding: 10px;
	margin: 0px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C13E22;
}
.search .content2 img {
	float: none;
	width: 100%;
	margin-right: 6px;
	margin-bottom: 2px;
	height: auto;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ****** Infinite Menus Core CSS [Do Not Modify!] ****** */
.imclear{clear:left;height:0px;visibility:hidden;font-size:1px;line-height:0px;}.imcm ul,.imcm li,.imcm div,.imcm span{text-align:left;vertical-align:top;left;cursor:hand;cursor:pointer;padding:0px;margin:0;list-style:none;}.imcm ul{zoom:1}.imsc{position:relative;}.imsubc{position:absolute;visibility:hidden;background-image:url(ie_css_fix)}.imcm li{list-style:none;font-size:1px;}.imcm ul ul li{width:100%;float:none !important;}.imcm a{display:block;zoom:1;position:relative;}.imcm ul .imsc,.imcm ul .imsubc {z-index:1;}.imcm ul ul .imsc,.imcm ul ul .imsubc{z-index:2;}.imcm ul ul ul .imsc,.imcm ul ul .imsubc{z-index:3;}.imde ul li:hover .imsubc{visibility:visible;}.imde ul ul li:hover  .imsubc{visibility:visible;}.imde ul ul ul li:hover  .imsubc{visibility:visible;}.imde li:hover ul  .imsubc{visibility:hidden;}.imde li:hover ul ul .imsubc{visibility:hidden;}.imde li:hover ul ul ul  .imsubc{visibility:hidden;}.imea{position:relative;height:0px;float:right;text-align:right;}.imea div{position:relative;font-size:1px;line-height:0px;}

/* ||||||||| Infinite Menu Styles |||||||||||| */



	/*--[[ Orientation none=vertical, left=horizontal ]]--*/
	#imenus0 li {float:left; }
	
	.main {height: 30px; width: 130px; background-image:url(/assets/menu_off.jpg); background-repeat:no-repeat;}
	.menuactive {height: 30px; width: 130px;}
	
	#imenus0 .menuactive  {
	background-image: url(/assets/menu_on.jpg);
	background-repeat: no-repeat;
}

	/* --[[ Main Expand Icons ]]-- */
	#imenus0 .imeam div,#imenus0 .imeamj div {width:1px; height:5px; left:0px; top:5px;  background-repeat:no-repeat; background-position:top left;}
	#imenus0 li:hover .imeam div, #imenus0 li a.iactive .imeamj  div { background-repeat:no-repeat;background-position:top left;}


	/* --[[ Sub Expand Icons ]]-- */
	#imenus0 ul .imeas div, #imenus0 ul .imeasj div {width:1px; height:9px; left:0px; top:3px; background-repeat:no-repeat;background-position:top left;}
	#imenus0 ul li:hover .imeas div, #imenus0 li a.iactive .imeasj div {background-repeat:no-repeat;background-position:top left;}


	/* --[[ Main Container ]]-- */
	#imouter0 {border-style:none; border-width:0px; padding-left:0px; padding-right:0px; margin:0px 0px 0px ; }


	/* --[[ Sub Container ]]-- */
	#imenus0 li ul {background-color:#ffedbf; padding:3px; margin:0px 0px 0px ; border:#B9402D solid 1px; width:160px;top:3px;left:0px;}


	/* --[[ Main Items ]]-- */
	#imenus0 li a {color:#009900; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; text-decoration:none; line-height:26px; }

		/* [hover] - These settings must be duplicated for IE comptatibility.*/
		#imenus0 li:hover>a {color:#B9402D; }
		#imenus0 li a.ihover, .imde #imenus0 a:hover {color:#B9402D; }
		
		/* [active] */
		#imenus0 li a.iactive {}

		/* [Main Graphic Button Text Content] */
		#imenus0 .imbuttons {}


	/* --[[ Sub Items ]]-- */
	#imenus0 ul {background-color:#F7DE79;}
	#imenus0 ul a {background-color:#F7DE79; color:#B9402D; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; line-height: 18px; padding:2px 5px;}

		/* [hover] - These settings must be duplicated for IE comptatibility.*/
		#imenus0 ul li:hover>a {background-color:#009900; color:#ffffff; border-style:none; }
		#imenus0 ul li a.ihover {background-color:#009900; color:#ffffff; border-style:none; }

		/* [active] */
		#imenus0 ul li a.iactive {}

#menus {
 display: none;
}

#tracker {
 display:none;
 }