﻿body
{
	font-family:verdana;
	font-size:10pt;
	margin:20px;
	padding:0;
}
div
{
    border:0px dashed black;
    width:1000px;
}
a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
td
{
	vertical-align:top;
}
/*-----------------------------------------------------------------------*/
.smalltext
{
	font-size:9pt;
}
.tablecompact
{
	font-size:9pt;
}
.tablecompact td
{
	padding-bottom:10px;
}
.footeraddress
{
	font-family:Courier New;
	font-size:12pt;
	font-weight:bold;
	margin-top:90px;
}
/*-----------------------------------------------------------------------*/
div#header
{
}
div#navigation
{
    float:left;
    height:560px;
    width:320px;
}
div#navigation a
{
    display:block;
	color:#990000;
	display:block;
	font-family:courier new;
	font-size:14pt;
}
div#navigation img
{
	height:240px;
	width:320px;
	padding-top:70px;
}
div#main
{
    height:560px;
    width:640px;
    margin-left:360px;
}
div#main h4
{
	font-family:courier new;
	font-size:14pt;
	font-weight:bold;
}
div#footer
{
    clear:both;
    height:60px;
}
