
body {
	background-color: #00386b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right:22px;
}
img {
max-width: 100%;
}
div.overall {
	margin-left: auto;
	margin-right: auto;
	max-width:950px;
}
div.header {
	border-color: #0065a8;
	border-width: 1px;
	-webkit-box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 98%;
	max-width: 98%;
	padding: 10px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
} 
div.search {
	border-color: #0065a8;
	border-width: 1px;
	-webkit-box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 98%;
	max-width: 98%;
	padding: 10px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: -40px;
	margin-bottom: 3px;
	text-align: right;
}
div.main{
	border-color: #0065a8;
	border-width: 1px;
	border-style: solid;
	-webkit-box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 98%;
	max-width: 98%;
	padding: 10px;
	background-color: #bbbcbc;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
} 
span.top-nav {
	display: inline-block;
	border-color: #0065a8;
	border-width: 1px;
	border-style: solid;
	-webkit-box-shadow: 1px 1px 1px #999;
	-moz-box-shadow: 1px 1px 1px #999;
	box-shadow: 1px 1px 1px #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	margin-left: 5px;
	margin-right:5px;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 200%;
	background-color: #bbbcbc;
}
a {
	color: #2f468b;
	text-decoration: none;
}

a.link{
	color: #2f468b;
	text-decoration: none;
}
a.visited{
	color: #2f468b;
	text-decoration: none;
}
a.hover{
	color: #cc0000;
	text-decoration: none;
}
a.active{
	color: #cc0000;
	text-decoration: none;
}
a.topNav:link {
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}
a.topNav:visited {
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}
a.topNav:hover {
	color: #000000;
	text-decoration:none;
	font-weight: 500;
}
a.topNav:active  {
	color:#000000;
	text-decoration:none;
	font-weight: 500;
} 

h1 {
	font-size: 16px;
	color: #2f468b;
}

div.footer{
	color: white;
	text-align: center;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
}
div.footerElement {
	display: inline-block;
	color: #fff;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}
a.footer:link    {
color:#50cdf5;
text-decoration:none;
}
a.footer:visited {
color:#50cdf5;
text-decoration:none;
}
a.footer:hover   {
color:#ffffff;
text-decoration:none;
}
a.footer:active  {
color:#ffffff;
text-decoration:none;
font-weight: bold;
} 
p.backToMenuButton {
padding-top: 3px; /*text vertical spacing */
margin-bottom: 0px;
margin-top: 3px;
}
a.backToMenuButton:link    {
color:#ffffff;
text-decoration:none;
font-size: 9px;
}
a.backToMenuButton:visited {
color:#ffffff;
text-decoration:none;
font-size: 9px;
}

a.backToMenuButton:hover   {
color:#bbb;
text-decoration:none;
font-size: 9px;
}
a.backToMenuButton:active  {
color:#bbb;
text-decoration:none;
font-size: 9px;
} 
ul.pdf {
list-style-image: url('/wps/wcm/connect/52214100484ed53885a39de383e29ded/pdficon_small.gif?MOD=AJPERES');
}
div.topRightButton {	
margin-top: 3px; /* IE space between buttons */
/* begin gradient */
background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top, #aaccff 0%, #66aaff 50%, #4096ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaccff), color-stop(50%,#66aaff), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #aaccff 0%,#66aaff 50%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #aaccff 0%,#66aaff 50%,#4096ee 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #aaccff 0%,#66aaff 50%,#4096ee 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaccff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #aaccff 0%,#66aaff 50%,#4096ee 100%); /* W3C */
/* begin radius and shadow */
text-align: center;
width: 180px;
height: 40px;
border-color: #0065a8;
background-color: #dddddd;
-webkit-box-shadow: 3px 3px 3px #333;
box-shadow: 3px 3px 3px #333;
-moz-box-shadow: 3px 3px 3px #333;
border-radius: 3px;
-moz-border-radius: 3px;
border-width: 1px;
font-family: verdana;
text-shadow:#ccc 0px 1px 0, #000 0 -1px 0; /* emboss text */
}
p.topRightButton {
padding-top: 7px; /*text vertical spacing */
margin-bottom: 0px;
margin-top: 3px;
}
table.homeTopContent {
padding: 10px;
margin: 0px;
border-style: solid;
border-width: 3px;
border-color: #0065a8;
}
th.homeTopContent {
text-align: center;S
background-color: #ffffff;
border-style: solid;
border-width: 1px;
border-color: #cccccc;
padding: 10px;
}
td.homeTopContent {
background-color: #eeeeee;
border-style: solid;
border-right-width: 1px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-color: #cccccc;
padding: 10px;
}
a.topRightButton:link    {
color:#003366;
text-decoration:none;
font-size: 1em;
}
a.topRightButton:visited {
color:#003366;
text-decoration:none;
font-size: 1em;
}
a.topRightButton:hover   {
color:#ffffff;
text-decoration:none;
font-size: 1em;
}
a.topRightButton:active  {
color:#ffffff;
text-decoration:none;
font-size: 1em;
} 
p.bulletContentTitle {
 color: #c00;
 font-size: 1.2em;
font-weight: bold;
 padding-left: 10px;
 padding-right: 10px;
}
p.bulletContent {
font-size: 1.2em;
line-height: 120%;
 padding-left: 10px;
 padding-right: 10px;
}
.faqTitle {
font-size: 1.3em;
line-height: 1.3em;
}