@charset "utf-8";
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	padding:0;
	margin:0;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1.2em;
	font-size:0.7em;
	background-repeat: repeat-y;
	background-position: center;
	 scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #2A0060;
	scrollbar-darkshadow-color: #000000;
}

img {padding:0px; border:0;}				

hr{ height:1px; color:#FFFFFF; background-color:#FFFFFF; border-style:none;}

/******* hyperlink and anchor tag styles

a:link{color:#FFFFFF}
a:visited{color:#FFFFFF}
a:hover{color:#FFFFFF}
a:active{color:#FFFFFF}
 *******/
/************** header tag styles **************/

h1{	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 3.5em;
	text-align: left;
	line-height:1.1em;
	margin: 0px 0px 0px 0px;
	color: #007161;  
	font-weight:normal; 
}
h2{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	color: #007161;   }

.index_item h2{ color:#FFFFFF; font-size:1.3em; line-height:1em;}
	
h3{ font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.3em;
	font-weight:bold;
	margin: 5px 0px 5px 0px;
	color: #FFFFFF;  
	}
h4{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	line-height: 1.2em;
	font-weight:bold;
	color: #FFFFFF;
	padding:2px 0px 0px 0px;
	margin:0px;

}

h5{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	line-height: 1em;
	font-weight:bold;
	color: #FFFFFF;
	padding:2px 0px 4px 0px;
	margin:0px;

}

/********* form and related tag styles *********/




label,input,.formSummaryQuestion,.formSummaryAnswer {
	display: block;
	width: 180px;
	float: left;
	margin-bottom: 10px;

}

label,.formSummaryQuestion {
	text-align: left;
	/* can be text-align: right;*/
	width: 75px;
	padding-right: 3px;
	font-weight:bold;
}


br {
	clear: both;
}


.formError{
	background-color: #FFF0CC;
}

p {padding:0px; margin:9px 0px 9px 0px;} 

a:link {text-decoration: none; color:#FFFFFF; font-weight:bold;}
a:visited {text-decoration: none;color:#FFFFFF; font-weight:bold;}
a:active {text-decoration: none; color:#FFFFFF; font-weight:bold;}
a:hover {text-decoration: none; color:#FFFFFF; font-weight:bold; text-decoration:underline;}

html {height:100%} 
body {padding:0px; overflow:hidden; margin:20px 0 0 0; background-image:url(../img/site_background.gif); background-color:#EAE1F3;} 
.table {height:100%; width:100%;} 



