* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #0b2a52;
	color: #333333;
	font: small Verdana, Arial, Helvetica, sans-serif;
}
	body#popup {
		background-color: #F4F4F1;	
	}
div#popup {
	padding: 15px;
}
h2 {
	font: 170% Georgia, Verdana, sans-serif;
	color: #003399;
}
	#content h2 {
		text-transform: capitalize;
		margin-bottom: 15px;
	}
	#Home #content h2 {
		margin-bottom: -20px;
	}
	h2 .subheading {
		font-size: 75%;
	}
h3 {
	font: 130% Georgia, Verdana, sans-serif;
	color: #003399;
}
h4 {
	font: 110% Georgia, Verdana, sans-serif;
	color: #003399;
}
	#content h4 {
		text-transform: uppercase;
		font: 100% Verdana, Arial, sans-serif;
		font-weight: bold;
		color: #003399;
	} 
	#Home #content h4, #News #content h4 {
		margin-top: 35px;
	}
p {
	line-height: 16px;
	margin-bottom: 14px;
}
a {
	color: #4169e1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
pre {
	font: small Verdana, Arial, sans-serif;
	white-space: pre;
	margin-bottom: 10px;
	line-height: 16px;
}	
hr	{
	margin: 2px 0 15px 0;
	border: 0;
	height: 1px;
	background-color: #667481;
	color: #667481;
}
	#News hr {
		margin-bottom: -20px;
	}
	hr.bottom {
		margin: 15px 0 2px 0 !important;
	}
#wrapper {
	background-color: #f4f4f1;
	width: 927px;
	margin: 0 auto;
} 
#main {
	float: left;
	position: relative;
	width: 514px;
	background-color: #f4f4f1;	
	border-left: 159px solid #5376a2; /* width and color of leftmenu */	
	border-right: 254px solid #cbd1d9; /* width and color of sidebar */	
}
#header {
	background: #f4f4f1 url('images/bg_header.jpg') no-repeat;
	width: 100%;
	height: 138px;
}
	#header ul {
		margin: 0 0 0 488px;
		font-weight: bold;
		list-style-type: none;
		line-height: 1.55em;
	}
	#header a {
		color: white;
	}
#leftmenu {
	background-color: #5376a2;
	width: 159px;
	font: 130% Georgia, Verdana, sans-serif;
	float: left;
	margin-left: -159px;
	position: relative;
}
	#leftmenu ul {
		list-style-type: none;
		line-height: 2em;
		margin: 18px 0 0 0;
	}	
	#leftmenu li {
		padding-top: 3px;
	}
	#leftmenu ul a {
		color: white;
		margin-left: 20px;
	}
	#leftmenu a:hover {
		text-decoration: none;
		color: #003399;
	}
	#leftmenu li#current {
		background: url('images/menu_sel.gif') no-repeat 0 1px;
		position: relative;
	}
	#leftmenu li#current a {
		color: #003399;
	}
#content {
	padding: 20px;
	float: left;
	width: 475px;
	margin-right: -475px;
}
	#content .news_date {
		font-style: italic;
		font-size: 90%;
		margin: 2px 0;
	}
	#content ul, #content ol {
		margin: 8px 0 15px 20px;
	}
	#content li {
		margin-bottom: 6px;
	}
.news_pic {
	border: 1px solid #333333;
	margin-bottom: 10px;
}
li.news {
	margin-left: 15px;
}
#subMenu {
	background-color: #dde1e6;
	padding: 3px 6px 2px 3px;
	margin: -10px 0 11px;
}	
	#subMenu ul {
		text-align: right;
		margin: 0;
	}
	#subMenu li {
		display: inline;
	}
	#subMenu li.divider {
		border-right: 1px solid #777777;
		padding-right: 7px;
	}
	#subMenu li#current a {
		font-weight: bold;
	}
#navMenu {
	/*background-color: #6487a2;*/
	line-height: 1em;
}
	#navMenu ul {
		list-style: none;
		font-size: 0.9em;
		padding: 1px 0px;
		color: #003366;
		margin: 0 0 2px 0;
	}
	#navMenu li	{
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		display: inline;
	}
td {
	text-align: left;
}
.right	{
	 width: auto;
	 text-align: right;
	 padding-right: 5px;
}
.left	{
	 text-align: left;
	 float: left;
	 padding-left: 5px;
}
.bordered {
	border: 1px solid #003399;
}
.smalltext {
	font-size: 85%;
	line-height: 14px;
}
.indent {
	margin: 10px 0 0 20px;
}
#sidebar {
	width: 225px;
	margin-right: -254px;
	float: right;
	padding: 13px;	
	margin-top: -10px;
	position: relative;
}
	#sidebar h3 {
		margin: 25px 0 6px;
	}
	#sidebar p, #sidebar label {
		font-size: 85%;
		line-height: 13px;
		margin-bottom: 11px;
	}
#enewsSignup p {
	margin: 0;
}
	#enewsSignup input {
		margin-bottom: 8px;
		font: 90% Arial, sans-serif;
		width: 220px;
	}
	#enewsSignup input.button {
	margin: 0 0 10px 133px;
	}
input.button {
	padding: 0;
	background-color: #192d68;
	border-color: #A2B4C4 rgb(85, 85, 85) rgb(23, 54, 84) rgb(135, 157, 179);
	border-width: 2px;
	color: white;
	font: 85% Verdana, sans-serif;
	font-weight: bold;
	width: 90px !important;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}
	
#footer {
	clear: both;
	position: relative;
	width: 768px;
	background-color: #004883;
	height: 84px;
	border-left: 159px solid #5376A2;
}
	#footer p {
		color: #ececec;
		font-size: 75%;
		padding: 15px;
		line-height: 14px;
	}	
	#footer p.right {
		padding-top: 23px;
		line-height: 18px;
	}
	#footer a {
		color: #a7a7a7;
	}