/* CSS Document */

body  {
	background-color: white;
	margin: 0px;
	padding: 0px;
	
}



#header {
	background-color: #048580;
	text-align: center;
	width: 100%;
	height:100px;
	margin: 0 auto;
}

#date {
padding-top: 20px;
padding-left:700px;
font-family: lucida sans, verdana, sans-serif;
font-size: 12px;
color: #ffffff;
}

#header img {
margin-top:0px;
padding-top:9px;
margin-left: -110px;

}

/* nav */

#navwrap {
	background-color: #f0f0d8;
	width: 100%;
	height: 35px;
} 

#nav {
	background-color: #f0f0d8;
	line-height: 25px;
	margin-left: 375px;
}

#nav ul {
	list-style-type: none;
	padding-top: 5px;
	margin: 0px;
	}

#nav li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

#nav li a {
	font-family: lucida sans, verdana, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #048580;
	text-decoration: none;
	padding: 10px;

	}

#nav a:hover {
	color: #f0f0d8;
	background-color: #048580;
	background-image: url(images/nav_bkg.gif);
	background-repeat: repeat-x;
}

/* content */


#contentwrap {
width: 850px;
margin-left: 80px; 
}

#content {
	float: left;
	width: 70%;
	font-family: "lucida sans", verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
}

h1 {
font-family: lucida sans, verdana, sans-serif;
font-size: 14px;
line-height: 16px;
color: #048580;
font-weight:bold;
}

#content a {
	color: #333333;
	text-decoration: underline;
}

#content a:hover {
text-decoration: none;
}




#sidebar {
float: right;
width: 25%;
}

/* footer */

#footer{
	width: 100%;
	height: 400px;
	background-color: #048580;
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
}

#footer p {
	font-family: lucida sans, verdana, sans-serif;
	font-size: 10px;
	padding-top: 25px;
	margin-left:25px;
	color: #FFFFFF;
}

	
#footer p a {
	color: #FFFFFF;
	text-decoration: underline;	
}

#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;	
}
.blueHeader {
	font-weight: bold;
	color: #048580;
}
.largeText {
	font-size: 14px;
}
.border {
	border: 1px solid #666666;
}
