/*
	Author	:	Larry Ullman and Jim House
	Email	: 	jhouse@allegany.edu
	Website	:	http://www.allegany.edu
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#777;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

/* body */
body {
	background:#fafafa;
	color:#555;
	font:0.9em Arial, Helvetica, "bitstream vera sans", sans-serif;
}

input {
	background-color:#999;
	border-bottom-color:#333;
	height:20px;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

select {
	color:#900;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#ccc;
}

/* header */

#header {
	border-bottom:1px solid #999;
	height:80px;
	margin:0 auto;
	width:755px;
}

#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-2px;
	text-align:right;
	padding:5px;
	margin-bottom:-8px;
}

#header h2 {
	color:#CCC;
	font-size:200%;
	letter-spacing:-1px;
	text-align:right;
}

/* navigation */

#navigation {
	background:#fafafa;
	border-right:1px solid #999;
	margin:0 auto;
	width:751px;
	height:40px;
	list-style:none;
}

#navigation li {
	border-left:1px solid #999;
	float:left;
	width:149px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:40px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active {
	background:#e3e3e3;
	color:#777;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:755px;
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:20px 0 0;
}
#content p {
	padding:20px 20px 0;
	font-size:16px;
}

/* footer */
#footer {
	border-top:1px solid #999; 
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:755px;
}

#footer p {
	font-size:12px;
}

/* Added by Jim House: */

.error {
	font-weight: bold;
	color: #C00
}
