/* CSS Document */
* {margin: 0; padding: 0; border: 0;}
body {
	background-image: url(file:///C|/Documents%20and%20Settings/HP_Administrator/My%20Documents/Websites/images/main_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 120%;
	color: #FFFFFF;
	background-color: #000000;
}

#container {
	width: 785px;
	margin: auto;
	border-top: 1px solid #000;
	text-align: left;
	padding: 0 0 0 29px;
	position: relative;
	top: -1px;
	background-color: #000000;
}

#pageHeader {
	
	width: 785px;
	height: 265px;
	margin-top: 0;
	}


#preamble, #supportingText {
	margin: 0 0 0 8px;
	width: 495px;
}


	


#quickSummary, #linkList {
	position: absolute;
	left: 660px;
	width: 135px;
	}	
	

#linkList {
	top: 301px;
	text-align: right;
	list-style-image: none;
	list-style-type: none;
	background-repeat: no-repeat;
	background-color: #000000;
}


#lselect a:link.c, #lselect a:visited.c {
 	display: inline;
 }

#lselect a {
	display: block;
	list-style-type: none;
 }
#lselect ul li {
	list-style-image: none;
	list-style-type: none;
}


a:LINK {
	text-decoration: none;
	color: #00FF00;
	list-style-image: none;
	list-style-type: none;
	}
	
a:VISITED {
	text-decoration: none;
	color: #CC6666;
	}
	
a:HOVER {
	color: #CC0000;
	background-color: #66FF66;
	}
	
#footer {
	border-top: 1px solid #999;
	padding: 6px 0 6px 0;
	background-color: #666666;
}
#footer a {
	font-weight: bold;
	}
