﻿body {
}
.header
{
    
}
.body
{
    background-color: white;
    font-size: 12px;
    color: black;
    font-family: Arial;
    text-align: left;
}
.LeftColumn
{
    font-size: 12px;
    color: black;
    font-family: Arial;
    background-color: oldlace;
}
.footer
{
    font-size: 12px;
    color: white;
    font-family: Arial;
}
.PageTitle
{
    font-weight: bold;
    font-size: 16px;
    color: #7F0100;
    font-style: normal;
    font-family: Arial;
}
.Sitemap
{
    font-weight: bold;
    font-size: 14px;
    color: #000099;
    font-family: Arial;
    text-decoration: underline;
}
.menuitem
{
	font-size: 12px;
	color: Black;
	font-family: tahoma;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	background-color: #f1f1f1;
}
.menuitem A
{
	font-size: 12px;
	color: Black;
	font-family: tahoma;
	text-align: left;
	text-decoration:underline;
	
}
.menuitem A:Hover
{
	font-size: 12px;
	color: #536895;
	font-family: tahoma;
	text-align: left;
	text-decoration:none;	