@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:10px;
}
#wrapper {
	width:960px;
	margin:0 auto;
}
#header {
	width:960px;
	height:128px;
	padding-bottom:23px;
}
#navigation {
	width:auto;
	height:35px;
	background:url(images/menu_bgr.jpg) repeat-x;
}
#navigation ul li {
	float:left;
	line-height:35px;
	background:url(images/menu_bar.jpg) no-repeat right center;
	letter-spacing:-1px;
}
#navigation ul li a {
	font-size:14px;
	color:#FFF;
	font-weight:700;
	text-decoration:none;
	display:block;
	padding:0 15px;
}
#box {
	width:958px;
	overflow:hidden;
	border:1px solid #1F3596;
	border-top:none;
}
#box-left {
	width:425px;
	height:238px;
	float:left;
}
#box-right {
	width:525px;
	float:right;
	padding-top:17px;
	padding-bottom:10px;
}
#box-right h1 {
	font-family:Arial, Verdana, Helvetica, sans serif;
	color:#121C7F;
	font-size:24px;
	line-height:32px;
	letter-spacing:-1px;
	width:508px;
	height:20px;
	padding-bottom:20px;
}
#content-text {
	width:960px;
	float:left;
	padding-top:19px;
}
#content-text h2 {
	font-size:18px;
	color:#121C7F;
	font-weight:700;
	padding-top:12px;
	padding-bottom:10px;
	font-family:Arial;
	letter-spacing:-1px;
}
#content-text h3 {
	font-size:18px;
	color:#121C7F;
	font-weight:700;
	padding-top:12px;
	padding-bottom:10px;
	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;
}
#logo {
	background:url(images/logo.jpg) no-repeat;
	width:350px;
	height:80px;
	float:left;
	margin-top:20px;
	margin-right:10px;
	margin-left:10px;
}
#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;
}
