/* CSS Document */html {	margin: 0;	padding: 0;}	body {	font-family:Arial, Helvetica, sans-serif;		line-height:18px;	font-size:12px;	color: #924B35; 	background: #CDDEFF url(graphics/body_bg_blu.jpg) no-repeat top center; 	margin: 0; 	padding: 0;}body a:link, a:active, a:visited{	text-decoration:none;	color:#006600;	}body a:hover{	text-decoration:underline;}/* content div's */#container { 	margin: auto;	width:836px;	background-image:url(graphics/shadow_blu.jpg);	position:relative;}#content01 {	margin: auto;	padding-top:220px;	width:836px;	background:url(graphics/content_bg_blu.jpg) no-repeat top center;	height:100%;	padding-bottom: 5px;	xxxxmargin-bottom: 5px;	xxxborder:4px blue solid ;}#content01 a:link, a:visited {	color:#327F97;	text-decoration:none;}#content01 a:hover{	color:#333333;	text-decoration: none;}	#content01 a:active{	color:#FFFFFF;	text-decoration: none;}#pageTitle {	xxxbackground: url(graphics/home.jpg) no-repeat top left;	position:absolute;	width:200px;	top:154px;	z-index:5;	left: 313px;	height:50px;}#content02{	margin-top: 40px;	margin-left: 313px;	padding-top:0px;	height:100%;	border:4px blue solid ;}#xxxnavList {	position:absolute;	width:148px;	top:250px;	z-index:5;	left: 18px;	height:250px;}#intro{	width:836px;	height:154px;}#pageHeader {	height:134px;	overflow:hidden;	position:absolute;	top:154px;	left:18px;	width:800px;}#supportingText{	background-image:url(graphics/shadow.jpg);	height:100%;}#explanation {	padding-top:136px;	background:url(graphics/content_bg_bot.jpg) top no-repeat;	height:100%;	border:2px red;}/* nav div's */#navList {	position:absolute;	width:150px;	top:265px;	z-index:5;	color: #393E97;	font-size:11px;	left: 18px;	height:550px;	font-weight: bold;	font-family: 'helvetica neue',helvetica, arial, sans-serif;}		#navList a:link, a:visited {	color:#303397;	text-decoration:none;}#navList a:hover{	color:#666666;	text-decoration: none;}	#navList a:active{	color:#FFFFFF;	text-decoration: none;}.thepics {	padding: 5px;	margin-right: 5px;	margin-top: 3px;	margin-bottom: 6px;	border: solid thin #84A1E0;	background-color: #D7E2F6;}.head1 {	font-family:Arial, Helvetica, sans-serif;	line-height:13px;	font-size:14px;	color: #924B35;	font-weight: bold;}.head2 {	font-family:Arial, Helvetica, sans-serif;	line-height:13px;	font-size:12px;	color: #924B35;	font-weight: bold;}