
body { 
	font: 9pt/16pt Arial; 
	color: #555753; 
	background: #285b73; 
	margin: 0px; 
	}
	
p { 
	font: 8pt/16pt Arial; 
	margin-top: 0px; 
	text-align: justify;
	}
h1 { 
	font: italic bold 12pt Arial; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0000CD;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF6347;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #0000CD;
	}


/* specific divs */

#intro { 
	min-width: 470px;
	}

.pageHeader {
	background: url('images/bg-header.jpg');
	background-position: center;
	background-repeat: no-repeat;
	height: 240px;
	}

.footertext
	{
		color: white;
	}
	
#pageHeader { 
	background: url(images/bg-header.jpg) no-repeat center; 
	padding: 240px 0px 0px 0px;  
	margin: 0px;
	}

#pageMenu { 
	background: url(images/bg-body.gif) repeat-y center; 
	padding: 0px 0px 0px 0px;  
	margin: 0px;
	}
	
#container { 
	background: url(images/bg-body.gif) repeat-y center; 
	padding: 0px 0px 0px 0px;
	margin: 0px; 
	}

#quickSummary {
	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
	}
#quickSummary p {
	font: italic 10pt/22pt Arial; 
	text-align:center;
	}

#preamble {
	clear: right; 
	padding: 0px 10px 0px 0px;
	}
#supportingText {
	padding-left: 10px; 
	margin-bottom: 40px;
	}

#footer { 
	text-align: center; 
	background: url(images/bg-footer.gif) no-repeat top; 
	padding: 55px 0px 0px 0px;  
	margin: 0px; 
	}
	



