﻿/* CSS layout */
body {
	margin: 3 0 0 0;
	padding: 0;
	background-color: #012240;
}
#container {
	min-width: 700px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
	width: 900px;
}
#masthead {
	border: 1px solid #003366;
	background-color: #003366;
	height: 70px;
	background-image: url('graphics/hdr-bg-bl.jpg');
}
#top_nav {
	background-color: #003366;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #011321;
	height: 20px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 20px;
	vertical-align: middle;
	padding-top: 3px;
}
#left_col {
	width: 176px;
	float: left;
}
#page_content {
	padding: 15px 22px 0px 25px;
	margin-left: 175px;
	margin-right: 175px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #000000;
}
#right_col {
	width: 178px;
	float: right;
}
a {
	color: #000000;
}
a:visited {
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.superFont {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	vertical-align: super;
	font-style: normal;
}
.superFont2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 6px;
	font-weight: normal;
	vertical-align: super;
	font-style: normal;
}
.photoBorderLeftCol {
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	text-align: center;
}
.PhotoBorderLastPicLefttCol {
	border-style: solid;
	border-width: 2px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.photoBorderRtCol {
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	text-align: center;
}
.PhotoBorderLastPicRtCol {
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}
#footer {
	clear: both;
	background-color: #FFFFCC;
	height: 20px;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #011424;
	border-bottom-style: solid;
	border-bottom-color: #002A53;
	border-bottom-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-top: 0px;
	padding-left: 8px;
	vertical-align: top;
	padding-bottom: 6px;
}
.footer2 {
	background-color: #003366;
}
.footer2_LeftCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Footer2_RtCell {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


