
body {
background-color:#00aeef;
margin: 0;
padding: 0;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color: #000;
font-size: 19px;
}

a:link {
color: #00709e; 
text-decoration: none;
}

a:visited {
color: #00709e;
text-decoration: none;
}

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

a#link:hover {color:#000}


h1, h2, h3, h4, h5, h6 {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
background-color: transparent;
color: #00709e;
text-indent:20px;
clear: both;
}
		
h1 {
height:45px;
line-height: 120%;
}

h2 {
height:36px;
line-height: 120%;
margin: -2px;
}

h3 {
height:30px;
line-height: 120%;
margin: -2px;
}

h4 {
height:28px;
line-height: 120%;
margin: -5px;
}

div#page-wrap {
		background:#00aeef;
		width: 930px;
		overflow: auto; 
		height: 1%;
		margin:auto;
}

#header {
	background:#00aeef;
	background-image: url(images/header.gif);
		height:175px;
		width:930px;
		margin:auto;
}

div#content2 {
	background:#fff;
	width: 815px;
	border: 3px solid #00709e;
	margin-right: 20px;
	padding-top:30px;
	padding-left:40px;
	padding-right:40px;
	text-align:justify;
	color:#000;
	overflow:auto;
	float:left;
}

div#navigation {
	height:40px;
	width:900px;
	background:#00aeef;
	text-align:center;
	font-size:19px;
	font-weight:bold;
	float:left;
}


div#footer {
	clear: both;
	height: 80px;
	width: 900 px;	
	background:#00aeef;
	background-image: url(images/footer-graphic2.gif);
}
