﻿/* Container */
body 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #664778;
	font-weight: normal;
	line-height: normal;
	border: #664778;
}
.page
{
	width: 972px;
	margin-left: auto;
	margin-right: auto;
}
.header
{
	width: 100%;
	height: 74px;
	padding-bottom: 42px;
}
.content
{
	width: 100%;
}
.leftnavbar
{
	width: 373px;
	float: left;
	text-align: right;
	padding-bottom: 50px;
}
.main-content
{
	width: 567px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
.footer
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

/* Formatting */
a, a:link, h1 a, h1 a:link
{
	color: #993300;
}
a:visited
{
	color: #CC3300;
}
a:focus, a:hover, h1 a:focus, h1 a:hover
{
	color: #990000;
}
a img, img
{
	border: none;
}
h1
{
	font-size: 24px;
	font-weight: bold;
	color: #D42E12;
	padding-top: 0;
	margin-top: 0;
}
h2
{
	font-size: 18px;
	color: #006EC7;
	font-weight: normal;
}
h3
{
	font-size: 18px;
	color: #679000;
	font-weight: bold;
}
.bluetext
{
	font-size: 16px;
	font-weight: bold;
	color: #006EC7;
	display: inline;
}
.quote
{
	font-size: 18px;
	color: #679000;
	font-weight: normal;
	text-align: right;
	border: thick solid #FFFFFF;
}
.quote a
{
	font-size: 18px;
	color: #679000;
	font-weight: normal;
}
.quote td
{
	padding: 5px;
}
ul li
{
	font-size: 12px;
	color: #664778;
	list-style-position: outside;
	list-style-type: square;
	line-height: normal;
}
ul ul li
{
	font-size: 10px;
}
.table
{
	font-size: 14px;
	line-height: normal;
	color: #664778;
	border: thick solid #FFFFFF;
	list-style-type: square;
	background-color: #F0F7DD;
	clear: both;
}
.div-left
{
	float: left;
}
