﻿body{
	margin:0;
	background:url('images/bg.jpg');
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url('images/bg.jpg');
	color: #003366;
}

/* Main Navigation */

a:link{
	color:#FFFFFF;
	text-decoration:none;
}
a:visited{
	color:#15143C;
	text-decoration:none;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
a:active{
	color:#313193;
	text-decoration:none;
}

/* Main Navigation Links */

.mainNav a:link{
	color:#CC0000;
	text-decoration:none;
}
.mainNav a:visited{
	color:#CC0000;
	text-decoration:none;
}
.mainNav a:hover{
	color:#003399;
	text-decoration:none;
}
.mainNav a:active{
	color:#CC0000;
	text-decoration:none;
}

/* 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;
	background-color:#CCE1F3;
	margin:0 auto;
	border-top-color: #006666;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #006666;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #006666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #006666;
	border-left-style: solid;
	border-left-width: 1px;
}
#headerWrapper{
	width:800px;
	background-color:#CCE1F3;
}
#navMainWrapper{
	width:800px;
	height:35px;
	font-size:medium;
	font-weight:bold;
	vertical-align:middle;
	background-image: url(images/index_02.jpg);
}
#navMainWrapper ul{
	padding:5px;
	margin:0;
}
#navMainWrapper li{
	list-style:none;
	display:inline;
}
#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:800px;
	height:192px;
}
#contentMainWrapper{
	width:800px;
	background-color:#cce1f3;
}
#indexDefault{
	width:575px;
	float:right;
	background-color:#cce1f3;
	padding-top: 5px;
	padding-left: 10px;
}
#columnOne{
	width:200px;
	background-color:#20509f;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#navSuppWrapper{
	width:800px;
	height:57px;
	background-color:#1D1C55;
}
#navSuppWrapper ul{
	padding:5px;
	margin:0;
}
#navSuppWrapper li{
	list-style:none;
	display:inline;
}
#siteInfoLegal{
	width:800px;
	font-size:10px;
	text-align:center;
	background-color:#3399CC;
}
.clear{
	clear:both;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
.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: 24px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
}
.heading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #3366CC;
}
.text4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #006666;
}
