﻿/*****************************************************
*************      TAG & FONT STYLES     *************
*****************************************************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #003195;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h1, h2, h3 {
	display: inline;
}

a:link, a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #003195;
}

a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #00A9F7;
}

p span {
	font-size: 14px;
	font-weight: bold;
}

.large {
	font-size: 16px;
	line-height: 1.5;
}

.mission {
	font-size: 18px;
	line-height: 1.8;
}

hr {
	border: none;
	color: #000000;
	background-color: #000000;
	height: 1px;
	width: 100%;
}

hr.primary {
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: none;
	border-right: none;
	color: #000000;
	background-color: #FFFFFF;
	height: 5px;
	width: 100%;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 10px 5px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 5px 10px;
}

.clear {
	clear: both;
}

.button {
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding: 0px 0px 5px 0px;
    height: 25px;
    border: 0;
    background: url('/elements/light-blue-button.gif') no-repeat;
    width: 100px;
    height: 25px;
}

.button:hover {
	color: #CCCCCC;
}



/*****************************************************
*************         DIV STYLES         *************
*****************************************************/

div#pagecontainer {
	position: relative;
	top: 11px;
	margin: 11px;
}

div#header {
	position: relative;
	top: 0px;
	width: 100%;
	margin: 0px;
	background-color: #0066CC;
}

div#header_logo {
	position: relative;
	width: 578px;
	margin: 0px auto;
	background-color: #0066CC;
}

div#menu {
	position: relative;
	padding: 10px 0px;
	width: 100%;
	background-color: #00A9F7;
}

div#menubar {
	position: relative;
	width: 540px;
	margin: 0px auto;
}

div#bodycontainer {
	position: relative;
	padding: 0px 0px 15px;
	width: 100%;
	background-color: #00A9F7;
}

div#maincontent {
	width: 75%;
	margin: 0px auto;
}

div#wave_top {
	position: relative;
	width: 100%;
	height: 19px;
	background: url('/elements/wave-top.gif') repeat-x;
}

div#wave_bottom {
	position: relative;
	width: 100%;
	height: 19px;
	background: url('/elements/wave-bottom.gif') repeat-x;
}

div#copyright {
	position: relative;
	padding: 10px 0px 20px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
}