/* 20080410 */

/*__________Basics__________*/

body {
	background: white;
	margin: 16 auto;
	color: #403725 ;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

#container { 
	margin: 0 auto;
	width: 720px;
	position: relative;
	border: thin solid #403725; 
	background: transparent url(bg.jpg) no-repeat center top;
	padding: 0;
}

/*__________Text Decs__________*/

h3 {

	font-size: 1.2em; 
	font-weight: bold; 
	margin-bottom: 0em; 
}
p { 
	font-size: 0.8em; 
	line-height: 1.44em; 
	margin-bottom: 1em; 
}

a, a:link, a:visited, a:hover, a:active { 
	color: #0A50A1; 
	text-decoration: none; 
}
a:hover { 
	text-decoration: underline; 
}
em {
	font-weight: bold; 
	text-decoration: none; 
	color: #A62217
}


/*__________Header__________*/
#pageHeader { 
	height: 200px; 
	background: transparent
}
#pageHeader h1 { display: none; }
#pageHeader h2 { display: none; }


/*__________Supporting text__________*/
#supportingText { 
	margin-left: 374px; 
	width: 331px; 
	}
