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

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}
#wrapper { 
 margin: 0 auto;
 width: 650px;
}
#header {
 width: 650px;
 color: #333;
 height: 78px;
 background: url(images/header_sky.jpg) no-repeat;
}
#header2 {
 width: 650px;
 color: #333;
 height: 150px;
 background: url(images/staff_11.jpg) no-repeat;
}
#header3 {
 width: 650px;
 color: #333;
 height: 150px;
 background: #FFF;
}

#content { 
 width: 650px;
 color: #006666;
 background: #FFF;
 padding-top: 20px;
}
#footer { 
 width: 650px;
 color: #999966;
 background: #FFF;
 border-top: 1px solid #999966;
 margin-top: 20px;
 padding-top: 5px;
 font-size: 10px;
 text-align: center;
 padding-bottom: 20px;
}

.indent {
padding-left: 20px;
}
.small {
font-size: 10px;
}
.centered {
text-align: center;
}
.title {
font-size: 16px;
font-weight: bold;
}



a:link {
 color: #006666;
 text-decoration: underline;
}
a:hover {
 color: #999966;
 text-decoration: underline;
}
a:visited {
 color: #999966;
 text-decoration: underline;
}
a:active {
 color: #006666;
 text-decoration: underline;
}


#navholder
{
	height: 26px;	
	
}

#navcontainer ul
{
	padding-left: 111px;
	margin-top: 0;
	background-color: #999966;
	color: #FFFFFF;
	float: left;
	width: 539px;
	font-size: 11px;
	font-weight: bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	background-color: #999966;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 15px;
	padding-top:  0.6em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b3b38f;
}

#navcontainer ul li a:hover
{
	background-color: #006666;
	color: #FFFFFF;
}
#navlist li a#current
{
	background-color: #006666;
}
