@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 23px;
	background-repeat: repeat-x;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-color: #477189;
}
ul {
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fbf8f1;
} 
.twoColFixLtHdr #header-topper {
	padding-right: 0px;
	padding-left: 270px;
	background-image: url(../images/header-top-background.jpg);
	background-repeat: no-repeat;
	height: 48px;
	padding-top: 0;
	padding-bottom: 0;
} 
.twoColFixLtHdr #header {
	background-repeat: repeat-x;
	height: 88px;
	background-color: #283D5E;
} 
.twoColFixLtHdr #header-left {
	float: left; /* since this element is floated, a width must be given */
	width: 350px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin: 0px;
	height: 75px;
	padding-top: 20px;
}
.twoColFixLtHdr #header-right {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 55px;
} 
.twoColFixLtHdr # li a {
	color: #243c59;
}
.twoColFixLtHdr # lia:link {
	color: #243c59;
}
.twoColFixLtHdr # lia:visited {
	color: #243c59;
}
.twoColFixLtHdr # lia:hover {
	twoColFixLtHdr: #243c59;
	text-decoration: underline;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #photobar {
	background-repeat: repeat-x;
	vertical-align: middle;
	padding: 0;
	background-color: #2A3E5F;
	height: 193px;
	width: 900px;
	text-align: left;
} 
.twoColFixLtHdr #main-sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	background-position: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-top: 20px;
	font-size: 14px;
	height: 380px;
	background-color: #fbf8f1;
	text-decoration: none;
	background-repeat: repeat-y;
	margin: 0px;
}
.twoColFixLtHdr #one-column {
	float: left; /* since this element is floated, a width must be given */
	width: 850px;
	background-position: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-top: 20px;
	font-size: 14px;
	height: 380px;
	background-color: #fbf8f1;
	text-decoration: none;
	background-repeat: repeat-y;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	position: relative;
	background-color: #fbf8f1;
	width: 620px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	background-repeat: repeat-x;
	height: 65px;
	text-align: center;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #20304A;
	font-size: 11px;
	background-color: #497188;
} 
.twoColFixLtHdr #footer ul {
	font-size: 11px;
	margin-left: -25px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	line-height: 11px;
	padding-top: 10px;
}
.twoColFixLtHdr #footer li {
	list-style-type: none;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer-bottom {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: repeat-x;
	height: 15px;
	vertical-align: middle;
} 
.div pic{
	float: left;
	width: 300px;
}
.photo-left {
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #993;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #nav {
	background-repeat: repeat-x;
	height: 52px;
	margin: 0px;
	padding: 0px;
} 


ul.nav a{
	text-decoration:none;
}
ul.nav{
	text-align: left;
	list-style-type: none;
	padding: 0px;
	margin:0px;
	list-style:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
}
ul.nav li{
	background-image: url(../images/nav-line.jpg);
	background-repeat: no-repeat;
	color: #2E4766;
	background-position: left bottom;
	display:list-item;
	list-style-type: none;
	color: #243c59;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	list-style-image: none;
	text-align: left;
	padding-bottom: 17px;
}
ul.nav li a{
	color: #243c59;
	border:none;
	margin:0;
	text-decoration:none;
}
ul.nav li a:visited{
	color: #243c59;
	text-decoration:none;
}
ul.nav li a:active{
	color: #000000;
	text-decoration:underline;
}
ul.nav li a:hover{
	color: #000000;
	text-decoration:underline;
}
ul.footer li a{
	color: #243c59;
	border:none;
	margin:0;
	text-decoration:none;
}
ul.footer li a:visited{
	color: #243c59;
	text-decoration:none;
}
ul.footer li a:active{
	color: #243c59;
	text-decoration:underline;
}
ul.footer li a:hover{
	text-decoration:underline;
	color: #20304A;
}
.photo {
	height: 150px;
	width: 100px;
	border: 1px solid #996;
	margin-right: 20px;
	margin-left: 20px;
}

