@charset "utf-8";
/* CSS Document */
body{
	padding:0px;
	margin:0px;
	background:url(../images/main-bg.jpg) repeat-x top #fff;	
	font-family:Arial, Helvetica, sans-serif;
}

.top_bg{
	background:url(../images/top-bg.png) no-repeat top;
}

.menu{
	font-size:14px;
	font-weight:500;
	color:#0822bc;
}

.menu a{
	font-size:14px;
	font-weight:500;
	color:#0822bc;
	text-decoration:none;
}

.menu a:hover{
	font-size:14px;
	font-weight:500;
	color:#000e62;
	text-decoration:none;
}

.left_col{
	background:url(../images/left-column.png) repeat-y top;
}

.right_col{
	background:url(../images/right-column.png) repeat-y top;
}

.main_headers{
	font-size:18px;
	font-weight:500;
	color:#c2001d;
}

.content{
	font-size:12px;
	color:#000000;
	line-height:18px;
	padding:0px 3px;
}

.content a{
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}

.content a:hover{
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.footer{
	font-size:12px;
	color:#3b3b3b;
	border-top:dotted 1px #921710
}

.footer a{
	font-size:12px;
	color:#3b3b3b;
	text-decoration:none;
}

.footer a:hover{
	font-size:12px;
	color:#3b3b3b;
	text-decoration:underline;
}

ul{line-height:26px;}

.other_headers{
	font-size:12px;
	font-weight:600;
	color:#c2001d;
}

