body {
	margin: 10px 0px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	background-color: #ffffff;
	display: table;
}

a {
	color: #005F6F;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main_container {
	width: 770px;
	height: auto;
	display: table;
}

#top_banner {
	width: auto;
	height: 100px;
	background: url(images/logo.gif) left no-repeat;
}

#content_container {
	width: auto;
	height: 5px;
	margin-top: 10px;
	height: auto;
	display: table;
}

#left_column {
	width: 179px;
	height: auto;
	display: table;
	background: url(images/menu_background.jpg) left bottom no-repeat;
}

#menu_container {
	width: 179px;
	height: auto;
	display: table;
	float: left;
}
	
#menu{
	width: 158px;
	padding: 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	display: table;
	margin-top: -3px;
	margin-bottom: 7px;
}

#menu a {
	padding-left: 5px;
	color: #005F6F;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #996600;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #005F6F;
}

#menu span {
	padding-left: 5PX;
	color: #990000;
	font-weight: bold;
}

#content_subcontainer {
	width: 570px;
	height: auto;
	min-height: 480px;
	border: 1px solid black;
	float: left;
	margin-left: 18px;
}

#content {
	width: auto;
	height: auto;
	display: table;
	padding: 20px;
}

#left_image {
	position: absolute;
	clear: left;
	float: left;
	margin-top: 320px;
}

#footer {
	width: auto;
	clear: both;
	height: 30px;
	line-height: 20px;
	text-align: right;
	border: 1px solid black;
	margin-top: 10px;
	color: #005F6F;
	font-weight: bold;
	padding-right: 10px;
	padding-top:5px;
	text-align:left;
}

#footer img {
	border:0;
	margin:0px 10px 0px 5px;
	padding-bottom:2px;
	float:left;
}