



/* Basic Default Styles */
body {
	font: 12px Verdana;
	color: #FFF;
	background: /*#DFE3BA #ffd03f*/#ffdd83; margin: 5px 0 5px 50%;
}
a:link, a:visited {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: underline;
	color: #000;
}
a:hover, a:active {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: #A03E19;
}

#container {
	position: relative;
	width: 700px;
	background: #ADB583 /*#616b39*/ url(header2.jpg) no-repeat top left;
	margin: 0 0 0 -350px;
	/* Could also use margin-left and -right: auto
		but IE 5 PC doesn't like that */
	border: 5px solid #FFF;

}
h3 {
	color: #FFF;
	font: 22px "Trebuchet MS", Verdana;
	margin: 0;
	text-transform: lowercase;
}
p1 {
	font: 16px "Trebuchet MS", Verdana;
	font-weight: bold;
}

p2 {
	font: 12px "Trebuchet MS", Verdana;

}

acronym {
	border: 0;
	font-style: normal;
}

/* Header - just provides space */
#pageHeader {
	height: 350px;
}
#pageHeader span {
	display: none;
}

/* Content */
#quickSummary {
	margin-top: 50px;
	width: 430px;
	margin-left: 250px;
	color: #42443A;
}
#quickSummary a:link, #quickSummary a:visited {
	color: #42443A;
}
#quickSummary a:hover, #quickSummary a:active {
	color: #42443A;
}
/* This .p1 info is in the header image... */
#quickSummary .p1 {
	display: none;
}
#preamble, #supportingText {
	width: 430px;
	margin-left: 250px;
	margin-top: 15px;
}
#footer { 
	position: relative; 
	left: -250px; 
	width: 400px;
	height: 20px; 
	padding: 78px 0 0 50px; 
	background: #ADB583 url(footer.jpg) no-repeat top left; 
}
#footer a:link, #footer a:visited {
	color: #61A7BC;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #61A7BC;
	text-decoration: underline;
}
#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
	display: none;
}


