@charset "utf-8";
/* CSS Document */

* {margin: 0px; padding: 0px;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #71a5bd;
	background-image:url(../graphics/topfade.jpg);
	background-repeat:repeat-x;
}

p {
	margin: 10px 17px 15px 17px;
	line-height: 18px;
}

li {
	margin-left: 16px;
	margin-right: 16px;
	line-height: 18px;
}
.content h1, .top h1 {
	font-size: 17px;
	border-bottom: 1px solid #666666;
	margin: 17px 17px 15px 17px;
}
.content h2 {
	font-size: 17px;
	margin: 17px 17px 15px 17px;
	font-style:italic;
}
a {
	color: #2064a9;
	}

a:visited {
	color: #969da3;

}
a:hover {
	color: #0c3c6d;
}

ul.nounderline a{
	text-decoration:none;
	font-weight:bold;
}

li a:hover{
	text-decoration:underline;
}

ul {
	line-height: 18px;
	list-style-type: square;
	margin-left: 25px;
	}
	
div.container {
	margin:auto;
	width: 100%;
	max-width:970px;
}

div.top {
	position: absolute;
	top: 13px;
	width: 100%;
	max-width:970px;
	height: 77px;
	border-bottom: 1px solid #15729B;
	background-color: #666666;
	background-image:url(../graphics/header6.jpg);
	background-repeat:repeat-x;
	background-position:30px;
}

div.content {
	position: absolute;
	top: 96px;
	background-color:#e6edf4;
	height: auto;
	width: 100%;
	max-width:970px;
	}
div.menu {
	width: 100%;
	background-color:#004F7B;
	height:30px;
	border-bottom: 3px solid #1E86AF;
	font-size:1.1em;
}
div.menuItem {
	background-color:#004F7B;
	color:#9ACCC8;
	padding:4px 12px 5px 12px;
	margin-top:4px;
	width:14%;
	width:auto;
	float:left;
	text-align:center;
	font-weight:bold;
}
div.menuItemSelected {
	background-color:#1E86AF;
	color:#BCE8E3;
	padding:4px 12px 5px 12px;
	margin-top:5px;
	width:14%;
	width:auto;
	float:left;
	text-align:center;
	font-weight:bold;
}
div.menu a {
	text-decoration:none;
	color:#E3FFFB;
	background-color:#004F7B;
}
div.menuItemSelected a{
	color:#FFFFFF;
	background-color:#1E86AF;
}
div.menu a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
div.imageRight {
	float:right;
	margin:17px;
	width:auto;
	background-color: #87a6b3;
	border:1px solid #4a6571;
}
div.imageRight p{
	margin:4px 6px 6px 6px;
	line-height:1.2em;
}
div.footer {
	clear:both;
	width:100%;
	max-width:970px;
	position:relative;
	background-color:#004F7B;
	padding:12px 0;
	margin-top:12px;
}
div.footer p {
	padding:0;
	margin:0 17px 3px 17px;
	color:#bae7e1;
}
div.footer a {
	color:#bae7e1;
}