#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border:thin;
	border-bottom-color:#666666;
	border-style:solid;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006699;
}

#header {
	width:800px;
}

#container {
	width:800px;
	font-family:Arial, Helvetica, sans-serif;

}

#sub-heading {
	float:right;
	margin-left:20px;
	color:#0099CC;
	font-weight:bold;
	background-color:#FFFFFF;
	width:370px;
	padding-left:55px;
	font-size:18px;
}

#left-nav {
	width:800px;
	background-image:url(images/left.jpg);
	height:27px;
}

.nav {
	float:left;
	margin-left:15px;
}

td {
	display: inline;
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	float:left;
	padding-top:5px;
	width:60px;
}
#left {
	width:220px;
	float:left;
	margin-left:5px;
	padding:20px;
	color:#669999;
	text-align:center;
	font-size:14px;
}

#mid {
	width:220px;
	float:left;
	margin-left:5px;
	padding:20px;
	text-align:center;
	font-size:14px;
	color:#cccc00;
}

#right {
	float:right;
	width:220px;
	margin-right:5px;
	padding:20px;
	margin-top:-0px;
	text-align:center;
	font-size:14px;
}

#footer {
	width:800px;
	height:80px;
	clear:both;
	text-align:center;
	border-top-style:dashed;
	border-top-color:#CCCCCC;
	border-top:thin;
	color:#ffffff;
	background-image:url(images/footer_image.jpg);
}

#footer li {
	display:inline;
	margin-right:50px;	
}

a {
	text-decoration: none;
	color:#FFFFFF;
}

a:hover {
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
}

a:active {
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
}

