@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-color: #245397;
}
.container{
	width: 790px;
	background-image: url(../images/main_strip.jpg);
	background-repeat: repeat-y;
}

#container{
	width: 305px;
	background-image: url(../images/main_strip.jpg);
	background-repeat: repeat-y;
}
.footer{
	width: 790px;
}
a:link {
	color: #494093;
	text-decoration: none;
}
a:visited {
	color: #494093;
	text-decoration: none;
}
a:hover {
	color: #494093;
	text-decoration: underline;
}
.top_menu {
	
}
.top_menu a:link{
	color: #FFFFFF;
	text-decoration: none;	
}
.top_menu a:visited{
	color: #FFFFFF;
	text-decoration: none;	
}
.top_menu a:hover{
	color: #FFFFFF;
	text-decoration: underline;	
}
.drop_down{
	font-size: 11px;
}
.news{
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-bottom: 5px;
}
.menu {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #245397;
	border-bottom-color: #245397;
}

.header{
	font-size: 12px;
	font-weight: bold;
}
.body_title{
	font-size: 20px;
	font-weight: bold;
	color: #245397;
}