﻿@charset "UTF-8";
* {
	padding:0;
	margin:0;
	border:0;
}
img { behavior: url(../iepngfix.htc) }
img {
	padding:0;
	margin:0;
	border:0;
}
.gallery img{
	border: 1px solid #005596;
	margin:0 15px 15px 0;
}
h1{
	font-size:14px;
	font-weight:bold;
	color:#005596;
	text-transform:uppercase;
	padding-bottom:12px;
}
h2{
	font-size:14px;
	font-weight:bold;
	color:#005596;
	text-transform:capitalize;
}
ul{
	padding-left:15px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
	font-size:14px;
	background-color:#73b7ce;
	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 */
	color: #595959;
	padding-top:20px;
}
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 
.twoColFixLtHdr #header { 
	background: white; 
	padding: 25px 0px 10px 22px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size:11px;
	position:relative;
}
.nav{
	border-top: 1px solid #005596;
	width:550px;
	height:8px;
	position:absolute;
	left: 250px;
	top: 49px;
	overflow:visible;
}
.twoColFixLtHdr #bar {
	width:756px;
	border:1px solid #6f98a1;
	margin-left:22px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	text-align:right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 120px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width:560px;
	border:1px solid #d2d89e;
	background-color:#f5f6eb;
	padding:25px 30px;
	margin-top:20px;
	margin-bottom:20px;
}
.twoColFixLtHdr #mainContentNSB { 
	margin: 20px auto; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width:560px;
	border:1px solid #d2d89e;
	background-color:#f5f6eb;
	padding:25px 30px;
}
.twoColFixLtHdr #footer {
	padding-top:10px;
	text-align:center;
	background-color:#73b7ce;
	color:white;
	font-size:10px;
}
.current_page{
    padding-top:5px;
	border-top:14px solid #005596;
	text-decoration: none;
	color:#005596;
}
.thin{
	border-top:1px solid #005596;
}
.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;
}

a.rec:link {
	color:#005596;
	text-decoration: none;
}
a.rec:visited {
	text-decoration: none;
	color:#005596;
}
a.rec:hover {
	padding-top:5px;
	border-top:14px solid #005596;
	text-decoration: none;
	color:#005596;
}
a.rec:active {
	text-decoration: none;
	color:#005596;
}
a:link {
	color:#005596;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color:#005596;
}
a:hover {
	text-decoration: underline;
	color:#005596;
	}
a:active {
	text-decoration: underline;
	color:#005596;
}
a.white:link {
	color:white;
	text-decoration: underline;
}
a.white:visited {
	text-decoration: underline;
	color:white;
}
a.white:hover {
	border-top:none;
	text-decoration: underline;
	color:white;
}
a.white:active {
	text-decoration: underline;
	color:white;
}
a.sa:link {
	color:white;
	text-decoration: none;
}
a.sa:visited {
	text-decoration: none;
	color:white;
}
a.sa:hover {
	border-top:none;
	text-decoration: none;
	color:white;
}
a.sa:active {
	text-decoration: none;
	color:white;
}
