@charset "utf-8";
.border {
	border: 1px solid #000066;
	margin: 0px;
	padding: 0px;
}

#header ul {
	z-index: 999999;
	/*position: absolute;*/
	margin:0;
	padding: 0;
	list-style:none;
	bottom: 5px;
	font: bold 13px  Arial, Helvetica, sans-serif;
	width: 820px;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   /*background: url("../images/tableft.gif") no-repeat left top;*/
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
p {
	margin-right: 5px;
	margin-left: 5px;
	line-height: 16px;
}
#header a span {
	float:left;
	display:block;
	background: url("../images/tabright.gif") no-repeat right top;
	color: #FFF;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */
body {
	background-repeat: repeat-x;
	background-color: #61abd9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	margin: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tableBody {
	border: thin solid #7a5800;
}

a { 
	color: #4284B0;
	
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	
}

/* headers */
h1, h2, h3 {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #333;
	margin: 10px 15px;	
}
.green {
	color: #237A00;
	font-weight: bold;
}
.bodyLi {
	padding-top: 7px;
}
.faqText {
	line-height: 16px;
	text-align: justify;
		padding-right: 5px;
}
.footer {
	font-size: 11px;
	color: #333333;
	text-align: center;
	background-color: #efefef;
	
}

#footer a {
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 13px;
	text-decoration: underline;
}

#footer a:visited {
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 13px;
}

#footer a:hover {
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 13px;
	
}

li,ul {
	color: #4284B0;
	font-weight: bold;
	padding-bottom: 7px;
	
}

.indent {
	
	margin-right: 5px;
	margin-left: 5px;
}

#leftnav {
width: 195px;
padding: 0px;
margin: 5px;
}

#leftlinks {
width: 195px;
font-weight: bold;
font-size: 12px;
padding: 5px;
border-top: solid 2px #fff;
border-bottom: solid 2px #fff;
border-left: solid 4px #003366;
margin: 5px;
background-color: #E0E0E0;
}

#leftlinks a {
font-weight: bold;
font-size: 12px;
}

#leftlinks a:hover {
font-weight: bold;
font-size: 12px;
color: #003366;
}

#leftlinks a:visited {
font-weight: bold;
font-size: 12px;
}

#leftlinks a:active {
font-weight: bold;
font-size: 12px;
}
.redText {
	color: #FF0000;
}
.darkBlueText {
	color: #000066;
}


#faqcontent p {
margin-left: 15px;
margin-right: 15px;
margin-bottom: 15px;
}

.smalltext {
font-size: 10px
}

.smalltext2 {
font-size: 11px
}
.small11 {
	font-size: 11px;
	color: #006;
}

.heading {
	font-size: 16px;
	font-weight: bold;
	color: #00237a;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

.headingBig {
	font-size: 19px;
	font-weight: bold;
	color: #00237a;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	line-height: 20px;
	padding-bottom: 0px;
}
.padding {
	padding-bottom: 0px;
	padding-top: 11px;
}

.blueText {
	color: #00237a;
}
.darkBlueText strong .smalltext {
	color: #006;
	font-weight: bold;
}






/*menu*/
.halfmoon{
	
}

.halfmoon ul{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 13px Arial;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	border-bottom: 1px solid #7a5800;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.borderBottom {
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #7a5800;
}

.halfmoon li{
	display: inline;
	margin: 0;
	padding: 0px;
}

.halfmoon li a{
	text-decoration: none;
	padding: 3px 7px 2px 7px;
	margin: 0;
	margin-right: 0px; /*distance between each tab*/
	border-left: 1px solid gray;
	color: black;
	font-size: 13px;
	background-color: #61abd9;
	/*background-image: url(media/halfmoontab.gif);*/
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover{
	background-color: #5280ab;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
	position:absolute;
	top: 0;
	border: 1px solid #000066; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 13px Arial;
	line-height:18px;
	z-index:100;
	background-color: #84bade;
	width: 210px;
	visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #000066; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #d3eef7;
}
.indent15 {
	margin-right: 20px;
	margin-left: 20px;
}
.bold-italic {
	font-style: italic;
	font-weight: bold;
}

