@charset "utf-8";
@charset "utf-8";
/* Reset browser attribs */
html, body, div, span, blockquote, h1, h2, h3, h4, h5, h6, form, ul, ol, li, p, td {
	margin:0px;
	padding:0px;
}
html, body {
 height: 100%;
}
#nav {
	display: inline;
	height: 510px;
	width: 170px;
}

/* general layout */
body {
	background-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#003366;
	font-weight: normal;
	background-image: url(../site_images/background.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
a {
	color:#333333;
	text-decoration:none;
}
#container {
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 800px;
	height: 510px;
	margin-top: -255px; /* half of the height */
	margin-left: -400px; /* half of the width */
}
#leftCol {
	position:absolute;
	width:170px;
}
#rightCol {
	position:absolute;
	left:175px;
	height:510px;
	width:623px;
}
#footer {
	position:absolute;
	top: 50%;
	width: 100%;
	height: 15px;
	margin-top: 265px;
	margin-left: auto; /* half of the width */
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#logo {
	padding: 20px 0px 0px 13px;
}
#pageTitle {
	padding: 73px 0px 10px 34px;
}
#content {
	height: 380px;
	padding: 0px 27px 0px 45px;
	overflow: auto;
}
#imgCol {
	float: right;
	padding: 0px 0px 15px 15px;
}
p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
#content a {
	color: #f78f1e;
}
/* side navigation */
#nav {
	display:block;
	width:160px;
	height: 300px;
	padding: 25px 0px 0px 10px;
}
#nav UL {
	margin:0px;
	/*position: relative;*/
	list-style-type:none;
}
#nav LI {
	margin:0px;
	padding:0px;
	text-align: right;
}
#nav a {
	padding:4px 4px 4px 0px;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	display: block;
	color: #003366;
	letter-spacing: 0em;
}
#nav a:hover, #nav #subnav a:hover{
	color: #FFFFFF;
}
#nav #subnav a {
	color: #0056ab;
}
