@charset "iso-8859-2";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}
body {
	background-color:#d0dbe5;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
}
div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.center {
	margin:auto;
	width:981px;
}
.main {
	float:left;
	width:981px;
}
.head {
	float:left;
	width:804px;
	height:60px;
	background:url(../img/head.jpg);
	padding:126px 0px 0px 177px;
}
.content {
	width:981px;
	float:left;
	background:url(../img/c_bg.gif);
}
.footer {
	float:left;
	width:966px;
	height:24px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	background:url(../img/footer.gif);
	padding:5px 0px 0px 15px;
}
.footer a {
	color:#f9edeb;
	font-size:10px;
	text-decoration:none
}
.footer a:hover {
	color:#FFFFFF;
	
}
.left {
	float:left;
	width:224px;
}
.right {
	float:left;
	width:707px;
	padding:0px 25px 25px 25px;
}
.menu {
	width:224px;
	float:left;
	margin-bottom:15px;
}
.left_box {
	width:224px;
	float:left;
	margin-bottom:15px;
}
.left_title {
	float:left;
	background-color:#f1f1f1;
	width:210px;
	padding:3px 0px 3px 10px;
	margin:0px 0px 5px 2px;
	color:#953a35;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
.left_content {
	float:left;
	padding:0px 10px 0px 10px;
	width:205px;
}
.centering {
text-align:center;
}
.menu_item a {
	float:left;
	width:189px;
	background-image:url(../img/btn.gif);
	height:22px;
	display:block;
	overflow:hidden;
	color:#FFFFFF;
	font-size:12px;
	padding:5px 0px 0px 35px;
	text-decoration:none;
}
.menu_item a:hover {
	background-position:0px -27px;
}
.menu_item_active a {
	float:left;
	width:189px;
	background-image:url(../img/btn.gif);
	height:22px;
	display:block;
	overflow:hidden;
	color:#FFFFFF;
	font-size:12px;
	padding:5px 0px 0px 35px;
	text-decoration:none;
	background-position:0px -27px;
}
a.blue_a {
	padding:0px 40px 0px 15px;
	background-image:url(../img/arrow_blue.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	text-decoration:none;
	color:#953a35;
	font-size:10px;
	text-transform:uppercase;
}
a.blue_a:hover {
	background-position:3px 2px;
	text-decoration:underline;
}
a.red_a {
	padding:0px 40px 0px 15px;
	background-image:url(../img/arrow_red.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	text-decoration:none;
	color:#a30030;
	font-size:10px;
	text-transform:uppercase;
}
a.red_a:hover {
	background-position:3px 2px;
	text-decoration:underline;
}
.palce {
	float:left;
	width:100%;
	margin-bottom:20px;

}
.text {
	float:left;
	width:707px;
}
.text p {
	padding:6px 0px 6px 0px;
}
.deadlines {
	float:right;
	background-image:url(../img/deadlines_bg.gif);
	background-repeat:no-repeat;
	width:154px;
	border:#CCCCCC solid 1px;
	padding:55px 30px 20px 30px;
	margin:0px 0px 15px 15px;
	background-color:#f9edeb;
}
.date {
	padding:0px 0px 5px 0px;
	font-size:11px;
	font-weight:bold;
	color:#953a35;
}
.event {
	padding:0px 0px 15px 0px;
	font-size:11px;
}
.title {
	font-size:16px;
	color:#953a35;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-weight:bold;
}
.hide{
	display: none;
}

