body{
	background-color: #006500;
	width:100%;
	font-family: Tahoma, sans-serif;	
}
h1, h2, h3, h4, h4, h6{
	color:#0f4b95;
}
h1{
	font-size:1.4em;
}
p{
	line-height:20px;
	margin:10px 0px;
}
a{
  color : #434DDA;
}
a h2{
  font-size : 1.3em;
  padding-top : 20px;
  padding-bottom : 0px;
}
#wrap{
	width:860px;
	margin: 10px auto;
	background-color: white;
	padding: 10px;
	overflow:auto;
}
#header{
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;	
	height:140px;
}
#topMenu{
	float:right;
	margin-top: 35px;
	margin-right: 20px;
	color:white;
}
#topMenu ul li{
	display: inline;	
}
#topMenu ul li a{
	color:white;
	font-size:0.8em;
	font-weight:bold;
}
#mainBody{
	margin-top:20px;
}
ul#leftMenu{
	width:141px;
	margin-left:15px;
	margin-top:10px;
	float:left;
}
ul#leftMenu li a{
	padding:5px 0px;
	background-image:url(../images/leftMenuBg.png);
	background-repeat:no-repeat;
	text-align:center;
	margin:-10px 0px;
	height:30px;
	color:white;
	font-size:0.8em;
	width:141px;
	display:block;
	font-weight:bold;
}
ul#leftMenu li a:hover, ul#leftMenu li a.active{
	background-image:url(../images/leftMenuBgHover.png);
}
#mainPart{
	float:left;
	width:470px;
	padding:0px 20px;
	font-size:0.8em;
	color:#5b5b5b;
}
#mainPart p img{
	
	margin-right:5px;
}
#mainPart ul, #mainPart ol{
	padding-left:25px;
	margin:10px 0px;
}
#mainPart ul li{
	padding:5px 0px;
	list-style:disc;
}
#mainPart ol li{
	list-style:decimal;
	padding:5px 0px;
}
#leftPart{
	float:left;
	width:150px;
}
#rightPart{
	float:right;
	width:190px;
}
#rightPart #ads img{
	margin-bottom:10px;
  width:180px;
}
#mainPart table{
	width:100%;
	text-align:center;
	border:1px solid #CCC;
}
#mainPart table thead td{
	background-color:#0e77d8;
	padding:5px;
	font-weight:bold;
	color:white;
}
#mainPart table tr td{
	padding:5px;
}

#footer{
  vertical-align : bottom;
  clear : both;
  font-size : 0.7em;
  text-align : center;
}
#footer div{
  padding : 10px 0;
  font-size : 1.1em;
}

div.banner_place{ border : 0px solid #ccc; float : left; margin : 10px 0; width : 180px; min-height : 100px; position : relative;}

span.add_baner_link{font-size : 0.8em;}

div.contact_form{margin-top : 40px; background-color : #eee; padding:10px;}
table.contact_table{border : 0px!important; margin-top : 10px;}

table.contact_table th{text-align : right; padding-right : 10px; }
table.contact_table th.top{vertical-align : top; padding-top : 7px;}
table.contact_table td{text-align : left; }
.contact_input{width : 200px;}

/* Errors */
.errorExplanation{background-color : #FFE6E6; padding : 6px; font-size : 0.9em;}
.errorExplanation h2{font-size : 1.2em; color : #9A0000;}
div.fieldWithErrors input{border : 1px solid #FFB3BC;}
div.fieldWithErrors password{border : 1px solid #FFB3BC;}
div.fieldWithErrors textarea{	border : 1px solid #FFB3BC;}

/* Flashes */
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
hr{height:1px; border : 0px; background-color : #ddd; }


.rel_content{
  padding-left : 18px;
  padding-top : 20px;
  padding-bottom : 20px;
  font-size : 0.9em;
  font-weight : bold;
  color : #0059AB;
  clear :both;
}
.rel_content a{
  font-weight : normal;
}  
ul#additional_links{
	width:141px;
	margin-left:15px;
	margin-top:10px;
	float:left;
  list-style : none;
}

ul#additional_links li{
	padding : 3px 0;
}

div.menu{
  padding:10px 4px;
  width:133px;
	margin-left:15px;
	margin-top:10px;
	float:left;
  background-color : #0059AB;
}
div.menu:hover{

  background-color : #0E77D8;
}
div.menu a{
	padding:0px 0px;
	text-align:center;
	color:white;
	font-size:0.8em;
	width:133px;
	display:block;
	font-weight:bold;
}
div.menu.active{
	background-color : #0E77D8;
}
