body {
	margin: 0;
	padding: 0;
	background: url(images/main_bg.jpg) repeat-x top center #263c6e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

.main {
	width: 770px;
	margin: 0 auto;
}

a img {
	border: none;
}

.header {
	height: 99px;
	width: 770px;
	background: url(images/top_header_bg.jpg) no-repeat left top;
}

.top {
	float: left;
	width: 770px;
	height: 67px;
	clear: both;
}

.header_right {
	float: right;
	text-align: right;
	color: #ece9d8;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	padding-top: 30px;
	padding-right: 6px;
}

.logo {
	position: relative;
	width: 260px;
	height: 50px;
	float: left;
	left: 0;
	top: 10px;
	text-decoration: none;
	margin-bottom: 17px;
}

.menu {
	float: left;
	width: 770px;
	height: 30px;
	font-weight: bold;
	font-size: 12px;
}

.menu_item {
	float: left;
	background: url(images/menu_item.jpg) no-repeat right top;
	padding: 0 3px;
}

.last {	
	background: none;
}

.menu_item a {
	color: #fff;
	text-decoration: none;
	padding: 7px 20px 8px 20px;
	float: left;
}

.menu_item a:hover {
	color: #b6c3e3;
	padding: 7px 20px 8px 20px;
	float: left;	
	text-decoration: none;
	background: url(images/menu_hover.jpg) repeat-x left top;	
}

.header_big {
	background: url(images/big_header.jpg) no-repeat left top;
	height: 275px;
	width: 770px;
}

.header_sm {
	background: url(images/header_sm.jpg) no-repeat left top;
	height: 114px;
	width: 770px;
}

.contentwrap {
	background: url(images/content_bg.jpg) repeat-y left top;
	width: 702px;
	padding: 6px 34px 10px 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 300px;
	_height: 300px;
}

.contentwrap h3 {
	padding: 0;
	margin: 0;
	color: #20315b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.contentwrap h2 {
	padding: 0;
	margin: 0;
	color: #20315b;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #20315b;
}

.contentwrap ul {
	padding: 0 12px;
	margin: 0;
}

.contentwrap ul li {
	list-style-image: url(images/bullet.jpg);
}

.contentwrap ul.numeric {
	margin-left: 6px;
}

.contentwrap ul.numeric li {
	list-style-image: none;
	list-style-type: decimal;
	*margin-left: 6px;
}

.contact_form {
	margin-top: 10px;
}

.footer {
	background: url(images/footer_bg.jpg) no-repeat left top;
	width: 770px;
	min-height: 75px;
	padding-top: 10px;
	font-size: 10px;
	_height: 75px;
	text-align: center;
	word-spacing: 24px;
}

.footer a {
	color: #345295;
	text-decoration: none;
	word-spacing: normal;
}

.footer a:hover {
	color: #0d296a;
}

.copyright {
	margin-top: 14px;
	color: #fff;
	word-spacing: normal;
}

.copyright a {
	color: #fff;
	text-decoration: none;
}

.copyright a:hover {
	color: #ccc;
	text-decoration: none;
}

#question {
	width: 300px;
	height: 100px;
}