/* CSS Document */

html{
	height: 100%;
	margin: 0px;
}
body {
	font-size: 10pt;
	background-image:   url(../images/page-bkgrd.jpg);
	background-attachment: fixed;
	height: 100%;
	margin: 10px;
	font-family: Verdana, Arial, sans-serif;
	color: #808080;
}

input.signup {
	width: 128px;
/*	background: url(../images/input-bckgrd.jpg);
	background-repeat: no-repeat;*/
	background-color: #e3efff;
	border: none;
	font-family: 'Arial', sans;
	color: black;
	vertical-align: middle;
	border: 1px solid #999999;
}

h1{
	font-family: arial, sans-serif;
	color: #cccccc;
	font-size: 200%;
	background-image: url(../images/h1-bkgrd.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	font-style: italic;
	padding-left: 35px;
	padding-top: 20px;
	padding-bottom: 1px;
	height: 30px;
	position: relative;
}
	h1 a{
	color: #cccccc;
	}
	
.h1shad{
	position: absolute;
	top: 18px;
	left: 33px;
	color: #666688;
	padding-bottom: 15px;
}
	 .h1shad a{
		top: 18px;
		left: 33px;
		color: #666688;
	 }

h2{
	font-family: arial, sans-serif;
	color: #000050;
	font-size: 150%;
}

h3{
	font-family: arial, sans-serif;
	color: #500050;
	font-weight: bold;
	font-size: 110%;
	font-style: italic;
}
p{
	margin: 10px 0px;
}

table { font-family:arial; font-size: 9pt; color: #000055; }

.inputMail {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #398A8E;
}
.content {
	font-size: 10pt;
	color: #000050; /*#808080;*/
	line-height: 150%;
}

.q{
	float: left;
	font-size: 250%;
	color: #398A8E;
	font-style: italic;
	font-weight: bold;
	position: relative;
	top: -1%;
}
.a{
	float: left;
	color: #398A8E;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	top: 85%;
	left: 30%;
}

.footer{
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
}

.contactBox {
	position: absolute; 
	left: 50px; 
	top: 20px; 
	width: 400px; 
	height: 150px; 
	background-color: #FFFFFF;
	border: 2px outset;
	display: none;
}

/*--------------NAV STYLES ---------------*/

.navCell{
	background-image:  url(../images/nav-btnOff.jpg);
	height: 25px;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #999999;
}

a.navLink {
	width: 100%;
	padding: 0px 20px;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	position: relative;
	top: 4px;
	font-weight: normal;
	color: #000050;                   /*necessary for nav rollover in IE */
}
a.navLink:hover{
	color:#000000;                    /*necessary for nav rollover in IE */
}

div.nav {
	position: relative;
	z-index: 10;
	height: 25px;
}
div.over {
	position: relative;
	z-index: 10;
	background-image:  url(../images/nav-btnOver.jpg);
	height: 25px;
}

div.nav #flyout{
  filter: alpha(opacity=85);
	position: absolute;
	left: 0px;
	display: none;
	z-index: 10;
}

div.over #flyout{ 
  filter: alpha(opacity=85);
  position:absolute;
	left: 0px;
	display: block;
	z-index: 10;
}
	
.flyoutText{
	text-align: left;
	width: 109px;
	background-color: #ddddee;
}

.flyoutText a{
	font-family: arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #285173;
	font-weight: normal;
}

.flyoutText a:hover{
	color: #002244;
	text-decoration: underline;
}

.faqNav{
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 10.5pt;
	color: #EE8278;
	font-weight: bold;
}

/*-------------------------GRAPHIC ELEMENTS --------------------*/

.graphicShadowRight{
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	background-image: url(../images/shad-r.gif); 
	background-position: 0px 8px; 
	background-repeat: no-repeat;
}
.graphicShadowBottom{
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	background-image: url(../images/shad-btm.gif); 
	background-position: 8px 0px; 
	background-repeat: no-repeat;
}

/* ----------------------------PRINT STYLES ---------------------*/
.mainTable{background-color: white; border: 20px solid #E4E9DB; border-width: 20px 35px;}

@media print {
	#noPrint   {display: none;}
	.noPrint   {display: none;}
	#altPrint   {display: block;}
	.contentBox {width: 750px}
	.content   {color:black;}
	.mainTable{border:none;}
}

