@charset "utf-8";
body, td, th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #3a3a3a;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table#news {
	border: 1px solid #000; 
	border-collapse: collapse; 
	width: 100%;
}

table#news td {
	border: 1px solid #000;
	padding: 5px;
}

a {
	color: #26316F;
	text-decoration: none;
}
a:hover {
	color: #98C717;
	text-decoration: none;
}
a:visited {
	color: #26316F;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
div#mainframe {
	width:1000px;
	height:auto;
	margin:auto;
}
div#top {
	width:1000px;
	height:137px;
	float:left;
	display:block;
}
div#menu {
	width:1000px;
	height:43px;
	float:left;
	display:block;
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
}
div#header {
	width:1000px;
	height:108px;
	float:left;
	display:block;
}
div#left {
	width:325px;
	height:auto;
	float:left;
	display:block;
}
div#content {
	width:675px;
	height:auto;
	float:left;
	display:block;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-y;
}
div#footer {
	width:1000px;
	height:42px;
	float:left;
	display:block;
	background-image:url(images/foot.jpg);
	background-repeat:repeat-x;
}
.text_1 {
	padding:15px;
}
.head_1 {
	color:#253476;
	font-size: 14px;
	font-weight:bold;
}
.head_2 {
	color:#253476;
	font-size: 13px;
	font-weight:bold;
}
.more {
	color:#253476;
	font-size: 11px;
	font-weight:bold;
	font-style:italic;
}
.menu {
	color:#253476;
	font-size: 16px;
	font-weight:bold;
	line-height:45px;
	padding-left:20px;
}
.menu a {
	color:#253476;
	text-decoration:none;
}
.menu a:hover {
	color:#98c719;
	text-decoration:none;
}

.footer {
	color:#253476;
	text-decoration:none;
	font-size:11px;
	line-height:45px;
	padding-left:20px;
	display:block;
	float:left;
	width:780px;
}
.footer_2 {
	color:#253476;
	text-decoration:none;
	font-size:11px;
	line-height:45px;
	width:180px;
	float:left;
	display:block;
	text-align:right;
	padding-right:20px;
	font-weight:bold;
}
