﻿h1{
	font-size: large;
}

h2 
{
    font-size: medium;
}

#leftColumn {
	margin: 0px;
	float: left;
	clear: left;
	width: 160px;
	padding: 4px;
	height: 100%;
}
#rightColumn {
	width: 160px;
	float: right;
	padding: 4px;
	height: 100%;
	clear: right;
}
#midColumn {
	padding: 2px 2px 2px 6px;
	width: 650px;
	float: left;
}
#mainBody {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: medium;
	border-bottom-width: medium;
	border-color: #008000;
	padding: 2px;
	float: none;
	clear: both;
	border-spacing: 1px;
	width: 1000px;
	background-image: url('images/background_tile.png');
	background-repeat: repeat-y;
	font-size: larger;
}
#header {
	text-align: center;
	width: 1000px;
}
.linkSection
{
    text-align: left;
    padding: 1px;
    margin: 2px;
    background-color: #FFFFFF;
    border-style: outset;
    border-width: thin;
    width: 150px;
    font-weight: bold;
    clear: both;
}
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	width: 1000px;
}

.links {
	margin-left: 10px;
	margin-bottom: 4px;
	
}
.links P
{
	margin: 0px 0px 0px 5px;
	text-indent: -5px;
}


A {
	color: #008000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.callout {
	margin: 8px;
	border-style: dotted;
	border-width: thin;
	background-color: #FFFFCC;
}

A:hover {
	text-decoration:underline;
}

A:visited {
	color: #008000;
}

A IMG {
	border-width: 0px;
}

.dateLine
{
    font-style: italic;
}

.commonLinks
{
    font-size: smaller;
    font-style: italic;
    text-align: right;
}
