﻿body {
	background-position: center 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: inherit;
	position: inherit;
	background-image: url('images/image001.gif');
	z-index: auto;
}
#container {
	margin: auto;
	width: 1000px;
	background-color: #008080;
}
#header {
	background-position: 10px 10px;
	margin: auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
}
#top-nav {
	height: 35px;
	background-color: #C10000;
	background-image: url('images/horizontal slice image003.gif');
	background-repeat: no-repeat;
}
#left-col {
	width: 200px;
	float: left;
	background-color: #008080;
	border-right-style: outset;
	border-right-width: 2px;
	border-right-color: #006262;
}
#page-content {
	background-color: #FFFFFF;
	border-top-style: inset;
	border-top-color: #202020;
	margin-left: 200px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: left;
	font-size: small;
}
#footer {
	height: 50px;
	background-color: #00004F;
	clear: both;
}
#top-nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#top-nav li {
	float: left;
	width: 125px;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: 900;
}
#top-nav a, #top-nav a:link, #top-nav a:visited {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
#top-nav a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
#top-nav a:active {
	color: #000000;
}
#left-col ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#left-col li {
	height: 60px;
	font-size: medium;
	line-height: 55px;
	border-right-style: outset;
	border-right-width: 1px;
	border-right-color: #000000;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #008080;
	background-image: url('images/left col image002.gif');
}
#left-col a, #left-col a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#left-col a:hover {
	color: #FFFFFF;
	background-color: #004A4A;
}
