body {	color: #000000;
	background: #fff;
	font-family: Calibri;
	font-size: 12px;
}
a {
	color: #0d7de6;
	font-family: Calibri;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#page {	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}
#logo {	width: 85%;
	margin: 0 auto;
	height: 33px;
}
#menu {	margin-top: 10px;
	background: #103E79;
	border-bottom: solid 1px #fff;
	height: 25px;
}
#list_menu {	width: 85%;
	margin: 0 auto;
}
#list_menu li{
	width: 150px;
	float: left;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
#list_menu li a {
	color: #fff;
	text-decoration: underline;
}
#list_menu li a:hover{
	text-decoration: none;
}
#header {	height: 208px;
	background: #383D74;
}
#header_screen {	height: 208px;	width: 921px;
	margin: 0 auto;
	background: #383D74 url(/images/header.jpg);
}
#content {	margin-top: 5px;}
#partners {
	width: 20%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
#partners img{
	padding-top: 20px;
}
#text {	width: 60%;
	float: left;
}
#text .page_title {	font-size: 24px;
	padding: 5px 0px 5px 0px;
	color: #cc3366;
}
.news {	margin-top: 5px;
	margin-bottom: 20px;
}
.news .date{
	color: #cccccc;
	font-size: 12px;
}
.news .title {
	padding: 5px 0px 10px 0px;
}
.news .title a{
	color: #0d7de6;
	font-size: 14px;
	text-decoration: underline;
}
.news .title a:hover{
	text-decoration: none;
}
.news .content{
}
#sidebar {	margin-left: 80%;
	padding-top: 20px;
	width: 20%;
}
#sidebar .title_block {	color: #0f3e79;
	font-size: 14px;
}
#footer {	height: 100px;
	border-top: solid 2px #676767;
	margin-top: 50px;
	padding-top: 10px;
}
#footer #inf1 {
	margin-left: 15%;
	float: left;
	width: 250px;
}
#footer #inf2 {
	float: left;
	width: 300px;
}
#footer #inf2 .contact {	color: #e22753;
	margin-bottom: 5px;
}
#footer #inf2 .bold {	color: #312f2f;
	font-weight: bold;
	font-size: 18px;
}
#footer #inf3 {	float: left;
	width: 300px;
}
#footer #inf3 .bold{
	font-weight: bold;
}
#categories_list{
	margin-left: 20px;
	list-style-type: disc;
}
#categories_list ul{
	list-style-type: disc;
}
#categories_list li{	padding-left: 15px;
	padding-top: 5px;
}
#categories_list li a{
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 5px;
}
.clear {	clear: both;
}
