body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: auto;
	padding: 0px;
	width: 991px;
	height: auto;
	background-color: #003;
	position: relative;
}
#leftHeaderSpacer {
	height: 95px;
	width: 150px;
	float: left;
	background-color: #003;
}
#header {
	background-color: #003;
	margin: 0px;
	width: 840px;
	height: 95px;
	font-weight: bolder;
	clear: right;
	float: left;
	padding: 0px;
}
#leftContainer {
	float: left;
	height: 400px;
	width: 150px;
	background-color: #003;
}

#leftNavTop {
	background-color: #003;
	height: 50px;
	width: 150px;
	float: left;
	clear: left;
}

#leftNav {
	margin: 0px;
	float: left;
	width: 150px;
	height: 630px;
	background-color: #003;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#navTable {
	width: 149px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #CCC;
	background-color: #003;
	font-weight: bolder;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	float: left;
	height: 200px;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

#mainContent {
	width: 840px;
	text-align: center;
	height: 680px;
	float: left;
	clear: right;
	background-color: #003;
	padding-bottom: 4px;
}

a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
	text-decoration: underline;
}
a:visited {
	color: #063;
	text-decoration: none;
}
a:hover {
	color: #00C;
	text-decoration: none;
}
#footerWrapper {
	height: 29px;
	width: 991px;
	clear: both;
	float: left;
	background-color: #003;
}

#leftBottomSpacer {
	float: left;
	height: 28px;
	background-color: #003;
	width: 150px;
}





#footer {
	height: 28px;
	width: 840px;
	background-color: #003;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	font-weight: bold;
	text-align: center;
	float: left;
}
#navTable td {
	padding-top: 7px;
}
