/* CSS Document */
body{
	behavior: url(csshover.htc);
	background-color: #299728;
	background-image: url(../images/bg_green.jpg);
	background-repeat:repeat-x;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	height:100%;
	text-align:center;
	margin:0px;
}
#header{
	text-align: left;
	height: 137px;
		width: 750px;
}
#main{
	clear: both;
	background-image: url(../images/bg_main.png) !important;
	background-image:none;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_main.png',sizingMethod='scale');
	background-repeat: repeat-y;
	width: 750px;
	min-height:375px;
}
#main_top{
	background-image: url(../images/bg_top.png) !important;
	background-image:none;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_top.png',sizingMethod='scale');
	background-repeat: no-repeat;
	width: 750px;
	height: 20px;

}
#footer{
	clear: both;
	background-image: url(../images/bg_main.png) !important;
	background-image:none;


	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_main.png',sizingMethod='scale');
	background-repeat: repeat-y;
	width: 750px;
	color:#008A52;
	text-align:center;
	padding:15px 0px 10px 0px;
}
#footer a{
	color:#008A52;
}
#footer_bottom{
	clear:both;
	background-image: url(../images/footer.png) !important;
	background-image:none;


	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footer.png',sizingMethod='crop');
	background-repeat: no-repeat;
	height:20px;
	width:750px;
}
#content{
	padding: 5px 30px 10px 40px;
	text-align: left;
	list-style-position: inside;
	height:100%;
}
#content_left{
	width:425px;
	padding-bottom: 5px;
	border-right: 1px #CCCCCC;
	border-right-style: dotted;
	padding-right: 10px;
	border-right-width: thin;
	border-right-color: #CCCCCC;
}
#content_right{
	width:220px;
	float: right;
	text-align: left;
	padding-left: 5px;
}
h1{
font-size:14px;
color:#177B2F;
}
h2{
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
h3{
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}
h4 {
	color: #003366;
	font-size: 13px;
}
h5{
	color: #006600;
	font-size: 13px;
}
h6{
	color: #094891;
	font-size: 13px;
}
#content a:link{
color:#000000;
}
#content a:visited{
color:#000000;
}
#content a:hover{
color:#006600;
}
input type:text{
background-color:#FFFFFF;
}