﻿/* CSS layout */

<td class="btnav" 
onmouseover="style.backgroundColor='#FFFFCC';" onmouseout="style.backgroundColor='#FFFFFF'"> 

A:link { color:#0000FF; text-decoration:none }
A:active { color:#4F4E3E; text-decoration:none }
A:visited { color:#990033; text-decoration:none }
A:hover {text-decoration: underline overline; color: green;}

btnav { background-color: #84C1DF; border: 1px #000000 solid;} 

#color2 A:link { color:#0000FF; text-decoration:none }
#color2 A:visited { color:#990033; text-decoration:none }
#color2 A:active { color:#FCFADA; text-decoration:none }
#color2 A:hover { color:#000000; text-decoration:none }
#masthead {	text-align: center;
}

#top_nav {	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	font-size: large;
	font-weight: 700;
}

#container {
	position: relative;
	width: 65%;
	left: 70px;
	top: 0px;
	text-align: left;
	height: 586px;
}

#page_content {
	width: 736px;
	font-size: large;
	font-family: "Franklin Gothic Book";
}

#right_col {
	width: 327px;
	position: absolute;
	right: -71px;
	top: -1px;
	text-align: center;
}

#footer {	text-align: center;
}

