* {
	margin:0; 
	padding:0;
	}
body {
	font:1em verdana, arial, helvetica, sans-serif;
	background-color:#2D2D2D;
	text-align:center;
	}
div#container {
	width:965px;
	background:url(../graphics/sidebar.jpg) repeat-y top left;
	background-color:#F5F2EF;
	border:1px solid black;
	margin-left:auto; 
	margin-right:auto; 
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
	padding-bottom:5px;
	}
div#leftcol {
	float:left;
	}
div#links {
	background-color:#4A4A4A;
	width:170px;
	margin:3px 0 0 41px;
	padding:5px 0 10px 0;
	}
div#links ul {
	list-style-image:url(../graphics/bullet.gif);
	margin-left:23px;
	line-height:25px;
	}
div#links a {
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#CCCCCC;
	letter-spacing:1px;
	text-decoration:none;
	}
div#links a:hover {
	text-decoration:underline;
	}
div#question {
	background-color:#4A4A4A;
	width:170px;
	margin:3px 0 0 41px;
	padding:5px 0 10px 0;
	}
div#question p {
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#CCCCCC;
	letter-spacing:1px;
	padding-left:8px;
	line-height:32px;
	}
div#question input {
	margin-top:6px;
	}
div#question textarea {
	margin-top:-7px;
	}
div.border {
	padding-top:10px;
	border-bottom:1px solid #C59972;
	}
div.double {
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	padding:2px 0;
	width:170px;
	margin:6px 0 6px 41px;
	}
img#utahmap {
	float:left;
	margin:94px 25px 0 25px;
	}
div#intro {
	float:left;
	width:280px;
	margin-top:8px;
	}
div#intro p {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	padding-top:12px;
	color:#333333;
	line-height:16px;
	}
div#intro a {
	font-weight:normal;
	text-decoration:underline;
	color:#A7602A;
	}
div#copyright {
	font:10px Arial, Helvetica, sans-serif;
	color:white;
	margin-top:6px;
	padding-bottom:5px;
	}
div#copyright a {
	color:#F5F2EF;
	text-decoration:underline;
	}
h1 {
	font:italic 36px "Times New Roman", Times, serif;
	color:#884B1E;
	letter-spacing:1px;
	padding-bottom:1px;
	}
h3 {
	font:20px Georgia, "Times New Roman", Times, serif;
	color:#884B1E;
	border-bottom:1px dotted #333333;
	padding:5px 0 1px 0;
	margin-bottom:3px;
	}	
h4 {
	font:normal 17px Georgia, "Times New Roman", Times, serif;
	color:#D3BEAF;
	font-stretch:narrower;
	border-bottom:1px solid #C59972;
	padding:0 0 3px 8px;
	}
div.clearfloats {
	clear:both;
	}