@charset "UTF-8";
/* CSS Document */
body, div {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(../images/bgbar.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Arial Black", Arial, Verdana, Helvetica, sans-serif;
	color: #336699;
	font-weight: 900;
	margin: 8px 0px 3px 0px;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 19;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
}
h5.name {
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
}
h6 {
	font-size: 12px;
}
p {
	padding: 6px 4px;
	margin: 4px 0px;
	line-height: 1.3em;
}
a, a:link, a:active {
	text-decoration: underline;
	color: #336699;
}
a:visited {
	text-decoration: underline;
	color: #1C3958;
}
a:hover {
	color: #709ece;
	text-decoration: none;
}
strong {
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #1B3652;
}
em {
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	color: #1B3652;
}
ul {
	color: #336699;
	list-style-position: outside;
	list-style-type: square;
}
ul li {
	margin-bottom: 8px;
}
/*div id selectors (and children!!) for layout and design - See navbar.css for layout of actual buttons*/
div#positioning {
	position: relative;
	width: 800px;
}
div#header {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
img#changeimage {
	position:absolute;
	left: 0px;
	top: 55px;
	z-index: 5;
}
div#changelogo {
	position: absolute;
	top: 5px;
	left: 12px;
	z-index: 10;
}
div#navbar {
	background-attachment: scroll;
	background-image: url(../images/navbarbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 317px;
	width: 171px;
	position: absolute;
	left: 24px;
	top: 184px;
	z-index: 10;
}
div#body {
	position: absolute;
	top: 270px;
}
div#maincontent {
	width: 515px;
	margin-left: 208px;
	margin-right: 70px;
}
div#rightbox {
	width: 190px;
	float: right;
	padding-left: 20px;
}
div#footer {
	clear: both;
	font-weight: lighter;
	text-align: center;
	color: #989898;
}
div#horizbar {
	background-attachment: scroll;
	background-image: url(../images/horizbar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 2px;
	width: 795px;
	margin: 10px 0px;
}
div#contactinfo {
	width: 642px;
	margin-left: 157px;
	font-size: 12px;
	color: #709ece;
}
div#contactinfo img {
	margin: 0px 8px;
	vertical-align: text-top;
}
div#contactinfo a, div#contactinfo a:link, div#contactinfo a:visited, div#contactinfo a:active {
	text-decoration: none;
	color: #709ece;
}
div#contactinfo a:hover {
	text-decoration: underline;
	color: #336699;
}
div#links {
	width: 642px;
	margin-left: 157px;
	margin-bottom: 9px;
	font-size: 11px;
	word-spacing: -1.5px;
}
div#links a {
	margin: 0px 1.5px;
	padding: 0px;
}
div#links a, div#links a:link, div#links a:active {
	color: #989898;
	text-decoration: none;
}
div#links a:visited {
	color: #858585;
	text-decoration: none;
}
div#links a:hover {
	color: #626262;
	text-decoration: underline;
}
div#creditline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 642px;
	margin-left: 157px;
	margin-top: 25px;
	font-size: 9px;
}
div#creditline a, div#creditline a:link, div#creditline a:active, div#creditline a:visited {
	color: #989898;
	text-decoration: none;
}
div#creditline a:hover {
	color: #626262;
	text-decoration: underline;
}


/*no border for images that are links*/
a:visited img {
	border-width: 0px;
	border-style: none;
}
a:hover img {
	border-width: 0px;
	border-style: none;
}
a:link img {
	border-width: 0px;
	border-style: none;
}
a:active img {
	border-width: 0px;
	border-style: none;
}
/*end hack*/


/*class styles*/
.right {
	float: right;
}
/*Here is the code for each page--change the name!!!!*/
.what-current {
	cursor: default;
}
div#links a.what-current:hover, div#links a.what-current:visited, div#links a.what-current:active, div#links a.what-current:link {
	color: #626262;
	text-decoration: underline;
}
div#what-button img {
	display: none;
}
div#what-button {
	background-image: url(../images/navhov/home.gif)
}
