﻿body {
	text-align:center;
	margin:auto;
	font-family: Arial;
	color:Black;
	font-size: 11pt;
	line-height: 1.3em;
	background-color: #cccccc;
}
h1, h2, h3
{
	font-weight:normal;
	color: #B30000;
	font-family: Arial;
	text-transform: uppercase;
}
h1
{
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 8px;
}
h2
{
	font-size: 13pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3
{
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 5px;
}	
div#content
{
	width:748px;
	margin:auto;
	text-align:left;
	padding: 20px !important;
	background-color:White;
	float:left;
}
body table,
body table tbody
{
	margin:auto;
}
#footer
{
	text-align:center;
	font-size:9pt;
	padding-top: 20px;
	width:1024px;
	margin:auto;
}
a, a:link, a:active, a:visited
{
	color:#B30000;
}
a:hover
{
	color: #990000;	
}
a.Button{
    display:inline-block;
    width: 110px;
    text-align:center;
    vertical-align:middle;
    height:30px;
    background-color: #B30000;
    color:white;
    text-decoration:none !important;
    line-height:30px;
    border: 1px solid white;
}
a.Button:hover{
    background-color:#660000;
}
.modalPopup
{
	width:300px;
	border: 1px solid black;
	padding: 10px;
	position:relative;
	left: -250px;
	top: -150px;
}
#mainArea
{	
	width:1024px;
	margin:auto;
	background-image: url(../images/Background.jpg);
	background-repeat: repeat-y;
}
#address
{
	height: 35px;
	background-color: #B30000;
	color:White;
	line-height: 35px;
	vertical-align:middle;
}
#navigation
{
	float:left;
	width: 226px;
}
#topSections
{
	width: 730px;
	background-image: url(../images/AlternateRowBG.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	margin-top: 20px;
	margin-left: 15px;
}
#bottomSections
{
	width: 730px;
	background-image: url(../images/RowBG.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	margin-left: 15px;
}
.third
{
	width: 213px;
	padding: 15px;
	float:left;
	display:inline;
}
.quoteHeadline
{
	display:block;
	font-weight:normal;
	color: #B30000;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 13pt;
	margin-bottom: 8px;
}
.quoteLabel
{
	display:block;
	font-weight:bold;
	
	margin-bottom: 8px;
}
.quoteFrom
{
	font-style: italic;
}
ul li
{
	margin-left: 30px;
	list-style-type: disc;
}
ul
{
	margin-bottom: 10px;
	
}