/*
	Solidlinks
*/
body, h1, h2, h3, h4, h5, h6, ul, li, ol, table, tr, th, td, form, img {
	border:					0;
	padding:				0;
	margin:					0;
}

body {
	background-color:		#D5E0E6;
}

/*
	Construction Classes
*/
.inner {
	display:				block;
	clear:					both;
	margin-left:			auto;
	margin-right:			auto;
	width:					840px;
}

.clearer {
	display:				block;
	clear:					both;
}

/*
	Top Strip
*/
#topbar .inner {
	background-image:		url(background_header.gif);
	background-repeat:		no-repeat;
	
	height:					58px;
	overflow:				hidden;
}

#topbar h1 {
	float:					left;
	clear:					left;
}
#topbar h1 a {
	display:				block;
	background-image:		url(header_logo.gif);
	background-repeat:		no-repeat;
	width:					145px;
	height:					30px;
	margin:					22px 0 0 42px;
	
	text-indent:			-2000px;
	overflow:				hidden;
}

#topbar h2 {
	float:					right;
	margin:					36px 32px 0 0;
}

/*
	Menu Block
*/
#header {
	background-image:		url(menu_background.gif);
	background-repeat:		repeat-x;
	border-top:				1px #f1f1f1 solid;
	border-bottom:			1px #e8e8e9 solid;
	
	height:					190px;
}
#header .inner {
	overflow:				hidden;
}

#header .main_menu {
	float:					left;
}

#header .main_menu ul {
	display:				block;
	list-style-type:		none;
	margin:					22px 0 0 42px;
}
#header .main_menu ul li {
	float:					left;
	clear:					left;
}
#header .main_menu ul li a {
	display:				block;
	background-color:		#022C76;
	width:					236px;
	height:					28px;
	margin-bottom:			2px;
}
#header .main_menu ul li a:hover {
	background-color:		#E48902;
}

#header .info_images {
	float:					left;
	background-image:		url(menu_images.png);
	background-repeat:		no-repeat;
	
	width:					271px;
	height:					203px;
	
	margin:					-6px 0 0 -20px;
	
	text-indent:			-1000px;
	overflow:				hidden;
}

#header .head_logo {
	float:					right;
	background-image:		url(menu_logo.gif);
	background-repeat:		no-repeat;
	
	width:					286px;
	height:					210px;
	margin-right:			22px;
	
	text-indent:			-1000px;
	overflow:				hidden;
}

/*
	Contents
*/
#contents {
	background-image:		url(contents_background.gif);
	background-repeat:		repeat-x;
	background-position:	50% 0;
}

#contents .inner {
	background-image:		url(contents_background_inner.gif);
	background-repeat:		repeat-x;
	background-position:	50% 0;
	width:					800px;
	background-color:		#fff;
	border-top:				1px #e8e8e9 solid;
	
	padding-bottom:			50px;
}

#contents h2 {
	display:				block;
	clear:					both;
	width:					236px;
	border-left:			2px #FF9900 solid;
	border-right:			2px #FF9900 solid;
	
	padding-top:			20px;
}

/*
	Footer
*/
#footer {
	background-image:		url(footer_background.gif);
	background-repeat:		repeat-x;
	height:					100px;
	padding-top:			20px;
}
#footer .inner {
	width:					800px;
	overflow:				hidden;
}

#footer ul {
	list-style-type:		none;
}
#footer ul li {
	float:					left;
}
#footer ul li+li {
	border-left:			1px #fff solid;
	margin-left:			6px;
	padding-left:			6px;
}

/*
	Fonts
*/
body {
	font-family:			'Verdana', sans-serif;
}

#topbar h2 {
	color:					#ddd;
	font-size:				8pt;
}
#header .main_menu ul li a {
	color:					#fff;
	font-size:				12pt;
	font-weight:			normal;
	text-decoration:		none;
	text-indent:			10px;
	line-height:			21pt;
}
#contents h2 {
	text-indent:			16px;
	font-weight:			normal;
	font-size:				18pt;
	color:					#003399;
	margin-bottom:			20px;
}
#contents h3 {
	display:				block;
	clear:					both;
	border-bottom:			1px #FF9900 solid;
	color:					#003399;
	font-weight:			normal;
	font-size:				14pt;
	line-height:			24pt;
	margin-bottom:			15px;
}

#contents p {
	font-size:				8pt;
	line-height:			14pt;
}

#footer p,
#footer li {
	color:					#fff;
	font-size:				8pt;
}
#footer a {
	color:					#FF9900;
	text-decoration:		none;
}