body
	{
	background-color:#3C210C;
	}
a:link    {color:darkred;}
a:visited {color:darkred;}
a:active  {color:red;}
a:hover   {color:red;}


#maincol
{
background:#FFF8DC;
margin:10px auto;
max-width:1260px;
min-width:780px;
padding:5px;
text-align:left;
border: thin solid #BCB986;
}


h1,h2,h3,hr
	{
	font-family: arial, 'sans serif';
	color: saddlebrown;
	}

p,li,address
	{
	font-family: arial, 'sans serif';
	font-size: 10pt;
	}
table
	{
	font-family: arial, 'sans serif';
	font-size: 10pt;
	line-height: 150%;
	}
th
	{
	background-color:#bcb986
	}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

input.a1
	{
	visibility:hidden;
	display:none;
	}
