/* Generic Selectors */

body {
margin: 0;<span style="background-color: ;"></span>
padding: 0;
font-family: 'Gill Sans', Trebuchet, Arial, sans-serif;
font-size: normal;
color: #333333;
background-color: #ffffff;
}

.hidden {
	position: absolute;
	top: -5000em;
	}

/**** Rules for the HSU Wordmark and Bar - Fahrner Image Replacement ****/
#Masthead {
	margin: 0;
	height: 30px;
	background: transparent url(hsumark.jpg) no-repeat top center;
	position: relative;
	z-index: 500;
	border-bottom: 4px solid #fff;
	}
	#Masthead h1 { margin: 0; padding: 0; }
	#Logowrapper {
		margin: 0;
		height: 30px;
		}	
	#Logo {
		display: block;
		border: 0;
		padding: 0;
		height: 28px;
		overflow: visible;
		}
/**** END HSU Wordmark and Bar ****/

p {
width: 80%;
}

h1 {
font-family: 'Gill Sans', Trebuchet, Arial, sans-serif;
font-size: 18px;
font-weight: bold;
color: #000000;
}

h2 {
font-family: 'Gill Sans', Trebuchet, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
color: #000000;
}

hr {
  border: none;
  background-color: #000000;
  color: #000000;
  height: 3px;
	margin-left: 15px;
	margin-top: 50px;
  margin-bottom: 30px;
}


/************************* ID's *************************/
#navigation {
	position: absolute;
	width: 210px;
	height: 630px;
	margin-left: 20;
	margin-top: 80px;
	padding: 0 0 0 10px;
	font-weight: normal;
	background-color: #336699;
	left: 3px;
	top: 4px;
}

#navigation a:link {
color: #CCCCFF;
text-decoration: underline;
font-weight: bold;
}

#navigation a:visited {
color: #FF0000;
text-decoration: underline;
font-weight: bold;
}

#navigation a:hover {
color: #FFFF00;
text-decoration: underline;
font-weight: bold;
}

#navigation a:active {
color: #00FF00;
text-decoration: underline;
font-weight: bold;
}

#navigation li {
list-style-type: none;
line-height: 150%;
}
#navigation li :link {
  color: #CCCCFF;
	text-decoration: none;
	font-weight: bold;
}
#navigation li :visited {
  color: #FF6666;
	text-decoration: none;
	font-weight: bold;
}
#navigation li :hover {
  color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
#navigation li :active {
  color: #00FF00;
	text-decoration: none;
	font-weight: bold;
}

/*  Begin Center Pannel format and specs  */
#centerDoc {
	position: absolute;
	padding: 0 0 20px 20px; /*top right bottom left*/
	margin-top: 50px;
	margin-left: 250px;
	border-left: 5px solid #330033;
	left: 5px;
	top: 33px;
	width: 625px;
	height: 468px;
}
#centerDoc a:link {
color: #336699;
font-weight: bold;
}

#centerDoc a:visited {
color: #FF0000;
font-weight: bold;
}

#centerDoc a:hover {
color: #339900;
font-weight: bold;
}

#centerDoc a:active {
color: #00FF00;
font-weight: bold;
}

#centerDoc li {
list-style-type: none;
line-height: 120%;
}
#centerDoc li :link {
  color: #336699;
	text-decoration: none;
	font-weight: bold;
}
#centerDoc li :visited {
  color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
#centerDoc li :hover {
  color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
#centerDoc li :active {
  color: #00FF00;
	text-decoration: none;
	font-weight: bold;
}
