/* style */

body, td, div {
	font-family: Tahoma, Arial;
	color: #050505;
	line-height: 130%;
}
body {
	font-size: 10pt;
}
td {vertical-align:top}
form {padding: 0;margin: 0}

img {border: none;}
img.none{visibility: hidden;}
img.right {float: right;margin: 0 0 10px 15px;}
img.left {float: left;margin: 0 15px 10px 0;}

a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #036DAF;
}
a:hover {
	text-decoration: underline;
	color: #02395c;
}
p {text-align: justify}
h1 {padding: 0;margin: 0;font-size: 1em;}
h2 {padding: 0;margin: 0;font-size: 0.85em;}
h3 {padding: 0;margin: 0;font-size: 0.85em;}
/* global blocks */

div.container {width:1000px;margin:0 auto}
	div.header {
		width:992px;
		margin: 4px 4px 0;
		height: 141px;
		background: #40AB02 url(topbg.png) top left no-repeat;
	}
		div.headerWrapper {
			width: 992px;
			height: 141px;
			background-image: url(topbg.gif);
			background-position: top right;
			background-repeat: no-repeat;
		}
			div.logo {
				float: left;
				margin: 44px 0 0 50px;
				font-family: Myriad Pro, Times New Roman;
				color: #FFF;
				font-size: 3.5em;
			}
			div.logo a, div.logo a:link, div.logo a:hover, div.logo a:visited, div.logo a:active {color: #FFF;text-decoration: none}
			div.topBanner {float: right;margin: 6px;}
	div.menu {
		clear:both;
		margin: 0 35px 0 30px;
		height: 33px;
		background: url(menubg.gif) top repeat-x;
		text-align: center;
		padding-top: 12px;
		font-weight: bold;
	}
	div.wrapper{float:left;width:100%}
		div.content {
			margin: 0 228px 0 241px;
		}
	div.leftBlock {
		float:left;
		width:234px;
		margin-left:-993px;
	}
	div.rightBlock{float:left;width:228px;margin-left:-228px}
	div.banners {
		clear:left;
		width:1000px;
		text-align: center;
		padding: 15px 0 10px;
	}
		div.banners img {margin:0 10px}
	div.footer {
		clear:left;
		width:992px;
		margin: 4px 4px 5px;
		height: 65px;
		background: #389602 url(bottombg.png) top left no-repeat;
	}
		div.footerWrapper {
			width: 992px;
			height: 65px;
			background-image: url(bottombg2.png);
			background-position: top right;
			background-repeat: no-repeat;
		}
			div.copyright {
				float: left;
				color: #FFF;
				font-size: 0.85em;
				margin: 25px 10px 0 40px;
			}
			div.counters {
				float: right;
				margin: 18px 50px 0;
			}
/* inner blocks */
	div.blockTitle {
		clear: both;
		border-top: 2px #389602 solid;
		border-left: 9px #389602 solid;
		height: 26px;
		padding: 8px 0 0 9px;
		font-weight: bold;
	}
	div.adv {
		padding: 15px 10px 10px 20px;
		text-align: center;

	}
		div.adv div.center {
			font-size: 0.85em;
			color: #676767;
			display: -moz-inline-box;
			display: inline-table;
			display: inline-block;
			text-align: left;
		}
	
	div.textBlock {
		margin: 0 20px 10px;
		line-height: 150%;
	}
		div.textBlock ul {
			list-style-type: none;
			font-size: 0.85em;
			float: left;
			margin: 5px 0;
			padding-left: 10px;
		}
		div.textBlock ul li {
			background: url(../point.gif) center left no-repeat;
			padding: 0 15px 0 10px;
		}
		div.textBlock ul li a, div.textBlock ul li a:link, div.textBlock ul li a:visited, div.textBlock ul li a:active {
	color: #036DAF
}
		div.textBlock ul li a:hover {
	color: #02395c
}