/****************** GENERAL FORMAT STYLES ******************************/

html, body {
	margin: 0;
	padding: 0;
	height: 100%

}



body {

	text-align: center;

	font-family: arial, Helvetica, Sans-serif;
	font-size: 0.9em;
	color: #000000;
	background: #FFFFFF;
	margin:0px;
	padding:0px;
}


.hidden {

	display: none;

}


#page-container {
	text-align: center;
	position:relative;
	background-color: #FFFFFF;
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;

}


#page-header {
	text-align: left;
	position: relative;
	top:0;
	width: 762px;
	height: 85px;
	background-image: url("images/general/headerBG.jpg");
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	 

}

#page-header img {
	margin-top: 8px;
	margin-left: 10px;

}

#top-Right {
	position: absolute;
	padding-right: 20px;
	width: 200px;
	right:0;
	top:0;
	text-align:right;
	font-size:12px;
	line-height:12px;
	z-index:10;

}


#page-footer {
	clear: both;
	width: 762px;
	height: 40px;
	background-color: #ffffff;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px solid black;

}


#banner {
	position: relative;
	text-align: left;
	width: 762px;
	height: 170px;
	background-color:#0d004c;
	background-image: url("images/general/bannerBG.jpg");
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

#flashBox {

	position: absolute;
	right: 0;
	bottom: 0;
	width: 270px;
	height: 170px;
	background-color: #0d004c;
	margin: 0px;
	padding: 0px;


}


#menu {

	text-align: left;
	width: 762px;
	height: 32px;
	background-color: #000000;
	margin-left:auto;
	margin-right:auto;
	
}

#separator {
	float: right;
	margin-right: 20px;
	margin-left: 5px;
	margin-top: 20px;
	width: 1px;
	height: 400px;
	background-color: #000000;

}

#content-container {
	text-align: left;
	position:relative;
	width: 762px;
	background-image: url("images/general/contentBG.jpg");
	background-repeat: repeat-x;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;



}


#body-content {
	text-align: left;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;


}

#body-right-content {
	text-align: left;
	float: right;
	width: 300px;
	margin-top: 20px;
	margin-right: 0px;


}

#body-right-image {

	float:right;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:10px;
	
}


#copyright {
float:right;
text-align:right;
font-size:11px;
line-height:12px;
padding-right: 10px;


}

#quick-links {
float:left;
text-align:left;
font-size:11px;
line-height:12px;
padding-right: leftpx;


}




/******************* Content / Random Classes *************************/

a {

 color: #005952;
 
 text-decoration: none;
 font-weight: bold;

}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}


p {

font-family: arial, Helvetica, Sans-serif;
color: #000000;
text-decoration: none;
line-height: 20px;
padding: 0px;
margin: 0px;


}

h1 {

font-family: arial, Helvetica, Sans-serif;
line-height: 20px;
color: #002157;
font-size: 22px;
font-weight: bold;
padding:0px;
padding-bottom: 2px;
margin:0px;

}


h2 {

font-family: arial, Helvetica, Sans-serif;
line-height: 18px;
color: #464646;
font-size: 20px;
font-weight: normal;
padding:0px;
padding-bottom: 2px;
margin:0px;

}

h3 {

font-family: arial, Helvetica, Sans-serif;
line-height: 18px;
color: #005952;
font-size: 18px;
font-weight: normal;
padding:0px;
padding-bottom: 2px;
margin:0px;

}

h4 {

font-family: arial, Helvetica, Sans-serif;
line-height: 18px;
color: #464646;
font-size: 18px;
font-weight: normal;
padding:0px;
padding-bottom: 2px;
margin:0px;

}

h5 {

font-family: arial, Helvetica, Sans-serif;
font-size:12px;
line-height:12px;
font-weight: none;

}

font.listItem {

font-family: arial, Helvetica, Sans-serif;
font-size:12px;
line-height:12px;
font-weight: bold;

}

div.hRule {
height: 1px;
border-top: 1px dotted #000000;
margin-right: 10px;
padding-top:3px;
padding-bottom:10px;
}

div.hRule hr {
display: none;

}

ul.txt {
	list-style-type: none;
	padding-left: 0px;
    margin-left: 20px;
	padding-top: 15px;
	width: 400px;
}
ul.txt  li {

	background-image: url(images/general/listbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0em;
	padding-left: 15px;
	padding-bottom:15px;
	list-style-position: outside;
	line-height:13px;
   }


ul.content {
	display: block;
	list-style-type: none;
	padding-left: 0px;
    margin-left: 5px;
	padding-top: 0px;
	width: 300x;
}
ul.content li {

	background-position: 0 0em;
	padding-left: 5px;
	padding-bottom: 15px;
	list-style-position: outside;
	line-height:13px;
   }

   
 label {
 
	font-size: 12px;
	font-weight: bold;
 
 }
