﻿body{
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-image: url(images/Body.gif);
	color: #003366;
	background-repeat: repeat-x;
}

/* Main Navigation */

a:link{
	color:#003366;
	text-decoration:none;
}
a:visited{
	color:#660022;
	text-decoration:none;
}
a:hover{
	color:#660022;
	text-decoration:none;
}
a:active{
	color:#660022;
	text-decoration:none;
}

/* Main Navigation Links */

.mainNav a:link{
	color:#660000;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mainNav a:visited{
	color:#660000;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mainNav a:hover{
	color:#660022;
	text-decoration:none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mainNav a:active{
	color:#660022;
	text-decoration:none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Main Navigation Links */

.secondaryNav a:link{
	color:#FFFFCC;
	text-decoration:none;
	background-color: #1B194B;
}
.secondaryNav a:visited{
	color:#FFFFCC;
	text-decoration:none;
}
.secondaryNav a:hover{
	color:#FFCC00;
	text-decoration:none;
}
.secondaryNav a:active{
	color:#FFFFCC;
	text-decoration:none;
}

/* Footer Navigation */

.lnk_navbtm{
	color:#1D7ECD;
	text-align:center;
	padding-top:5px;
}
.lnk_navbtm a:link{
	color:#1D7ECD;
	text-decoration:none;
	padding:2px;
}
.lnk_navbtm a:visited{
	color:#1D7ECD;
	text-decoration:none;
	padding:2px;
}
.lnk_navbtm a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#1D7ECD;
	padding:2px;
}
.lnk_navbtm a:active{
	color:#1D7ECD;
	text-decoration:none;
	padding:2px;
}

/* Headers (H1, H2, H3, H4) */

h1{
	color:#34B1E7;
	font-weight:bold;
	font-size:18px;
	margin:0;
	padding:0;
	font-style:italic;
}
h2{
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
}
h3{
	color:#AABC6B;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:0;
}

/* Horizontal Line, Bullets, and Images */

HR{
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
}
img{ 
	border-color : #005D41;
	border:0; 
}
ul{
	list-style-type: none;
	padding-left: 20px;
	margin: 0;
}
li{
	color: #FFFFFF;
	list-style-type: circle;
	padding-left:40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	z-index: auto;
	text-align: center;
}

/* Forms */

.frm_input{
	width:250px;
	height:22px;
	padding:2px;
	margin:1px;
	border-width:1px;
	border-style:solid;
	border-color:#7F923D;
	background:url('images/frmbg.jpg') repeat-x;
	background-color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	font-family:Arial, sans-serif;
}
.frm_textarea{
	width:350px;
	padding:2px;
	margin:1px;
	border-width:1px;
	border-style:solid;
	border-color:#7F923D;
	background:url('images/frmbg.jpg') repeat-x;
	background-color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	font-family:Arial, sans-serif;
}
.frm_reset{
	width:50px;
	height:22px;
	padding:2px;
	margin:1px;
	border-width:1px;
	border-style:solid;
	border-color:#7F923D;
	background:url('images/frmbg.jpg') repeat-x;
	background-color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	font-family:Arial, sans-serif;
}
.frm_submit{
	width:70px;
	height:30px;
	padding:2px;
	margin:1px;
	border-width:1px;
	border-style:solid;
	border-color:#7F923D;
	background:url('images/frmbg.jpg') repeat-x;
	background-color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	font-family:Arial, sans-serif;
}

/* Main Layout Styles */

#mainWrapper{
	width:800px;
	margin:0 auto;
	border-top-color: #006666;
	border-top-style: solid;
	border-top-width: 0px;
	border-right-color: #006666;
	border-right-style: solid;
	border-right-width: 0px;
	border-bottom-color: #006666;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: #006666;
	border-left-style: solid;
	border-left-width: 0px;
}
#headerWrapperTop{
	background-image: url(images/wrapper_curvededges_01.jpg);
	height: 19px;
}
#headerWrapper{
	width:800px;
	background-color:#9999FF;
	height: 170px;
}
#navMainWrapper{
	width:800px;
	height:67px;
	font-size:medium;
	font-weight:bold;
	vertical-align:middle;
	background-image: url(images/NavBar.gif);
	background-repeat: repeat-x;
}
#navMainWrapper ul{
	padding:15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#navMainWrapper li{
	list-style:none;
	display:inline;
	border: 0px none #666666;
}
#secondaryNavMainWrapper{
	width:800px;
	height:35px;
	font-size:medium;
	font-weight:bold;
	background-color:#CC00CC;
	vertical-align:middle;
}
#secondaryNavMainWrapper ul{
	padding:5px;
	margin:0;
}
#secondaryNavMainWrapper li{
	list-style:none;
	display:inline;
}
#logoWrapper{
	width:auto;
	margin-top: 0px;
	padding-top: 15px;
	float: left;
}
#contentMainWrapper{
	width:800px;
	background-color:#9999FF;
	background-image: none;
	background-repeat: repeat-x;
	height: auto;
}
#contentPageTitleHeaders{
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #660000;
}
#indexDefault{
	width:575px;
	float:right;
	background-color:#cce1f3;
	padding-top: 5px;
	padding-left: 10px;
}
#contentLeftColumn{
	width:750px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#contentRightColumn{
	width:750px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #660000;
	padding-top: 10px;
}
#contentMainWrapperBottom{
	background-image: url(images/wrapper_curvededges_03.jpg);
	height: 24px;
}
#contentFooter{
	width:800px;
	height:auto;
	text-align: center;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
}
#navSuppWrapper{
	width:800px;
	height:auto;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#navSuppWrapper ul{
	padding:5px;
	margin:0;
}
#navSuppWrapper li{
	list-style:none;
	display:inline;
}
#siteInfoLegal{
	width:800px;
	font-size:10px;
	text-align:center;
}
.clear{
	clear:both;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #D2EBFF;
}
.text3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003399;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	font-style: normal;
	font-weight: normal;
	color: #660000;
	margin-top: 75px;
	margin-right: 10px;
	text-align: right;
	float: left;
}
.headingSlogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-align: right;
}
.heading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}
.text4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #006666;
}
.tableHeaderContact {
	color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	background-color: #003366;
	padding-left: 5px;
}
