@charset "UTF-8";
/* CSS Document */

body {
	background-color: #A7CCCE;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #7E9091;
}

a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #7E9091;
}

a:hover {
	color: #7E9091;
	text-decoration: underline;
}

h1 {
	font-size: 1.2em;
	line-height: 1.6em;
}

h3 {
	font-size: 1.0em;
	line-height: 1.2em;
}

p {
	font-size: 0.8em;
	line-height: 1.3em;
}
img {
	border: none;
}
#box {
	position: relative;
	width: 806px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 50px;	
}
#container {
	border: 1px solid #666;
	background-color: #DFF3EC;
}

#header {
	height: 70px;
	text-align:left;
}

#menu {
	height:1.5em;
	background-color: #99B4B7;
	text-align:left;
	color: #FFF;
}

#menu ul {
	position: absolute;
	left: 0px;
	margin: 0;
	padding: 0;
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	float:left;
	font-size: 0.8em;
}

#menu ul li {
	display:block;
	float:left;
	text-align:center;
	padding-top:4px;
	width: 160px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	height:1.5em;
}

#menu ul li a {
	color: #FFF;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #7E9091;
}

#menu ul li:hover {
	background-color: #DFF3EC;
	color: #7E9091;
	cursor:pointer;
}

#menu .selected {
	background-color: #DFF3EC;
	color: #7E9091;
	border-bottom: 1px solid #DFF3EC;
	font-weight: bold;
}

#body {
	text-align:left;
	vertical-align: bottom;
}

#body #copy {
	top:100px;
	margin-left:20px;
	width: 550px;
	float:left;
}

#body #copy ul li {
	font-size: 0.8em;
}

#copy .right {
	float:right;
	margin-left:10px;
}

#copy .left {
	float:left;
	margin-right:10px;
}

.picList li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float: left;
	display:inline;
	padding-right:10px;
	padding-bottom:10px;
}

.picList li img {
	border:2px solid #99B4B7;
}

#featuregfx {
	text-align:right;
	width:804px;
}

#footer {
	height:25px;
	margin-top:3px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #DFF3EC;
}
#footer a {
	color: #DFF3EC;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
}
table.resourceTable td {
	border-bottom: 1px solid #99B4B7;
}
.category {
	font-size: 1.1em;
	font-weight: bold;
}