﻿body
{
background-color:#cccccc;
font-family:'Segoe UI',Arial, Helvetica, sans-serif;
font-size:.8em;
margin:Auto;
}

#scrollBG
{
	margin:Auto;
	width:920px;	
	background-image:url('images/backgroundShadow.jpg');
background-repeat:repeat-y;


}

.mainText
{
	padding:24px;
	line-height:18px;
}

a{
	color:#333333;
	text-decoration:none;
}

.subhead a{
	color:#b6121b;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	text-transform:capitalize;
}

a:hover{
	color:maroon;
	text-decoration:underline;
}

.head {
	color:maroon;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	text-transform:uppercase;
}

#contents
{
	margin-left:20px;
	padding:10px;
	width:860px;
	background-color:#ffffff;
}

#masthead
{
	width:900px;
	background-image:url('images/masthead.jpg');
	background-repeat:no-repeat;
	height:125px;
	border-bottom:1px solid #333333;
	margin-left:10px;
}

#mainNav
{
	margin-top:90px;
	float:right;
	letter-spacing:.5em;
	padding-right:20px;
	font-size:.8em;

}

#bottomShadow
{
	width:900px;
	margin:auto;
	border-bottom:1px solid #333333;
	background-color: #ffffff;
}

#footer
{
	padding-top:20px;
	padding-bottom:20px;
	background-color:#ffffff;
	width:900px;
}
