@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#000;
	background:#fff url(images/body_bg.jpg) repeat-x;
	padding:0 0 17px;
}
* {
	margin:0;
	padding:0;
}
ul, ol {
	list-style:none;
}
a {
	color:#1F3797;
	font-size:12px;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
p {
	font-size:12px;
	color:#333;
	font-family:Arial;
	padding-bottom:8px;
}
#wrapper {
	width:960px;
	margin:0 auto;
}
#header {
	width:960px;
	height:128px;
	padding-bottom:23px;
}
#logo {
	background:url(images/logo.jpg) no-repeat;
	width:350px;
	height:80px;
	float:left;
	margin-top:20px;
	margin-right:10px;
	margin-left:10px;
}
#content-text {
	width:960px;
	float:left;
	padding-top:19px;
}
#content-text h2 {
	font-size:24px;
	color:#1F3797;
	font-weight:700;
	padding-left:0;
	padding-bottom:7px;
	font-family:Arial;
	letter-spacing:-1px;
}
#footerblock {
	width:100%;
	background:url(images/footer_bg.jpg) repeat-x;
}
#footer {
	width:960px;
	padding-top:24px;
	padding-bottom:30px;
	padding-left:3px;
	color:#FFF;
	margin:0 auto;
}
#main-content h1 {
	color:#1F3797;
	letter-spacing:-1px;
	margin-bottom:0;
	padding-bottom:8px;
}

#wrapper #header #logo a img {
	border-style:none;
}
#navigation ul, #main-content {
	width:960px;
	overflow:hidden;
}
#navigation ul .home a, #menu ul li a:hover {
	background:url(images/menu_hover.jpg) repeat-x;
}
