@charset "utf-8";
/* CSS Document */
body {
	background-image: url(/images/bgimg.jpg);
	background-repeat: repeat-x;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}

#header {background-image:url(/images/siteheader.gif); 
		 width:1209px; 
		 height:112px; 
}

#main { margin-left:0px; margin-top:0px;
padding:0px;
}

#content {
	margin:0px auto;
        background-color:#fff;
	width:	1024px;
	height: 100%;
}
#nav { background-image:url(/images/navbg.jpg); 
	width:1024px;
	height:81px;
	margin-top:-1px;
}
#left {
	float:left; 
	width:750px;
        min-height:600px;
	margin-left:30px;
        margin-right:30px;
		
}

#leftContent {
	float:left; 
	width:950px;
        min-height:600px;
	margin-left:30px;
        margin-right:30px;
		
}

 #right {     
         position:relative;
         left:10px;
         height:600px;
          width:200x;   
          border-left: 2px  #009144;
 }   
#footer {
	position: relative;
        margin: 0px auto; 				/* to fix centering in Mozilla */
	width: 100%;					/* width should be the same as the background image */
        background: #67a387;
        height: 20px;
	border-bottom:1px #a7cdbb;
	border-top: 1px #a7cdbb;	
        text-align:center;			
	color: #ffffff;
	clear:both;
       
	
}
#footer p {padding:0px;}

td.menu-item {
	color: #fff;	
}

td.menu-item-hover {
	color: #fff;
	background-color:#27985e;
}

td.menu-item-selected {
	color: #fff;
	background-color:#27985e;
}

td.submenu-item {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	color: #fff;
	background-color:#4a9471;
	text-decoration: none;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	color: #fff;
	background-color:#4a9471;
	font-size: 11px;
	padding: 6px !important;
}
td.submenu2-item {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu2-item-hover {
	color: #fff;
	background-color:#7ab097;
	text-decoration: none;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu2-item-selected {
	color: #fff;
	background-color:#7ab097;
	font-size: 11px;
	padding: 6px !important;
}

.clearall{clear:both;}
