body {
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color: #000000;
	background: #ffffff;
	margin: 0px;
	padding:0px;
	margin-top: -20px;
}
.hidden {
	display: none;
}
/********************************header styles********************************/
#header{
	background-color: #213A83;
	border-bottom: 1px solid #000000;
	height: 65px;
}
#header .rightLogo {
	float: right;
}
#searchBar {
	display: none;
}
#yellowBar {
	border-bottom: 2px solid #8A8A8A;
}
#skipLinks {
	display: none;
}
#hideForPrint {
	display: none;
}
/********************************content styles********************************/
#bodyContent {
	font-size: 12pt;
	padding: 0px;
	padding-top: 10px;	
	clear: both;
}
h1 {
	font-size: 18pt;
	color: #001656;
}
h2 {
	font-size: 16pt;
	color: #374B77;
}
h3 {
	font-size: 14pt;
	color: #636363;
}
a {
	text-decoration:underline;
	color: #6B6B6B;
}
p {
	line-height: 20pt;
}
ul {
	line-height: 20pt;
	list-style:square;
}
ul ul {
	text-indent:18pt;
}
html>body ul ul{
	text-indent:0pt;
	margin-left: 10pt;
}
.rhsImage {
	display: none;
}
#breadcrumbs {
	line-height: 15pt;
	font-size: 10pt;
}
.top {
	display: none;
}
/********************************left nav styles********************************/
#leftNav {
	display: none;
}

/********************************footer styles********************************/
#footer {
	border-top: 1 px solid #000000;
	margin-top: 20pt;
}
#greyBar {
	display: none;
}
.footerLinks, .footerLinks a {
	display: none;
}


/********************************table styles********************************/

table {
	border-top: 5px solid #0D1F63;
	width: 100%;
	text-align: left;
	border-bottom: 5px solid #0D1F63;
}
th {
	border-bottom: 1px solid #000000;
}

