body
{
	font-family:Arial;
	font-size:12px;

}

td
{
	font-family:"Trebuchet MS",Arial;
	font-size:12px;

}
td.red
{
	font-family:"Trebuchet MS",Arial;
	font-size:12px;

}
td.arialc
{
	font-family:Arial;
	font-size:12px;

}
a
{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	color:red;
	

}
a.red
{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	

}
a.white
{
	font-family:Trebuchet MS,Arial;
	font-size:12px;
	color:white;
	text-decoration:none;

}
a:hover
{
	
	font-size:12px;
	color:red

}



td.off {
background: #ffffff;
}
td.on {
background: #B5D8FF;
} 

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #3e6a93;
	text-align: left;
}

#navcontainer {
	
	width: 200px;
	height: 940px;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

ul#navlist {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0px;
        width: 200px;
		color: #000000
}

ul#navlist li {
        display: block;
        margin: 0;
        padding: 0;
}

ul#navlist li a {
        display: block;
        padding: 0.1em 0 0.5em 1em;
        border-width: 1px;
        border-color: #000000;
        border-style: solid;
        color: #000000;
        text-decoration: none;
        background: #ffffff;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
        background: #F5AC56;
        color: #ffffff;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #fff;
        background: #F5AC56;
        border-color: #fff #fff #fff #fff;
}

