/* CSS Document */h1, body, html {	margin:0;	leftmargin:0;	topmargin:0;	rightmargin:0;	marginwidth:0;	marginheight:0;	padding:0;}/*Just visual styles*/body {	background:#e6e5db;	background-image: url(graphics_sts/testback.gif); 	font:12px verdana, sans-serif;	color:#504a3c;	}	h1 {    font-family: Times New Roman, Times, serif;	font-size: 20px;	font-weight: bold;	color: #504a3c;	}	h2 {    font-family: Times New Roman, Times, serif;	font-size: 16px;	font-weight: bold;	font-style: italic;	color: #504a3c;	}	h3 {    font-family: Times New Roman, Times, serif;	font-size: 14px;	font-weight: bold;	color: #504a3c;	}		p {    font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #504a3c;	}		.ParaText06 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #504a3c;    }	.NewsDate {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	font-style: italic;	color: #b9a779;    }	.fronttext {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	color: #504a3c;	}	/*Our full length header.We align the text center so it shows up in the middle.If you prefer you could right or left align it.*/	#headerbg {	background:#D7DACD;	padding:0px;	}	/*full length TOC*/	#tocbg {	background:#84795e;	text-align:center;	padding:0px;	}		#frontphotos {	background:#000000;	padding:0px;	text-align:center;	}		/*Center Content*/	#container {	position:relative;	margin:0 auto;	width:800px;	}/*Full width footer*/#footer {	background:#504a3c;	padding:30px;	text-align:center;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 8px;	color: #ffffff;	}/*These are just styles used for the example for the content.	.left {	float:left;	width:500px;	background:#ccff66;	}.right {	float:left;	width:200px;	clear:right;	background:#66ff33;	}.left p, .right p {	padding:10px;	}		*/		/*If you are going to use floats then you will NEED to clear thefooter so it doesn't bunch the content up*/.clear {clear:both;}