body {
/*	background-color: #B1CCE5;*/
	background-color: #030C16;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
h1,h3,h4,h5,h6{
	color: #071827;
	font-size: 12px;
	font-weight:bold;
}
h1 {
	text-transform: uppercase;
}
h3 {
	color: #6cabe7;
	text-transform: uppercase;
}
a {
	color: #1f476d;
	text-decoration: none;
}
a:hover {
	color: #B1CCE5;
	text-decoration: none;
}
.FormsList dt{
	margin-top: 1em;
}
.FormsList dd p{
	margin-top: 0;
}
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#545351;
	padding:10;
	vertical-align:top;
}
img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
ul, ol {
	margin-left:50px;
	padding-left:10px;
}
li{
	list-style-position: outside;
}
ol li{
	list-style-type: decimal;
}
ul li{
	list-style-type: disc;
}
caption,th{
	text-align:left;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
	font-variant:normal;
}
sub{
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: -0.25em;
}
sup {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}

/* Styles for formatting page content which will show in the Styles list in the editor */
.Content_Highlight {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
.BoldItalicAllCaps {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
.FaqQuestion {
	cursor: pointer;
	color: #6cabe7;
	margin-bottom: 0.5em;
}	
.FaqAnswer {
}
.collapsed .FaqAnswer {
	visibility:hidden;
	display: none;
}

/* ------------------------------- Styles for page layout and appearance -----------------------------*/
#Page {
	width:950px;
	margin:auto;
}
#Header {
	color: #1f476d;
	font-weight: bold;
	height:77px;
	padding-top:53px;
}
#CrossSiteLinks {
	color:#FFFFFF;
	font-size:.8em;
	height:26px;
	padding-right:15px;
	padding-top:10px;
	text-align:right;
	width:934px;
}
#CrossSiteLinks a:link, #CrossSiteLinks a:visited {
	color:#FFFFFF;
}
#CrossSiteLinks a:hover {
	color: #B1CCE5;
	text-decoration: none;
}
#NavBar {
	background-image:  url("../images/nav_bg2.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	float:right;
	height:26px;
	margin-right:15px;
	padding-left:29px;
}
#PageBody {
/*	background-image:  url("../images/background.jpg");*/
	background-color:#FFFFFF;
	padding-left:0;
	padding-right:0;
	padding-bottom:15px;
	clear:both;
}
#PageTitle {
	font-size: 20px;
	color: #000066;
/*	padding-left: 30px;*/
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
#BodyCopy {
	padding-left:60px;
	padding-right:60px;
	color: #333333;
	min-height:350px;
}
#Footer {
	background-position:top;
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-size: 9px;
	height:27px;
	line-height: 17px;
	margin:auto;
	padding-left: 10px;
	padding-top:82px;
	padding-right: 10px;
}
#Footer a, #Footer a:link, #Footer a:visited {
	color: #FFFFFF;
}
#Footer a:hover {
	color: #B1CCE5;
}
#FooterLeft {
	float:left;
}
#FooterRight {
	float:right;
}
#NavBar div {
	white-space: nowrap;
}
#NavBar a {
	float: left;
	position: relative;
	padding:4px 5px 4px 5px;
	height:18px;
	line-height:1.2em;
	white-space: nowrap;
	background-image:  url("../images/nav_bg1.jpg");
	background-repeat: repeat-x;
	text-decoration: none;
	color: #1f476d;
}
#NavBar a:hover {
	color: #B1CCE5;
}
.FormName {
	text-transform:uppercase;
}
