@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background:url(../img/bg.gif) repeat-x;
}
.main {
	float:left;
	width:980px;
}
.head {
	background:url(../img/head.gif);
	width:980px;
	height:323px;
	float:left;
}
.content {
	float:left;
	width:980px;
	background:url(../img/c_bg.gif) repeat-y;
}
div {
	font-family:Arial, Helvetica, sans-serif;
}
.left {
	float:left;
	width:213px;
}
.center {
	float:left;
	width:512px;
	padding:30px 15px 15px 15px;
	color:#192d3a;
	font-size:12px;
	line-height:18px;
}
.center h1 {
	font-size:16px;
}
.center h2 {
	font-size:14px;
}
.right {
	float:left;
	width:225px;
	padding-bottom:20px;
}
.reg a {
	float:left;
	width:173px;
	height:12px;
	color:#192d3a;
	background:url(../img/arrow_2.gif) no-repeat;
	background-position:20px 3px;
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	text-decoration:none;
	padding-left:30px;
}
.reg a:hover {
	background-position:20px -18px;
	padding-left:35px;
	width:168px;
}
.menu_top {
	float:left;
	width:213px;
	background:url(../img/menu_top.gif);
	height:20px;
	border:none;
	border-bottom:#FFFFFF solid 2px;
}
.menu_bottom {
	float:left;
	width:213px;
	background:url(../img/menu_bottom.gif);
	height:20px;
	margin-bottom:10px;
}
.menu_item a {
	float:left;
	width:177px;
	padding:10px 10px 10px 25px;
	background-image:url(../img/menu_item_bg.gif);
	background-repeat:repeat-y;
	font-size:11px;
	font-weight:bold;
	color:#5f666d;
	border-bottom:#FFFFFF solid 2px;
	border-right:solid 1px #ced0d0;
	text-decoration:none;
}
.menu_item a:hover {
	background-position:-213px 0px;
	color:#000000;
}
.menu_item_active a {
	float:left;
	width:177px;
	padding:10px 10px 10px 25px;
	background-image:url(../img/menu_item_bg.gif);
	background-repeat:repeat-y;
	font-size:11px;
	font-weight:bold;
	color:#5f666d;
	border-bottom:#FFFFFF solid 2px;
	border-right:solid 1px #ced0d0;
	text-decoration:none;
	color:#000000;
	background-position:-213px 0px;
}
.deadline_item {
	float:left;
	width:190px;
	padding-left:35px;
	margin-bottom:10px;
}
.deadline_item span {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
.deadline_item p {
	width:155px;
	padding-right:20px;
	line-height:16px;
	color:#FFFFFF;
	font-size:11px;
	margin:2px 0px 2px 0px;
	padding-bottom:4px;
	border-bottom:#ced0d0 solid 1px;
}
.active {
	background:url(../img/arrow.gif) no-repeat;
}
.right h4 {
	color:#ced0d0;
	padding-left:20px;
	width:130px;
}
.left h4 {
	color:#192d3a;
	font-size:12px;
	font-weight:normal;
	padding-left:25px;
	margin-bottom:2px;
}
.pictures_tn {
	float:left;
	padding-left:25px;
}
.pictures_tn a img {
	padding:2px;
	border:#ced0d0 solid 1px;
	margin:3px;
}
.pictures_tn a img:hover {
	padding:2px;
	border:#ced0d0 solid 1px;
	margin:3px;
	background-color:#ced0d0;
}
.footer {
	clear:left;
	background-color:#e2e2e2;
	padding:10px 20px 10px 25px;
	font-size:10px;
	color:#192d3a;
}
.footer a {
	color:#192d3a;
}
.footer a:hover {
	text-decoration:none;
	color:#192d3a;
}
