@CHARSET "UTF-8";

body {
	font-family: arial, verdana, sans-serif;
	font-size:10pt;
	color:#555555;
	/*color:#3e5d7f;*/
	/*background-image: url("../img/bgImgg_s.png");
	background-repeat: repeat-x; */
	background-color:#666666;
	}

a, a:link, a:visited , a:hover , a:active ,a:focus {
	text-decoration: none;
	color: #3e5d7f;
}

h1, h2, h3, h4, h5, h6, p  {
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	}

h1, h3, h5 {
	color: #3e5d7f;
}

h1 { 	font-size:150%; }
h2 { font-size:130% }

h2, h4, h6, p > a, p a:link,p a:visited ,p a:hover ,p a:active ,p a:focus{
	color: #ac2f1e;
	}
	
#center {
	background-color:#ffffff;
	width:1006px;
	padding-top:2px;
	}

#head  {
	width:1000px;
	height:150px;
	top:5px;
	background-image: url("../img/banner.png");
	border: 1px solid #3e5d7f;
}

#menu {
	margin-top:3px;
	margin-bottom:1px;
	width:1000px;
	height:20px;
	border: 1px solid #3e5d7f;
	text-align: right;
	vertical-align: middle;
	font-family:verdana, sans-serif;
	font-size:10pt;
	padding-bottom:3px;
	color:#ffffff;
	background-color:#3e5d7f;
}

#menu a{
	margin-right:20px;
	margin-left:20px;
	vertical-align: middle;
	color:#ffffff;
	}

#menu a:hover ,#menu a:active ,#menu a:focus {
	color: #d7e539;
	}


#mainContent {
	width:1006px;
	background-color: #ffffff;
	text-align: left;
	margin-top:0;
}

#left {
	vertical-align:top;
	width:300px;
	border: 1px solid #3e5d7f;
	background-color: #000;
}

#right {
   width:700px;
   border: 1px solid #3e5d7f;
   background-color: #ffffff;
}