@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	font-family:Arial;
}
body {
	background:#23231b;
	color:#ffffff;
}
h2 {
	font-size:22px;
	padding-top:15px;
	padding-bottom:2px;
	color:#0086d1;
	margin-left:5px;
}
.small_bor {
	border-bottom:1px dashed #ccc;
	width:680px;
	margin-left:5px;
}
.clear {
	clear:both;
}
.border {
	border-bottom:4px solid #0086d1;
}
#google_ads {
	width:336px;
	height:280px;
	float:left;
	margin:5px;
}
#google_ads_left {
	width:336px;
	height:280px;
	float:right;
	margin:5px;
}
#fullpageblock {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#headerblock {
	height:90px;
	/*background-color:#9C0;*/
	background:#504d07;
}
#headerblock .header_text {
/*padding:20px;*/
}
#headerblock .header_text a {
	color:#FFFFFF;
	text-decoration:none;
	font-family:Impact;
	font-size:32px;
}
#leftmenublock {
	margin-top:.1em;
}
#leftmenublock ul {
}
#leftmenublock ul li {
	list-style:none;
	width:200px;
	display:inline-block;
	text-transform:capitalize;
	margin-left:10px;
	font-weight:bold;
	line-height:20px;
	font-size:12px;
}
#leftmenublock ul li a {
	color:#0086d1;
	text-decoration:underline;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	padding-top:3px;
}
#leftmenublock ul li a:hover {
	text-decoration:NONE;
}
#contentblock {
	height:auto;
	min-height:400px;/*	background-color:#FC0;*/
}
#leftcontentblock {
	/*	background-color:#966;
*/	float:left;
	width:20%;
}
#rightcontentblock {
	/*background-color:#99F;*/
	float:right;
	width:80%;
}
#rightcontentblock p {
	padding-left:15px;
	padding-top:10px;
	text-align:left;
	padding-right:10px;
	word-spacing:2pt;
	padding-bottom:10px;
	text-align:justify;
}
#footerblock {
	background-color:#d6d6d6;
	padding-bottom:10px;
	padding-top:10px;
	color:#000;
	border-top:1px solid #ffffff;
}
#footerblock span a {
	color:#00639b;
	text-decoration:underline;
	font-size:12px;
}
#footerblock span a:hover {
	text-decoration:none;
}
.left {
	float:left;
	margin:10px;
}
.right {
	float:right;
	margin:10px;
}


#left_link {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-transform:capitalize;

	overflow:hidden;
}
#left_link .menu {
	width:200px;
	float:left;
	line-height:2.0em;
}
#left_link .menu li {
	padding-bottom:10px;
	list-style:none;
	line-height:2.0em;
}
#left_link .menu li a {
	list-style:none;
	color:#e2e2e2;
	display:block;
	text-decoration:none;
	text-indent:5px;
}
#left_link .menu li a:hover {
	background:url(../images/left1.jpg) no-repeat left;
	color:#333;
}
#left_link .menu li a:focus {
	background:url(../images/left1.jpg) no-repeat left;
	color:#333;
}
#left_link .menu li a:active {
	background:url(../images/left1.jpg) no-repeat left;
	color:#333;
}
