﻿/* Master Page settings */
#mainbody {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
	min-width: 780px;
}
.maincontent {
    margin: 5px 10px 30px 20px;
}
#masthead {
	position: relative;
	width: 100%;
	height: 179px;
}
#top_left {
    position: absolute;
    width: 414px;
    height: 149px;
    left: 0px;
    top: 0px;
    background-image: url('images/top_left.jpg');
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#top_right {
    position: absolute;
    width: 366px;
    height: 179px;
    top: 0px;
    left: 414px;
    right: 0px;
}
#logo {
	position: absolute;
	width: 414px;
	height: 30px;
	left: 0px;
	top: 149px;
}
#navigation
{
    height: 33px;
    background-image: url('images/navbar_background.jpg');
    width: 550px;
    padding-left: 230px;
}
#navigation img
{
    float: left;
}
#container {
    position: relative;
    width: 780px;
}
#topnav {
    float: right;
    padding-right: 8px;
}
#left_col {
    width: 182px;
    position: relative;
    left: 0px;
    top: 0px;
    float: left;
}
#page_content {
    padding: 10px;
    margin-left: 180px;
    background-color: #FFFFFF;
}
#bottombar
{
    clear: both;
    height: 20px;
    background-image: url('images/bottombar_background.jpg');
    width: 780px;
    text-align: center;
    padding-top: 6px;
    font-size: 9px;
    color: #0B4941;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#footer {
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    clear: both;
    width: 780px;
}
#googleads {
    margin: 30px auto 20px auto;
    width: 750px;
}
.pagenavmenu {
	padding: 0px;
	margin-top: 30px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/* HTML Defaults */
h1 {
	margin-top: 0px;
	font-size: large;
	color: #800000;
}
h2 {
	margin-top: 0px;
	font-size: large;
	color: #800000;
}
h3 {
	color: #800000;
	font-size: medium;
}
h4 {
	color: #800000;
	font-size: small;
}
h5 {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #800000;
	font-size: small;
}
h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: x-small;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
img {
	border-width: 0px;
	border-style: none;
}
a {
	color: #0000FF;
}
a:visited {
	color: #007DB1;
}
ul {
	list-style-image: url('images/bullet.gif');
	list-style-position: outside;
}

