﻿
body 
{
	background-color: #606060;
	font-family:Arial;
}
div.topContainer
{
	background-color: Black;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
div.header
{
	border: 2px solid gray;
}
table.sidebarAndContent
{
	width:100%;
}
td.sidebarContainer
{
	width:170px;
	background-color:Black;
	border: 1px solid gray;
	vertical-align:top;
	height:450px;
}

div.sidebar
{
	width:150px;
	background-color:Black;
	margin-left:auto;
	margin-right:auto;
}
div.menuLinkContainer
{
	border-bottom: 1px solid gray;
	height:23px;
	padding-top:7px;
	text-align:center;
}
A.menuLink:Link, A.menuLink:Active, A.menuLink:Visited
{
	color:White;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial;
	font-size:14px;
}
A.menuLink:Hover
{
	color:Gray;
	background-color:Black;
}
td.content
{
	width:728px;
	background-color: #FEFEE5;
	vertical-align:top;
	padding-left:15px;
	padding-top:30px;
	padding-right:15px;
}
div.contentHeader
{
	color: #400000;
	font-size:24px;
}
div.footer
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	text-align:center;
}

p.location
{
	color: white;
}

p.disclaimer
{
	color:#D0D0D0;
	font-size:9px;
}

a:link, a:hover, a:active, a:visited
{
    text-decoration: none;
    font-weight: bold;
    color: #000044;
}
a:hover
{
	background-color: #D1CBD6;
}
img.contentImage
{
	float:right;
}

div.subheader
{
	font-weight:bold;
	margin-bottom:15px;
	margin-top:10px;
}
table.cellscentered td { text-align:center; }
