/* CSS Document */
body {
	background-color:#003333;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
	color: #003333;
	font-size: 12px;
	}
#content-container {
	background-color:#FFFFFF;
	position: absolute;
	width: 499px;
	left: 250px;
	top: 0px;
	height: 775px;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
#content {
	width: 459px;
	left: 10px;
	height: 755px;
	overflow: auto;
	position: relative;
	padding-right: 20px;
	}
#pics {
	position: absolute;
	width: 250px;
	top: 0px;
	left: 0px;
	height: 775px;
	}
#nav {
	position: absolute;
	left: 749px;
	top: 0px;
	height: 775px;
	width: 239px;
	}
.nav-pics {
	text-align: bottom;
	}
h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #003333;
	}
h2 {
	font-size: 14px;
	font-weight: bold;
}
.intro {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 20px;
text-align: left;
	}
.active {
	text-decoration: none;
	color: #003333;
	text-transform: uppercase;
	}
#content li a {
	line-height: 150%;
	}

#nav-table {
	border-top: 1px solid white;
}

#copyright {
	font-size: 10px;
	color: #347575;
	position: absolute;
	top: 760px;
	left: 10px;
	}
#copyright a {
	text-decoration: none;
	color: #347575;
	}