@charset "utf-8";

body{
	background-image: url(images/bkgrnd.jpg);
}

a.nav:link {
	color: #005788;
	text-decoration: none;
}
a.nav:visited {	color: #005788;
	text-decoration: none;}
a.nav:hover {	color: #68c0b2; 
	text-decoration: none;}
a.nav:active {	color: #005788;
	text-decoration: none;}
	
a.text:link {
color: #68c0b2; 
	text-decoration: none;font-weight: bold;
}
a.text:visited {	color: #68c0b2; 
	text-decoration: none;font-weight: bold;}
a.text:hover {	color: #005788;
	text-decoration: none;
	font-weight: bold;}
a.text:active {	color: #68c0b2; 
	text-decoration: none;font-weight: bold;}
	
	
	
a.textcontent:link {
color: #005788;
	text-decoration: none;font-weight: bold;
}
a.textcontent:visited {	color: #005788;
	text-decoration: none;font-weight: bold;}
a.textcontent:hover {	color: #68c0b2;
	text-decoration: none;
	font-weight: bold;}
a.textcontent:active {	color: #005788; 
	text-decoration: none;font-weight: bold;}	

#wrapper {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#wrapper #header {
	background-image: url(images/headerstrip.png);
	background-repeat: repeat-x;
	height: 141px;
}
#wrapper #content #contentbar #contentheader {
	font-size: 24px;
	color: #68c0b2;
	font-family: verdana;
	margin-left: 30px;
}
#wrapper #content #contentbar #contenttext {
	font-family: verdana;
	color: #005788;
	margin-left: 30px;
	margin-top: 5px;
	font-size: 14px;
}

#wrapper #header #logo {
	height: 141px;
	width: 25%;
	clear: none;
	float: left;
}
#wrapper #header #nav {
	clear: none;
	float: right;
	width: 50%;
	text-align: right;
	font-family: verdana;
	font-size: 15px;
	color: #005788;
	margin-top: 100px;
	overflow: visible;
}
#wrapper #content #contentbar {
	clear: none;
	float: left;
	width: 82%;
}

#wrapper #content {
	width: 100%;
	margin-top: 20px;
}
#wrapper #content #sidebar {
	clear: none;
	float: left;
	width: 18%;
	text-align: right;
	font-size: 14px;
	color: #005788;
	font-family: verdana;
}
