/* CSS Document */

html, body {
	background-color: #9BBCDC;
}

#wrapper {
	width:772px;
	background-image: url('../images/wrapper.gif');
	background-repeat:repeat-y;
	margin-right:auto;
	margin-left:auto;
}

#header {
	width:772px;
	height:125px;
	background-image: url('../images/header.gif');
	background-repeat:no-repeat;
}

#buttonbar {
	width:772px;
	height:44px;
	background-image: url('../images/buttonbar.gif');
	background-repeat:no-repeat;
}

#footer {
	width:772px;
	height:110px;
	background-image: url('../images/footer.gif');
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	margin-top:-10px;
}

#footermenu {
	margin-left:5px;
	margin-top:0px;
}

#spacer {
	width:772px;
	height:55px;
}

#sidemenu {
	width:130px;
	height:300px;
	float:left;
}

#logo {
	width:94px;
	height:92px;
	background-image: url('../images/logo.gif');
	margin-left:22px;

}

#logoholder {
	width:772px;
	height:92px;
	margin-left:auto;
	margin-right:auto;
}

#logoholder2 {
	width:750px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
}

#menu {
	width:94px;
	height:150px;
	margin-left:22px;
	margin-top:10px;
}

#content {
	width:600px;
	margin-left: 143px;
}

#topnav {
	width:570px;
	height: 27px;
	margin-left:173px;
}

.menu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
padding-top: 10px;
}

.menu a:link {
color: #FF6600;
text-decoration: none;
}

.menu a:visited {
color: #FF6600;
text-decoration: none;
}

.menu a:hover {
color: #ffffff;
text-decoration: none;
}

.menu a:active {
color: #FF6600;
text-decoration: none;
}

.menu2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
padding-top: 10px;
}

.menu2 a:link {
color: #ffffff;
text-decoration: none;
}

.menu2 a:visited {
color: #ffffff;
text-decoration: none;
}

.menu2 a:hover {
color: #FF6600;
text-decoration: none;
}

.menu2 a:active {
color: #ffffff;
text-decoration: none;
}

.menu3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #9BBCDC;
padding-top: 10px;
}

.menu3 a:link {
color: #9BBCDC;
text-decoration: none;
}

.menu3 a:visited {
color: #9BBCDC;
text-decoration: none;
}

.menu3 a:hover {
color: #FF6600;
text-decoration: none;
}

.menu3 a:active {
color: #9BBCDC;
text-decoration: none;
}