/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:22px;
	background-color: #d4d4d4;
}
a {
	color:#660000;
	text-decoration:none;
}
a:hover {
	background-color:#CCCCCC;
}
div#container		
{
	width:740px;
	margin-top:10px;
	border:solid 5px #737373; 
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
div#navigation
{
	padding-left:10px;
	font-family: Rockwell,Verdana,Arial;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
div#body
{
	padding:8px 46px 20px 16px;
	text-align:left;
}
div#bodyHome
{
	padding: 0px 16px 20px 16px;
	text-align:left;
}
a:hover.mainNav
{
	background-color:#CCCCCC;
}
.mainNav
{
	padding:2px 6px 2px 6px;
}
a.footerNav
{
	font-weight:bold;
	font-family:Rockwell,Verdana,Arial;
	padding:2px 10px 2px 10px;
	color:#990000;
}
a:hover.footerNav
{
	background-color:#CCCCCC;
}
.caption
{
	font-size:12px;
	font-style:italic;
	line-height:16px;
}
.lead
{
	font-size:28px;
	font-weight:bold;
	color:#333333;
	margin-top:-15px;
}
.lead2
{
	font-size:18px;
	font-weight:bold;
	color:#333333;
	padding:0px 0px 0px 0px;
	margin-bottom:-10px;
}
a.lead2
{
	color:#660000;
}
a:hover.lead2
{
	background-color:#003366;
	color:white;
}
.lead3
{
	font-size:15px;
	padding:0px 00px 0px 0px;
	margin-bottom:-10px;
	line-height: 26px;
}
.boxHead
{
	font-size:22px;
	font-weight:bold;
	color:#990000;
	padding:15px 15px 0px 15px;
	margin-top:-45px;
	
}
.imageLeft {
	float: left;
	margin-right: 10px;
}
.imageRight {
	float: right;
	margin-left: 10px;
}