div { 	font-family: arial;
	font-size: 10pt;
}

body {
	background-repeat: repeat-x;
	background-color: rgb(50,0,132);
	margin: 0px 0px 0px 0px;
}

div.Header {
	background-repeat: no-repeat;
	width: 775px;
	height: 125px;
	border-bottom: 2px solid white;
	font-weight: bold;
	overflow: hidden;
}
div.address {
	margin: 12px 0px 0px 600px;
}
div.SiteMenu {
	float: left; 
	width: 160px;
	height: 974px;
	background-image: url(/images/menu_background.jpg);
}
div.SiteMenu a {
	display: block;
	width: 160px;
	height: 22px;
	overflow: hidden;
	background-image: url(/images/menu_buttons.jpg);
	background-position: 0px 44px;
	margin: 0px;
	text-indent: 10px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
div.SiteMenu a span {
	display: block;
	margin-top: 2px;
}

div.SiteMenu a:hover {
	background-position: 0px 22px;
}
div.SiteMenu a.Current {
	background-position: 0px 0px;
}

div.SiteContent {
	width: 615px;
	background-color: white;
	text-align: left;
}

div.Content {
	padding: 0px 0px 0px 10px;
}

div.SiteFooter {
	height: 40px;
	width: 775px;
	color: #CCCCCC;
}

.even {
	background-color: #FFFFCC;
}

th {
	background-color: #3300CC;
	color: white;
	font-weight: bold;
	font-size: 10pt;
	font-family: arial;
}

table { 	background-color: white; }

td {
	font-size: 10pt;
	font-weight: bold;
}

table {
	border: 1px solid #3300CC;
}
