@charset "utf-8";
body {
	font: 100%  Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container {
	width: 100%;  
	margin: 0 auto;
	text-align: left;
	position:relative;
}

#mainContent {
	width:90%;
	left:0;	
}

#mainContent2 {
	width:90%;
	left:0;
}

#print {display:block;}

#guts {padding-top:20px;
	}
	
/* generic tags */	
	
h1 {font-family: Garamond, Georgia,  "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:36px;
	}
	
h2, h3, h4, h5, h6 { font-family: Garamond, Georgia,  "Times New Roman", Times, serif;}

h2 {font-weight:normal; font-size:30px;	}
	
a {color: #0000ff; text-decoration:underline;}	

p, li { font-size:14px; line-height:20px;}

hr {color:#CC9933;}	
	
/*Navigation*/	
	
#nav { display:none;}

#right {float:left;
	 width:75%;
	 }

#sub { float: left;
width:20%;
margin-right:20px;

}

ul.subNav { list-style:none; margin:0; padding:20px 0 0 0px;}
ul.subNav  li {margin:0; padding:10px 0;}

ul.subNav a {
	font-size:16px;
	text-decoration:none;
		}
ul.subNav a:hover, ul.subNav li.active a {  font-weight:bold; text-decoration:underline; }


#footer {
height:auto;
}

#foot {
	width: 100%;  
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
	position:relative;
	font-size:10px;
	color:#555555;
}


#h1stripe {
	display:none;}

.invalidValue, .requiredValue {border:#EE0000 1px solid;}