a:link, a:visited {
color: blue;
text-decoration: none;
}
a:hover{
color: red;
text-decoration: none
}

#logoblock {
position: absolute;
left: .25in;
top: .25in;
width: 160px;
background-color: #ffcc66;
border: solid 1px #800000;
text-align: center;
}

#navlist {
	position: absolute;
	left: .25in;
	top: 2in;
	width: 186px;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#navlist li {
	margin: 0 0 2px 0;
}

#navlist a {
	/*/*/display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #800000;
	width: 160px;
	background-color: #800000;
	/* */
}

#navlist a:link, #navlist a:visited {
	color: #000;
	/*/*/color: #ffffff;
	text-decoration: none; /* */
}

#navlist a:hover {
	border: 1px solid #800000;
	background-color: #FFcc66;
	color: #333;
}

#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	/*/*/border: 1px solid #800000;
	background-color: #FFcc66;
	color: #000000; /* */
}

#infobox {
position: absolute;
left: .25in;
top: 3.75in;
width: 160px;
background-color: #ffcc66;
border: solid 1px #800000;
text-align: left;
font-family: verdana, sans-serif;
color: #800000;
padding: 2px;
font-size: 14px;
font-weight: normal;
}
#infobox2 {
position: absolute;
left: .25in;
top: 4.75in;
width: 160px;
background-color: #ffcc66;
border: solid 1px #800000;
text-align: left;
font-family: verdana, sans-serif;
font-weight: normal;
color: #800000;
padding: 2px;
font-size: 14px;
}

#infobox a:link, a:visited {
	color: blue;
	/*/*/color: blue;
	text-decoration: none; /* */
}

#infobox a:hover {
color: red;
}

#scalpline {
position: absolute;
top: .25in;
left: 2.5in;
font-family: verdana;
font-size: small;
font-weight: normal;
color: #800000;
}

#headline {
	position: absolute;
	top: .5in;
	left: 2.5in;
	font-family: verdana;
	font-size: 48;
font-weight: normal;
	color: #800000;
	
}


p.heading {
	font-family: verdana;
	background-color: #800000;
	color: white;
	width: 5in;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
}

p.maintext {
	font-family: verdana;
	font-size: 12px;
	color: #800000;
	background-color: #ffcc66;
	padding: 1em;
	width: 4.75in;
	margin: .25in;
}

.maintext a:hover {
	color: red;
}
	
#mainblock {
	Position: absolute;
	top: 1.5in;
	left: 2.5in;
	width: 4in;
}