/* CSS Document */

#wrapper {
	width: 850px;
	margin: 0 auto;
	background-color: white;
}
#top {
	width: 850px;
	height: 115px;
	background-color: #5a7897;
}
#logo {
	float: left;
	padding-left: 10px;
	width: 222px;
	height: 115px;
}
#nav {
	padding-top: 75px;
	padding-bottom: 10px;
	padding-right: 20px;
	width: 580px;
	float: right;
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
}

#nav A:link, A:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#nav A:hover {
	text-decoration: underline;
}


#white{ 
	height: 6px;
	clear: both;
	width: 850px;
}

#image{
	height: 305px;
	width: 850px;
}

#logonav{
	height: 74px;
	padding-top: 5px;
	width:850px;
	background: url(../images/bkgd/logo_nav_bkgd.jpg) repeat-x;
}


#left{
	margin-left: 10px;
	width: 230px;
	background: url(../images/bkgd/content_left.jpg) no-repeat;
	margin-right: 20px;
	padding-right: 10px;
	float: left;
}
#middle{
	margin-left: 10px;
	width: 230px;
	background: url(../images/bkgd/content_left.jpg) no-repeat;
	margin-right: 20px;
	padding-right: 10px;
	float: none;
}

#right {

}

#right A:link {
	color: #5A7897;
	text-decoration: none;
}
#right A:visited {
	text-decoration: none;
	color: #5A7897;
}
#right A:hover {
	text-decoration: underline;
	color: #5A7897;
}

#right a:active {
	text-decoration: none;
	color: #5A7897;
}

#footer {
	width:830px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #5a7897;
	margin-top: 20px;
}
#footer A:link, A:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footer A:hover {
	text-decoration: underline;
	}
