/* CSS Document */
body
{
	font-family: Verdana, Arial, Times New Roman;
	font-size: 9pt;
	color: black;
	background: #fff;
}
.PageHeader
{
	font-size: 13pt;
	font-weight: bold;
}
.PageHeaderSmaller
{
	font-size: 10pt;
	font-weight: bold;
}
.PageHeaderColored
{
	font-size: 10pt;
	font-weight: bold;
	color:Highlight;
}
.PageHeaderGreen
{
	font-size: 10pt;
	font-weight: bold;
	color:Green;
}
.PageHeaderColoredLarger
{
	font-size: 13pt;
	font-weight: bold;
	color:Highlight;
}
.PageScreenSize
{
	width: 940px;
	height: 100%; 
}
.StaffHeading
{
	vertical-align: top;
	font-weight: bold;
	text-decoration: underline;
}
.TableSectionHead
{
	font-size: 11pt;
	font-weight: bold;
	background-color: #aeb4b7;
}
.TableSectionItem
{
	font-size: 10pt;
	background-color: #d0d3d4;
}
.TableFull
{
	font-size: 8pt;
	background-color: #d0d3d4;
}
.content
{
	font-family:Verdana,Arial,Times New Roman;
	font-size: 8.5pt;
}
.topLinks
{
	color: white; 
	font-weight: bold;
	font-family: Verdana,Arial,  Times New Roman;
	font-size: 9pt;
	text-decoration: none;
}
.topLinks A:link {color: white; text-decoration: none;}
.topLinks A:visited {color: white; text-decoration: none;}
.topLinks A:active {color: white; text-decoration: none;}
.topLinks A:hover {color: white; text-decoration: none;}


a.menu {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	margin-bottom: 1px;
	padding: 3px;
	width: 200px;
      height: 25px;
	text-align: left;
}

a.menu:link {
	color: #2f2f2f;
	background-color: #d3d3d3;
	border-right: 20px solid #6a6a6a;
	text-shadow: #999 0px 2px 2px;
}

a.menu:visited {
	color: #2f2f2f;
	background-color: #d3d3d3;
	border-right: 20px solid #6a6a6a;
	text-shadow: #999 0px 2px 2px;
}


a.menu:hover {
	text-align: right;
	color: #d6dbbf;
	background-color: #2f2f2f;
	border-right: 20px solid #f00;
	text-shadow: none;
}

a.menu:active {
	text-align: right;
	color: #d6dbbf;
	background-color: #f00;
	border-right: 20px solid #2f2f2f;
	text-shadow: none;
}

div.vcontent {
	position: absolute;
	top:30px;
	left: 260px;
	width: 550px;
	height: 400px;
	border: solid 1px #ccc;
	padding: 0px 5px;
}

div.vmenu {
	position: absolute;
	top:250px;
	left: 20px;
	width: 300px;
	height: 500px;
	border: solid 1px #fff;
	padding: 0px 5px;
}

div.tcontent {
	position: absolute;
	top:250px;
	left: 300px;
	width: 650px;
	height: 400px;
	border: solid 1px #fff;
	padding: 0px 5px;
}

