html { overflow-y: scroll; }

html, body  {
	background: url(/images/bg3.gif) repeat-x top left;
	background-color:#FFF;
	background-attachment: fixed;
}

/* new nav layout */
table.table-layout{
width: 100%;
border: solid 0px #3a2f29;
}

/* new nav elements */
td.row-links{
height: 36px;
background: #A0B1C3 url('/images/menu/navbarbg2.png') repeat-x center center;
color: #ffffff;
}

td.row-links a, td.row-links a:visited{
display: block;
line-height: 36px;
font-family: arial, sans-serif;
font-size: 14px;
font-weight: normal;
color: white;
text-decoration: none;
text-transform: lowercase;
padding: 0px 16px;
}
		
td.row-links a:hover{
background: #A0B1C3 url('/images/menu/navbarbg_hover3.png') repeat-x center center;			text-decoration: none;
color: white;
}

/* page elements */

.form {
	background-color: #FFFFFF;
	border: 1px solid #A0B1C3; /* background blue */
}

h1a  {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000; /* black */
	margin-top: 0px;
	margin-bottom: -15px;
}

h2  {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #eaeaea; /* grey */
	margin-top: 0px;
	margin-bottom: -5px;
}

.text {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #eaeaea; /* light grey */
}
.text2 {

	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000; /* black */
}

.text3 {

	font-family: arial, sans-serif;
	font-size: 12px;
	color: #0A3560; /* dark purple */
}

.text4 {

	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E13725; /* orange */
}

.bold {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A0B1C3; /* background blue */
}

.bold1 {

	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #eaeaea; /* grey */
}

.bold2 {

	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000; /* black */
}

.bold3 {

	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0A3560; /* navy */
}

.bold4 {

	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF; /* white */
}

.bold5 {

	font-family: arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0A3560; /* navy */
}

/* links - no class */

a:link {
	font-family: arial, sans-serif;
	color: #eaeaea;
}
a:visited {
	font-family: arial, sans-serif;
	color: #eaeaea;
}
a:hover {
	font-family: arial, sans-serif;
	color: #eaeaea;
	text-decoration: underline;
}
a:active {
	font-family: arial, sans-serif;
	color: #ff0000;
}

/* links - class="blue" */

a.blue:link {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #0517FF;
}

a.blue:visited {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #0517FF;
}

a.blue:hover {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #0517FF;
	text-decoration: underline;
}

a.blue:active {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #eaeaea;
}	

/* links - class="faq" */

a.faq:link {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000; /* brown */
}

a.faq:visited {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6B583C; 
}

a.faq:hover {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6B583C; 
	text-decoration: underline;
}

a.faq:active {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000; 
}

/* bullets */

li	{
	font-family: arial, sans-serif;
	color:#000;
	font-size: 12px;
	text-decoration: none;
	line-height: 15px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	}

ul{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	line-height: 15px;
	}

/* positioned pages (error / thank you) 
   position:absolute (relative to whole screen) 
   position:relative (relative to position on page) 
   the positioning divs HTML is <div id="error"></div> */

#error { position: absolute; right: 11%; top: 20%; }

/* faq page drop-down "answers" */

#contentArea{
padding:25px 25px;
}

#contentArea h1{
padding:0 0 5px 0;
margin:0 0 10px 0;
border-bottom:1px dotted #CCC;
font-size:14px;
color:#900;
}

#contentArea p{
margin:0 1em 1em 1em;
}

#contentArea ul{
list-style:none;
margin:0 0 20px 0;
}

#contentArea ul li{
padding:0 0 0 10px;
}

#contentArea2 {
padding:5px 10px;
}

#contentArea2 p{
margin:0 1em 1em 1em;
}

.ans{
margin:0 0 0 1em;
border-left:2px solid #900;
}

.ans2{
margin:0 0 0 5px;
padding:0px 0px 0px 4px; 
border-left:0px solid #7A90A7;
}

clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */ 
	}	

*:first-child+html .clearfix{/*for IE7*/
height:1%;
}



