html {
	background: #527ea7;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 auto 0 auto;
	padding: 0px;
	background-image: url(/image/body_bg_1.jpg);
	background-repeat: repeat-y;
	
	color: #000000;
	width:940px;
}
#header{
	
	height: 102px;
	width: 100%;
}
#header2{
	background-position: right;
	height: 102px;
	width: 100%;
	text-align: left;
	vertical-align: top;
}
#logo{
	height: 94px;
	padding-top: 25px;
	padding-left: 30px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #147AC2;
}
#logo a {
	text-decoration: none;
}
#hmenu {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#hmenu a:link{
	color: #147AC2;
}
#hmenu a:visited{
	color: #147AC2;
}
#hmenu a:hover{
	color: #000033;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #147AC2;
}
#hmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#hmenu ul li {
	display: inline;
	padding-left: 20px;
	padding-right: 10px;
}
#hmenu strong {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #147AC2;
}
.mcontentcenter p, .mcontentcenter h2{
	text-align: center;
}
#conteiner {

clear:both;
clip:rect(auto, auto, auto, auto);
}
#conteiner2 {

clear:both;
}
#left {
width:220px;
float:left;
padding-left:10px;
height:auto;

}
#left ul {
	list-style-image:url(/image/pm_radial_button.jpg);
	list-style-position:outside;
}
#left li {
	vertical-align:text-top;
	
}
#cent {
width:auto;
padding:0 10px 0 230px;
}
#right {
width:220px;
float:right;
padding-left:25px;

}





#footer {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	clear:both;
	margin:0 4px 0 4px;
	padding: 10px;
	text-align: right;
	background-color: #FFFFFF;	
}

#counters {
margin:0 4px 0 4px;
	clear:both;
	padding: 10px;
	text-align: center;
	background-color: #FFFFFF;	
}

.rem {
	background-color:#F5F5F5;
	padding-left: 10em;
	padding-right: 1em;
}
.rem .remtext {
	float: left;
	width: 8em;
	margin-left: -10em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	padding-bottom: 0.2em;
	padding-left: 1em;
	
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#lfooter {
	float: left;
	font-weight: normal;
	color: #000000;
	font-size: xx-small;
}
#lfooter strong a{
	color: #147AC2;
	text-decoration: none;
}
