body {
	margin: 0px;
	padding: 0px;
}

p, td, body {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt; /*Body content */
}

.Header, .ContentArea, .Footer {
	width: 811px;
}

.LeftSideBar {
	width: 170px;
	float: left;
}

.ContentArea {
	background-image: url('/images/base/BGHomepage.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

div.ContentArea {
	height: 425px;
}

.Content {
	width: 325px;
	text-align: left;
	float: right;
	padding-top: 50px;
	position: relative;
	right: 287px;
}


h1 {
	font-family: "Times New Roman", "Times", serif;
	font-size: 31px; /*Main heading */
	font-weight: normal;
	color: #005C93;
	margin-bottom: -5px;
	padding-top: 10px;
}

h2 {
	font-family: "Times New Roman", "Times", serif;
	font-style: italic;
	font-weight: normal;
	font-size: 14pt;
	color: #666666;
	margin-bottom: -10px;
}

.Content p, .Content ul {
	font-size: 8pt;
	line-height: 15px; 
}

.Footer {
	clear: both;
}

.FooterNav {
	color: #A5A5A5;
	padding: 3px 0px 3px 0px;
	font-size: 8pt;
}

.FooterNav a {
	font-weight: bold;
	color: #A5A5A5;
	text-decoration: none;
}

.FooterNav a:hover {
	text-decoration: underline;
}

.Copyright {
	padding: 0px 0px 3px 0px;
	font-size: 8pt;
}

.FooterBar {
	background-image: url('/images/base/FooterWedge.gif');
}