body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #00033e;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}
#wrapper {
	background-color: #FFFFFF;
	width: 778px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#pagediv {
	position:relative;
	z-index:2;
	margin: 0px;
}
#logo {
	height: 200px;
	width: auto;
	position: relative;
}

img {
	float: none;
	margin: 0px;
	position: absolute;
	z-index: 2;
	left: -40px;
	top: -15px;
	height: 220px;
	width: 860px;
}


/*Beginnning of unordered list navigation bar*/
#navigation {
	position:relative;
	width:780px;
	z-index:1;
	text-align: center;
	padding-top: 10px;
}
#navigation ul {
	list-style-type: none;
	padding: 0px;
	float: left;
	bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#navigation li a.current, #navigation li a.current:hover, #navigation li a.current:active {
	color: #FFFFFF;
	background-color: #00056D;
	cursor: default;
}
#navigation li {
	display: inline;
	float: left;
}
#navigation li a:link, #navigation li a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A50324;
	display: block;
	margin-right: 0.5em;
	padding-top: 0.2em;
	padding-right: 3px;
	padding-bottom: 0.2em;
	padding-left: 3px;
	float: left;
	text-align: center;
}
#navigation li a:hover {
	background-color: #00055F;
}	
/*#navigation li a:active	{
	background-color: #006600} */
/*End of unordered list navigation bar*/

#maincontent {
	position:relative;
	width:600px;
	text-align: justify;
	top: 20px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
ul {
	text-align: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00033F;
	text-align: center;
	font-size: 28px;
}

table {
	font-weight: 700;
	font-size: 12px;
	padding: 0px;
	background-color: #FFFFFF;
	background-position: center;
	text-align: center;
	margin: 0px;
	border: 1px solid #00033F;
}
td {
	border: 1px solid #00033F;
}
th {
	border: 1px solid #00033F;
}



tr {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background-position: center;
	border: 1px solid #00033F;
}
/*This class is for the About Us Page to take the blue border off of the table.  This POIFL is in a table but all borders taken off to allow it to have a column look.*/
.color {
	border: 1px solid #FFFFFF;
}
caption {
	font-size: 20px;
	font-weight: bold;
}

#footer {
	position:relative;
	font-size: 8px;
	text-align: center;
	text-transform: none;
	padding-top: 5px;
	width:780px;
	text-align: center;
	font-weight: bolder;
	padding-bottom: 5px;
	text-decoration: none;
}
#footer a:link {
	color: #A60424;
	text-decoration: none;
	font-weight: bolder;
}
#footer a:visited {
	color: #A60424;
	text-decoration: none;
	font-weight: bolder;
}
#footer a:active {
	color: #00033F;
	text-decoration: none;
	font-weight: bolder;
}
#footer a:hover {
	color: #000344;
	text-decoration: none;
	font-weight: bolder;
}

/*Links below are link outside the navigation and footer*/
a:link {
	color: #A50324;
	font-weight: normal;
	text-decoration: none;
}
a:visited  {
	color: #A50324;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #030641;
}
.pagecenter {
	text-align: center;
}

.copyright {
	font-size: 8px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.print {
	font-size: 12px;
	color: #A50324;
	text-align: center;
}

