body
{
	margin: 0;
	margin: 0 auto;
	background: #f4f4f4 url(images/bg.gif) top center repeat-y;
}

.mainHeader {
	padding-left:20px;
	border-bottom: 1px solid #efefef;
	text-align: left;
	height: 80px;
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
	color: #90200A;
}

.leftColumn {
width: 120px;
}

.mainContent {
padding-top: 10px;
width: 530px;
}

.skyscraper {
width: 120px;
}

.mainFooter {
text-align: center;
}

.menuItem {

}



.menuItem a:link,
.menuItem a:visited,
.menuItem a:active,
.menuItem a:hover {

display:block;
text-decoration: none;
width: 120px;
height: 20px;
border-bottom: #ccc 1px solid;
color: #00008B;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;

} 

.menuItem a:hover {
color: maroon;
}


li
{
	list-style-type: none;
	line-height: 160%;
}

table li 
{
    padding-top:10px;
}

h1
{
    font-size: 12px;
	font-family:  Verdana, Arial, sans-serif;
	color: #191970;
	font-weight: bold;
	padding-left: 4px;
}
h2, h3, h4
{
    font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color:  #2F4F4F;
	font-weight: bold;
	padding-left: 8px;
}

p
{
	font-size: 12px;
	width: 94%;
	padding: 12px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #f9f9f9;
	color: #607080;
}

a:link, a:visited
{
	font-size: 12px;
	color: #003366;
	border-bottom: 1px solid #efefef;
	font-family: Verdana, Arial, sans-serif;

}
a:hover
{
	color: #A52A2A;
	text-decoration: none;
}
.topRect {
	padding-left: 10px;
}



