﻿body {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	background-color: #ffffff;
}

h2 {
	font-size: 20px;
	color: navy;
}

h3 {
	font-size: 112%;
	color: maroon;
	font-weight: 600;
	margin-bottom: 8px;
}

h3 a:link { color: maroon; text-decoration: none }
h3 a:active { color: black; text-decoration: none }
h3 a:visited { color: maroon; text-decoration: none }
h3 a:hover { color: blue; text-decoration: underline }

strong { font-weight:bold; }

h4 {
	margin-top: 7px;
	font-size: 13px;
	color: navy;
	margin-bottom: 5px;
}

hr {
	border: 1;
	color: #00298C;	
}


div#header, div#content {
	margin: 0 auto;
	width: 100%;
	border: 0px solid;
	text-align: center;
	margin-left:auto; margin-right:auto;
}


table#maintable {
	width: 687px;
	border-top: 10px #ff0000;
	vertical-align: top;
	margin-left:auto; margin-right:auto;
	}


td#maintablenav {
	width: 145;
	margin: 5px;
	vertical-align: top;
	border-left: solid 1px #C0C0C0;
	border-top: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
	background-color: #f1f1f1;
	text-align: left;
}

td#maintableinfo li {
//	list-style: round;
	margin: 12px;
	margin-bottom: 0px;
	margin-top: 2px;
}

td#maintableinfo {
	width: 140;
	vertical-align: top;
	text-align: left;
	border-left: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
	border-top: solid 1px #C0C0C0;
}

td#maintablecontent li {
	list-style: square;
	margin: 20px;
	margin-bottom: 0px;
	margin-top: 2px;
}

td#maintablecontent hr {
	height: 1px;
	color: #002888;
}

td#maintablecontent .hrsec {
	height: 1px;
	color: #C4C4BE;
	text-align: center;
	width: 95%;
	margin-bottom: 8px;	
	margin-top: 8px;	
}

td#maintablecontent {
	width: 400;
	text-align: left;
	vertical-align: top;
	padding: 4px;
	border-top: solid 1px #C0C0C0;
}

/* 2 col version*/
td#maintablecontent2 {
	width: 542;
	vertical-align: top;
	text-align: left;
	padding: 1px;
	border-top: solid 1px #C0C0C0;
	padding-left: 5px;
	padding-top: 3px;
}

td#maintablecontent2 li {
	list-style: square;
	margin: 20px;
	margin-bottom: 0px;
	margin-top: 2px;
}


/* search */

input#go {
	vertical-align: bottom;
	border: 1px;
	font-size: 80%;
	font-color: white;
	background-color: navy;
	height:19px;
}

input#searchtext {
	vertical-align: bottom;
	height: 16px;
	font-size: 100%;
	width: 90px;
}

#searchlbl {
	vertical-align: bottom;
	font-size: 11px;
	font-color: white;
	font-weight: 650;
}

/* Info Area */
div#info {
	margin-left: 4px;
	font-size: 11px;
	color: #303030;
	width: 140;
}

div#info li {
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 2px;
}

div#info a {
	text-decoration: none;
	color: #303030;
}

div#info a:hover {color: green;}

div#info td,tr,table {
	text-decoration: none;
	color: #303030;
}

div#info h2 {
	font-size: 12px;
	font-weight: 500;
	color: maroon;
	margin-top: 15px;
}



/* Footer */

div#footer {
	background-color: #00298C;
}

table#footertable {
	width: 687;
	height: 25px;
	padding: 3px;
	background-color: #00298C;
	margin-left:auto; margin-right:auto;
}

table#footertable td {
	font-size: 90%;
	color: white;
}

table#footertable a {
	color: white;
	text-decoration: none;
}

/* breadcrumbs */
.crumb {
	font-size: 12px;
	text-decoration: none;
	color: #808080;
}

.crumb a {
	font-size: 12px;
	text-decoration: none;
	color: #808080;
}

.navmenuitem  {
	text-decoration: none;
	color: #404040;
	font-size: 11px;
}

.listitem {
	display: none;
}


a.mainref:link { color: black; text-decoration: none }
a.mainref:active { color: black; text-decoration: none }
a.mainref:visited { color: black; text-decoration: none }
a.mainref:hover { color: blue; text-decoration: underline }

a:hover {color: green;}

.tollfree {
	display: none;
	}
