body
{
    font-family: Georgia, Arial;
    font-size: 9pt;
	margin: auto;
	color: #404040;
}

h1
{
    font-family: Georgia, Arial;
    color: #404040;
    font-size: 14pt;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-left: 15px;
	padding-bottom: 8px;
	margin: 0px;
}

h2
{
    font-family: Georgia, Arial;
    color: #404040;
    font-size: 12pt;
    font-weight: normal;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	border-bottom: solid 1px #fff;
	padding: 5px;
	margin: 0px;
	color: #fff;
}

p {
	line-height: 13pt;
	padding: 10px 15px 10px 15px;
	margin: 0px;
}

a:link
{
    color: #fff;
    text-decoration: none;
}

a:visited
{
    color: #fff;
    text-decoration: none;
}

a:active
{
    color: #fff;
    text-decoration: none;
}

a:hover
{
    color: #D3B578;
    text-decoration: underline;
}

.container
{
    width: 900px;
    margin: auto;
	background-image: url(../images/background.gif);
    background-repeat: repeat-y;
}

.container_header {
	width: 900px;
	height: 35px;
}

.header
{
    width: 800px;
    height: 160px;
	margin: auto;
}

.logo {
	float: left;
	width:187px; 
	height:160px;
}

.banner {
	float: left;
	width: 611px; 
	height: 160px;
}

.container_footer
{
	width: 800px;
	height: 35px;
}

.content_container
{
    width: 800px;
    height: auto;
	margin: auto;
    overflow: auto;
}

.clear {
	clear: both;
}

.content_left {
	background-color: #9F1D35;
	width: 155px; 
	padding: 22px 20px 20px 12px;
	height: auto;
    float: left;
}

.content_right
{
	width: 571px; 
    height: auto;
    float: right;
	padding: 8px 20px 8px 20px;
}

.burgundy {
	color: #9F1D35;
}

.fade {
	background-image: url(../images/background-fade.gif);
	background-repeat: repeat-x;
	padding: 15px 15px 10px 15px;
}

.block {
	background-color: #F8F6F0;
	padding: 12px 15px 12px 15px;
}

.footer {
	position: relative;
	left: 240px;
	text-align: center;
	width: 611px;
	padding: 20px 0px 15px 0px;
	font-size: 9pt;
}

.bullet-list ul {
	list-style-type: square;
	margin-left: 30px;
	color: #9F1D35;
}

.bullet-list li {
	list-style-type: square;
	color: #9F1D35;
	padding: 4px 0px 4px 6px;
}

.button {
	color: #fff;
	background-color: #404040;
}

.content a {
	color: #404040;
	text-decoration: underline;
}

.content a:link {
	color: #404040;
	text-decoration: underline;
}

.content a:visited {
	color: #404040;
	text-decoration: underline;
}

