@charset "UTF-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ 
	margin: 0px;
	border: none;
	position: absolute;
	display:block;	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0	; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

#pdf {
margin: -560px 0px 0px 693px;

}

h1 { display:inline;}
h2 { display:inline;}

a:link, a:visited, a:hover, a:active{ text-decoration:none;}


#footer { margin: 355px 0px 0px 393px;
		  width: 500px; 
		  font-style: Arial,Verdana,Helvetica, sans-serif;
		  background: #FFFFFF;
		  }
.linker_text { color:#999999;font-size:12px;}
.linker_text a{ color:#333333;font-size:12px;}		  
.link_text { color:#999999;font-size:10px; padding-left:40px}
.link_text a{ color:#999999;font-size:10px;}
