body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #076994;

}

.container{ width: 100%; height: auto; margin-left: auto; margin-right: auto; text-align: center;}
.header { width: 100%; height: 85px; text-align: center; padding: 0px; background-image: url(../images/toppbg.png); background-repeat: repeat-x; }
.nav { width: 100%; height: 25px; text-align: center; padding: 0px; background-image: url(../images/menubg.png); background-repeat: repeat-x;}
.contentwrap { width: 100%; height: auto; text-align: center; vertical-align: top; padding: 0px; background-image: url(../images/mainbg.png);  background-repeat: repeat-x; background-color: #F5F5F2;}
.content { width: 820px; height: 450px; text-align: left; vertical-align: top; padding: 15px; background-image: url(../images/main.png);  background-repeat: repeat-y;}
.footer { clear: both; text-align: center; width: 100%; color: #E7E1D2; height: 30px; padding-top: 5px; padding-bottom: 5px; background-image: url(../images/footerbg.png); background-repeat: repeat-x;}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #303032;
}
.rub{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #303032;
}
.subrub{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #303032;
}
.small{	font-size: 10px;}
.textblock{width: 500px; height: auto; text-align: left; }
.bgmain { background-image: url(../images/main.png);  background-repeat: no-repeat; margin-left: auto; margin-right: auto; text-align: center;}
a:link {font-weight: bold; color: #FF9900; text-decoration: none;}
a:active {font-weight: bold; color: #FF9900; text-decoration: none;}
a:hover {font-weight: bold; color: #666666; text-decoration: underline;}
a:visited {font-weight: bold; color: #FF9900;	text-decoration: none;}

.menu{width: auto; font:10px Arial, Helvetica, "MS Sans Serif", sans-serif;}
.menu ul{margin: 0; padding: 0; float: left; padding-left: 0px; padding-right: 0px;} 
.menu ul li{display: inline;} 
.menu ul li a{float: left; color: #ffffff; padding-left: 8px; padding-right: 8px; text-decoration: none;} 
.menu ul li a:visited{color: #ffffff;} 
.menu ul li a:hover, .menu ul li .current{color: #f7b700 !important; }
.active{color: #f7b700; text-decoration: none;}
