body {
	background: #fff;
	text-align: center;
	font-family: sans-serif;
	color: #666;
}

a {
	color: #0072BC;
	text-decoration: none;}

h1 {	
	font-size: 1.5em; 
	color: #00214C;
}

div.container {
	width: 950px;
	height: auto;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align: left;
}

div.header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 120px;
	background: #fff;
	background-image: url(images/header.jpg);
	background-repeat: repeat-y;
}

div.header span {
	position: relative;
	left: 25px;
	top: 40px;
	font-weight:bold;
	font-family: verdana;
	font-size: 1.5em;
	color: #00214C;
}

div.header p {
	margin:0px;
	padding:85px 0px 0px 0px;
	vertical-align:bottom;
}

div.menu {
	width: 100%;
	height: 20px;
	padding: 0px;
	background: #00214C;
	margin-top: 3px;
	overflow: hidden;
}

span.home {				
	background: #0072BC;	
	border-right: 1px SOLID #fff;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	font-size: 9pt;
	font-family: sans-serif;
	font-variant: small-caps;
}

span.home a {
	color: #fff;
	font-size: 9pt;
	font-family: sans-serif;
	font-variant: small-caps;
	text-decoration: none;
}

span.home a:hover {
	color: #F37021;
	font-size: 9pt;
	font-family: sans-serif;
	font-variant: small-caps;
	text-decoration: none;
}

span.alt {
	background: #00214C;
	border-right: 1px SOLID #fff;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	font-size: 9pt;
	font-family: sans-serif;
	font-variant: small-caps;
}

span.alt a {
	color: #fff;
	font-size: 9pt;
	font-family: sans-serif;
	font-variant: small-caps;
	text-decoration: none;
}

span.alt a:hover {
	color: #F37021;
	font-size: 9pt;
	font-family: sans-serif;
	font-variant: small-caps;
	text-decoration: none;
}

span.search {
	background: #0072BC;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	font-size: 9pt;
	font-family: sans-serif;
	font-variant: small-caps;
	float: right;
	height: auto;
	width: 230px;
	border-left: 1px SOLID #fff;
	overflow: hidden;
}

div.textadd_right{
	float:right;
	padding-left:16px;
	width:355px;
}

div.textadd_left{
	float:left;
	padding-right:16px;
	width:355px;
}

div.post_info {	
	/* the comment/cms style info bar */
	width: 500px;
	border-top: 1px SOLID #f3f3f3;
	border-bottom: 1px SOLID #f3f3f3;
	background: #fafafa;
	font-size: 10px;
	color: #444;
	padding: 5px;
}


div.post_info a {
	font-size: 11px;
	color: #00214C;
	font-weight: bold;
	text-decoration: none;
}

div.main_nav_left {
	width:190px;
	float: left;
	margin-right: 10px;
	height: 100%;
}


div.sub_menu {
	margin-left: auto;
	margin-top: 25px;
	font-size: 11px;
	width: auto;
	border-bottom:1px dashed #00214C;
}

div.sub_menu div {
	background: #00214C;
	padding: 5px;
	color: #fff;
	width: auto;
	font-variant: small-caps;
	border-bottom:1px dashed #00214C;
}

div.sub_menu p {
	background: #fff;
	color: #666;
	line-height: 1.25em;
	display: block;
	margin: 0px;
	padding: 1.0ex 0.5em 1.0ex 0.75em; 
	border-left:1px dotted #00214C;
	border-right:1px dashed #00214C;
}

div.sub_menu a {
	background: #fff;
	color: #666;
	text-decoration: none;
	line-height: 1.25em;
	display: block;
	padding: 1.0ex 0.5em 1.0ex 0.75em;
	border-left:1px dashed #00214C;
	border-right:1px dashed #00214C;
}

#banner {
	padding: 1.0ex 0.5em 1.0ex 3em;	
}

div.sub_menu a:hover {
	background: #fff;
	color: #00214C;
	text-decoration: none;
	line-height: 1.25em;
	display: block;
	padding: 1.0ex 0.5em 1.0ex 0.75em;
	border-left:1px dashed #00214C;
	border-right:1px dashed #00214C;
}

div.content {
	float:right;
	font-size: 9pt;
	width: 740px;
	margin-top: 25px;
}

div.left_content{
	width:610px;
	float:left;
	
}

div.left_content h2{
	font-size:11pt;
}

div.right_content{
	width:130px;
	float:right;
	text-align:right;
}

form, input {
	padding: 0px;
	border: 0px;
	margin: 2px 0px 0px 0px;
	height: 14px;
	font-size: 9pt;
}

form {
	padding:0px;
	margin:0px;
}

.button {
	background: #00214C;
	color: #fff;
	border: 0px;
	padding: 0px;
}	

.center_link{
	text-align:center;
}

div.greybox{
	border:1px solid #00214C;
	width:500px;
	padding:10px;
	background-color:#e2e5e9;
	margin:auto;
}