@charset "ISO-8859-1";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	height: 750px;
	width: 800px;
}

#logo {
	left:0px;
	top:0px;
	width:800px;
	height:75px;
	background-image: url(../images/logo_w_smallLogoBldg.png);
	background-repeat: no-repeat;
	position: static;
	background-position: left top;
}

#navBar {
	left:0px;
	top:75px;
	height:25px;
	background-image: url(../images/navBar.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: static;
	width: 800px;
}
#nav2 {
	float: left;
	list-style: none;
	border-top-width: 0.1em;
	border-bottom-width: 0.1em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	font-size: 1em;
	width: 100%;
}
#nav2 li {
	float: left;
	list-style-type: none;
}
#nav2 li a {
	display: block;
	text-decoration: none;
	color: #666;
	text-align: center;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	width: 8em;
}
#nav2 li a#current  {
	font-weight: bold;
	color: #FFF;
	background-position: left top;
	background-image: url(../images/current.jpg);
	background-repeat: no-repeat;
}
#nav2 li ul {
	display: none;
	position: absolute;
	left: -999px;
}

#nav2 li a:hover {
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/flashLinkBG.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav2 li a:hover ul {
	display: block;
	position: absolute;
}
#nav2 li:hover ul, #nav li.sfhover ul {
	left: auto;
	display: block;
	position: absolute;
}
#nav2 li:hover li {
	float: none;
	font-size: 0.8333em;
	background-image: url(../images/flashLinkBG.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav2 li:hover li a {
	color: #FFF;
	width: 20em;
	text-align: left;
	padding-left: 0.5em;
}
#nav2 li li a:hover {
	background-image: url(../images/linkBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContent {
	top:98px;
	width:800px;
	height:600px;
	position: static;
}
#mainContent #mainInfo {
	text-align: left;
	margin-top: 2em;
	margin-left: 3em;
	float: left;
	font-size: 1.1em;
	width: 430px;
	line-height: 1.7em;
}
#mainContent #mainInfo a {
	text-decoration: none;
}
#mainContent #pageNumbers {
	float: left;
	width: 360px;
	text-align: left;
	padding-left: 0.5em;
	font-size: 0.9em;
	color: #CCC;
}
#mainContent #pageNumbers a {
	text-decoration: none;
	color: #CCC;
}
#mainContent #pageNumbers a:hover {
	color: #000;
}
.boldPageNumbers {
	font-weight: bold;
	color: #000;
}

#footer {
	top:511px;
	width:800px;
	height:50px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: static;
}
#scroll {
	height: 500px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background-color: #FFF;
}
