@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 */
	color: #000000;
	background-color: #003469;
	font-family: "Lucida Sans Unicode", "Lucida Console", "Trebuchet MS", Helvetica, "MS Reference Sans Serif", "MS Sans Serif";
	font-size: 82%;
	background-image: url(images/wave2.jpg);
	background-repeat: repeat;
}
hr {
color:#097BD0;
background-color:#097BD0;
}
img {
margin:6px 8px 0 8px;
padding:6px;
border:1px solid #097BD0;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4D4D4D;
	font-weight:normal;
	color:#003469;
}
/*Syles for One Column Template*/

.oneColFixCtrHdr #mainContent {
	padding: 40px 20px 0 20px;
	line-height: 160%;
}

/*Styles for Two Column Template*/
.twoColFixRtHdr #sidebar h2, .twoColFixRtHdr #sidebar h3, .twoColFixRtHdr #sidebar h4{
	/*text-transform:uppercase;*/
}
.twoColFixRtHdr #container, .oneColFixCtrHdr #container {
	width: 969px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-color: #054B81;
	border-style: solid;
	border-width: 14px;
} 
.twoColFixRtHdr #header, .oneColFixCtrHdr #header {
	background-color: #1E2724;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 212px;
	width: 939px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #header h1, .oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 270%;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	font-size: 95%;
	line-height:150%;
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 40px 20px 0 20px;
	line-height: 160%;
} 
.twoColFixRtHdr #footer, .oneColFixCtrHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #CED8D9;
	background-color: #003469;
} 
#footer p, #footer h4, #footer h5 {
	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 */
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Console", "Trebuchet MS", "MS Reference Sans Serif", "MS Sans Serif";
}
#footer h4 {
	color:#FFFFFF;
}
#footer h5 {
	color:#CED8D9;
	font-weight:normal;
} 
.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;
}
#header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 110%;
	letter-spacing: 0.15em;
	text-align: center;
	padding-top: 108px;
	color: #ffffff;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/****NAV BAR****/
#navigation ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #003469;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0px;
	font-size: 110%;
	line-height: 170%;
	margin-bottom: 0px;
}

#navigation ul li { display: inline; }

#navigation ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}
#navigation ul li.active a
{
background-color: #369;
color: #fff;
}
#navigation ul li a:hover
{
background-color: #369;
color: #fff;
}
#navigation {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
/****LINKS****/
#mainContent a {
	font-weight: bold;
	color: #054B81;
}
#mainContent a:hover {
	color: #097BD0;
}
#sidebar a {
	color: #054B81;
}
#sidebar a:hover {
	color: #097BD0;
}
#footer a {
	font-weight: bold;
	color: #CED8D9;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
.sidebox {
	background-image: url(images/gradient-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: FFFFFF;
	padding: 10px;
}
