@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #99CC66;
	margin:0px;
	padding:0px;
	}
#Container{
	width:750px;
	margin: 83px auto 0px auto;
	padding:0px;
	}
#header{
	width:750px; 
	float:left;
	}
#logo_top{
	background-image:url(../images/logos_top.gif);
	width:221px;
	height:41px; 
	background-repeat:no-repeat;
	margin-left:260px; 
	float:left; 
	margin-top:14px;
	}
#mainbody{
	width:690px;
	float:left;
	background-color:#f8f8f8;
	padding:0px 30px 50px 30px;
	}
#logomiddle{
	background-image:url(../images/logos_middle.gif); 
	width:221px; 
	height:79px; 
	background-repeat:no-repeat; 
	margin-left:230px;
	float:left;
	}
#leftbanner{
	width:306px;
	height:205px;
	float:left;
	margin:30px 0px 40px 0px;
	background-image:url(../images/left_banner.gif);
	}
#rightbanner{
	width:306px;
	height:205px;
	float:right;
	margin:30px 0px 40px 0px;
	background-image:url(../images/banner_right.gif);
	}
#linkl{
	background-color:#ECF2EA;
	padding:60px 0px 60px 0px;	
	text-align:center;
	width:306px;
	float:left;
	margin: 50px 0px 20px 0px;
	}
#linkr{
	text-align:center;
	background-color:#ECF2EA;
	padding:60px 0px 60px 0px;	
	width:306px;
	float:right;
	text-align:center;
	margin: 50px 10px 20px 0px;
}
#linkl a,#linkr a{
	text-decoration:none;
	color: #CB4327;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	}
#footerlink a{
	text-decoration:none;
	color: #CB4327;
	font-size:12px;
	}
#linkl a:hover,#linkr a:hover,#footerlink a:hover{
	color:#FF9933;
	}

#footer{
	width:750px;
	float:left;
	padding:10px 0px 10px 0px;
	}
.footer{
	width:200px;
	float:left;
	text-align:center;
	}
#footerlink{
	width:300px;
	float:right;
	text-align:center;
	}
#bodyfooter{
	width:750px; 
	float:left;
	background-image:url(../images/body_footer.gif);
	height:9px;
	}