@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12pt;
}
body {
	background:#0d3a06; color:#333333;
}
h3 {
	font-size:20px;
	padding-top:5px;
	padding-bottom:2px;
	color:#333;
}
#fullpageblock {
	border:0px solid #CCC;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
}
#headerblock {
	height:90px;
	/*background-color:#9C0;*/
	background:url(images/header.jpg) no-repeat;
}
#headerblock .header_text {
/*padding:20px;*/
}
#headerblock .header_text a {
	color:#FFFFFF;
	text-decoration:none;
	font-family:Impact;
	font-size:32px;
}
#menublock {
	height:30px;
	background: url(images/menubg.jpg) repeat-x;
}
#menublock ul {
	padding-top:6px;
}
#menublock ul li {
	list-style:none;
	display:inline;
	text-transform:capitalize;
	padding-left:15px;
}
#menublock ul li a {
	color:#000000;
	text-decoration:none;
}
#menublock ul li a:hover {
	text-decoration:underline;
}
#contentblock {
	height:auto;
	min-height:400px;/*	background-color:#FC0;*/
}
#leftcontentblock {
	/*	background-color:#966;
*/	float:left;
	width:75%;
}
#leftcontentblock p {
	padding-left:15px;
	padding-top:10px;
	text-align:left;
	word-spacing:2pt;
	padding-bottom:10px;
}
#rightcontentblock {
	/*	background-color:#99F;
*/	float:right;
	width:25%;
	text-align:center;
}
#footerblock {
	background-color:#000000;
	padding-bottom:10px;
	padding-top:10px;
	color:#ffffff;
}
#footerblock span a {
	color:#ffffff;
	text-decoration:underline;
	font-size:12px;
}
#footerblock span a:hover {
	text-decoration:none;
}
.border{border-bottom:5px solid #ff9600;}
#cle{clear:both;}
#border1{border-bottom:2px solid #CCC; margin-left:15px; width:640px;}
#gadd{width:336px; height:280px; float:left; margin:10px;}