* {
	border:0;
	margin:0;
	padding:0;
}

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

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

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

/* header */
#header {
	border-bottom:2px solid #aa5426;
	height:80px;
	margin:0 auto;
	width:751px;
}
#header h1 {
	color: #aa5426;
	opacity: 0.9;
	/*color:#888;*/
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color: #0040a8;
	opacity: 0.4;
	/*color:#CCC;*/
	font-size:200%;
	letter-spacing:-2px;
	text-align:right;
}

#randylogo {
	margin: 10px 148px;
	border: 2px solid;
	border-top: #0040a8;
	border-bottom: #0040a8;
	border-right: #aa5426;
	border-left: #aa5426;
	}

/* navigation */
#navigation {
	background:#fafafa;
	border-right:1px solid #aa5426;
	margin:0px auto 20px auto;
	width:750px;
	height:40px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #aa5426;
	float:left;
	width:124px;
	list-style:none;
	font-size: 0.95em;
}


#navigation a {
	color:#0040a8;
	display:block;
	line-height:40px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active {
	background:#e3e3e3;
	color:#777;
}

.clear {
	clear: both;
	}

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

/*
a {
	color: #898989;
	} */

.linkbox {
	float: left;
	border: 2px solid #0040a8;
	width: 200px;
	height: 200px;
	margin: 10px 5px 5px 5px;
	}

.linkbox a {
	font-size: 0.95em;
	}

.linkcontain {
	width: 730px;
	padding: 10px 10px;
	}
	
/*Index.php*/

#indexp {
	margin: 0px;
	}

#contactinfo {
	float: left;
	width: 400px;
	height: 90px;
	margin-left: 174px;
	
	}

#contactinfo p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

#aspen {
	float: left;
	margin: 10px 0px 10px 292px;
	}

/* Research.php */

.restopic {
	text-align: left;
	float: left;
	}
	
.restopic h2 {
	color: #aa5426;
	margin-bottom: 0px;
	}

.restopic li {
	list-style-type: square;
	list-style-position: inside;
	}


/* footer */
#footer {
	border-top: 2px solid #aa5426; 
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align: left;
	width:751px;
}

/* Added by Larry Ullman: */
.error {
	font-weight: bold;
	color: #C00
}
