@charset "utf-8";
body {
	margin: 0px;
	background-color:#1e231c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
}
.line{
	height:5px;
	line-height:5px;
}
.bgblue{
	background-color:#284d92;
}
.bgwhite{
	background-color:#fff;
}
.bggray{
	background-color:#3e3e3e;
}
.header{
background:url(images/header-bg.jpg) repeat-x top;
height:237px;
}
.menu td{
text-align:center;
}
.menu a{
display:block;
padding-left:20px;
padding-right:20px;
color:#fff;
background:#3e3e3e;
height:33px;
font-size:12px;
font-weight:bold;
text-decoration:none;
line-height:38px;
}
.menu a:hover{
background:#284d92;
}
.mnactive{
background-color:#284d92;
}
h1{
background:url(images/h1.jpg) no-repeat left top;
background-color:#f2fbfb;
line-height:35px;
padding-left:35px;
font-size:25px;
color:#3c3c3c;
margin-bottom:10px;
}
strong{
font-size:14px;
line-height:20px;
}
.footer{
background:url(images/footer-bg.jpg) repeat-x top;
height:93px;
}
.footer a{
color:#000;
margin-right:15px;
text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
