﻿a{color:yellow;background-color:transparent;}
a:visited{color:#06c;background-color:transparent;}
a:hover{background-color:#f1f3ea;color:#c00;}
a:active{background-color:#f1f3ea;}

#navcontainer
{width:180px;
margin-bottom:5px;
margin-top:5px;
position:fixed;float:left;margin-left:-200px;margin-top:30px}
#navcontainer ul{
	background-color: #B28900;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color:white;
	margin-left:10px;
	float:left;
}
#navcontainer li{
	width:180px;
	padding-left:10px;
font-family:Calibri,Arial;
font-size:1.2em;
	}
#navcontainer a
{
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: .8em;
	width:240px; /*navigation bar width */
	padding: 2px 3px;
	color:black;
	background-color: #FFB90F;
	border-top: 1px solid #FFB90F;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid #FFB90F;
}
#navcontainer a:visited{
	color: brown;
	}
#navcontainer a:hover
{
	color: navy;
	background-color: #FFD700;
	text-decoration: none;
	border-top: 1px solid #999;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #999;
}
#navcontainer a:active
{
	color: black;
}
#navcontainer .this a
{
	color: black;font-weight: bold;
	background-color: #fff;
	border-right: 1px solid #fff;
}
hr
{color:yellow;
background-color:yellow;
width:200px;
text-align:left;
margin-left: 0;
height:3px;
}
table.banner
{position:absolute;
font-family: Papyrus,"Palatino Linotype";
font-weight: normal;
left: 250px;
top: 40px;
bottom: 0px;
right: 0px;
clear: both;
}

p{font-family:Papyrus,Calibri;
margin-left:100px;
margin-right:100px;
}

body
{
border-left: 220px solid #8B4513;
height: 100%;
background:lightyellow;
}
