/* Layout */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76.1%;
	font-weight: normal;
	line-height: 1.6em;
	color: #515151;
}
#background {
	background-color: #00338d;
	background-image: url(images/nav/background.gif);
	background-repeat: repeat-x;
}
#bg_image {
	background-image: url(images/nav/bg_building.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}
#wrapper {
	margin: 0px auto;
	width: 800px;
	padding-top: 100px;
}
#header {
	height: 160px;
	width: 800px;
	padding-top: 10px;
}
.header_img {
	background-color: #000000;
	height: 150px;
	width: 185px;
	float: left;
	margin-right: 20px;
}
#footer {
	color: #AEAEAE;
	font-size: 90%;
	line-height: 1.3em;
	margin: 10px 25px;
}
#address_panel {
	color: #AEAEAE;
	font-size: 90%;
	line-height: 1.3em;
	margin-right: 10px;
}
#footer a, #address_panel a {
	color: #ededed;
}
#content {
	background-color: #ededed;
	background-image: url(images/nav/content_bg.gif);
	background-repeat: repeat-x;
	padding: 25px;
}
#content_wrapper {
	padding-top: 20px;
}
#left_panel {
	color: #AEAEAE;
}
/* Tag Styles */
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address{
	margin:0 0 0.5em 0;
}
ul,ol {
	margin-left: 16px;
}
a{
	text-decoration:none;
	color: #0000ff;
}
a:hover{
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6 {
	color: #00338d;
	font-weight: normal;
}
h1{
	font-size:2em;
	line-height:1em;
}
h2{
	font-size:1.7em;
	line-height:1em;
}
h3{
	font-size:1.5em;
	line-height:1em;
}
h4{
	font-size:1.3em;
	line-height:1em;
}
h5{
	font-size:1.2em;
	line-height:1em;
}
h6{
	font-size: 1em;
	line-height: 1em;
	font-weight:bold;
}
.small {
	font-size: 90%;
	line-height: 90%;
}
.img_right {
	float: right;
	width: 185px !important;
	width: 210px;
	background-image: none;
	clear: none;
	padding: 0px;
	margin: 0px -25px 4px 10px;
	display: block;
}
.img_right_390 {
	float: right;
	width: 390px !important;
	width: 210px;
	background-image: none;
	clear: none;
	padding: 0px;
	margin: 0px -25px 4px 10px;
	display: block;
}

.clearFloat {
	clear: both;
}


/* Navigation Menu */
#nav,#nav ul {
	color: #ededed;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	color: #ededed;
	display: block;
	padding: 2px 10px 0px;
	margin: 0;
	height: 28px;
	text-decoration:none;
	line-height: 25px;
	background-image: url(images/nav/button_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav li{
	margin: 0px 0px 10px;
	cursor: default;
	list-style-type: none;
}
#nav li a:hover {
	color: #00338d;
	background-position: 0px -30px;
}
