@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #1B3979;
}

p {
	line-height: 1.8em;
}


#headerContent {
	margin: auto;
	height: 100px;
	width: 980px;
}

#headerWrapper {
	height: 100px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #d6d6f7;
	background-color: #1b3979;
}
#navWrapper {
	height: 30px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #2E2E2E;
	padding: 0px;
	margin: 0px;
}




h1

{
	color: #0066ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h2

{

font-size: 15px;

font-weight: bold;

}

a.links:link, a.links:active, a.links:visited

{
	font-weight: normal;
	font-size: 16px;
	color: #0049ae;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: underline;
	line-height: 13px;
}
a {
	color: #0066FF;
}

a.links:hover

{
	font-weight: normal;
	font-size: 16px;
	color: #0268f5;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	line-height: 13px;
}

#navcontainer
{
	margin: auto;
	padding: 0;
	width: 1000px;
}

#navcontainer ul
{
	border: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	padding: 0px;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	margin: 0;
}

#navcontainer ul li a
{
	height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #2E2E2E;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	line-height: 27px;
	background-image: url(../images/buttonBg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#flashHeaderWrap {
	background-color: #F6B40E;
	height: 310px;
}
#flashHeader {
	margin: auto;
	height: 310px;
	width: 984px;
	background-color: #1B3979;
}

#navcontainer ul li a:hover
{
	color: #2E2E2E;
	background-color: #EDAE0E;
}
#contentWrap {
	background-color: #FFFFFF;
	background-image: url(../images/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#footerWrap {
	margin: auto;
	width: 1000px;
	padding: 10px;
}
#copyright {
	margin: 0px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

#footerWrap a {
	color: #F6B40E;
	text-decoration: none;
	font-size: 10px;
	font-family: "Helvetica Neue", "Helvetica Neue Black Condensed", "Helvetica Neue Bold Condensed", "Helvetica Neue Light", "Helvetica Neue UltraLight";
}

#footerWrap a:hover {
	color: #F6B40E;
	text-decoration: underline;
}

#mainContent {
	margin: auto;
	width: 950px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#navcontainer a:active
{
	color: #fff;
	background-color: #F6B40E;
}

#navcontainer li#active a
{
	border: 1px solid #FFFFFF;
	color: #2E2E2E;
	background-color: #F6B40E;
}


#footernavlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#designBy {
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
}

#footernavcontainer {
	text-align: center;
	margin: 0px;
}
#contentRight {
	float: left;
	width: 690px;
	padding: 10px;
}
#columnLeft {
	float: left;
	width: 225px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#clearContent {
	clear: both;
}


#columnLeft li {
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	background-image: url(../images/arrow_blue.gif);
	padding-left: 15px;
	line-height: 1.8em;
}

#columnLeft li a {
	font-size: 12px;
	font-family: "Helvetica Neue", "Helvetica Neue Black Condensed", "Helvetica Neue Bold Condensed", "Helvetica Neue Light", "Helvetica Neue UltraLight";
	text-decoration: none;
	color: #0066FF;
	font-weight: bold;
}

#columnLeft li a:hover {
	text-decoration: underline;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contentWrap #mainContent #contentRight li {
	line-height: 2em;
}

