﻿body
{
	margin:0px;
	padding:0px;
	font-family:Calibri, Geneva, Helvetica, Verdana, Arial, sans-serif;
	background-color:#727272;
}
.page
{
	height:100%;
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
.pageborder
{
	border-left:3px solid black;
	border-right:3px solid black;
}
.header
{
}
.header .banner
{
	background-color: #FFEE11;
	background-image: url('/img/banner_bkg.png');
	background-repeat: repeat-x;
}
.header .banner IMG
{
	float:left;
	position:relative;
	top:2.5em;
}
.header .contact
{
	text-align:right;
	padding-top:36px;
	padding-right:10px;
	padding-bottom:4px;
	font-size:90%;
}

.header .contact DIV
{
	vertical-align:bottom;
}

.header .nav
{
	background-color: black;
	padding: 4px 4px 4px 16px;
	font-size: larger;
}
.header A
{
	color: #DD2222;
	text-decoration: none;
	font-weight: bold;
}

.header A:hover
{

	text-decoration:underline;
}

.header .nav A
{
	color: white;
	padding-left: 5px;
	padding-right: 20px;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}
.header .nav A:hover
{
	color:yellow;
	text-decoration:underline;
}
.content
{
	padding: 16px;
	background-color: white;
}
.content-end
{
	clear:both;
}
H1, H2
{
	font-variant: small-caps;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #444444;
	font-style: italic;
}

h1
{
	font-size: 180%;
	margin-bottom: 0px;
	margin-top: 0.5em;

}

h2
{
	margin-bottom:0em;
	font-size:150%;
}

.content P
{
	margin-top: 0.5em;
	margin-bottom:1.2em;

}

.footer
{
	font-size:80%;
	border-top:3px solid black;
	padding-top:10px;
}
.copyright
{
	color:#DDDDDD;
	text-align:center;
	padding:4px;
}

TABLE .list1
{
	border:2px solid #444444;
	table-layout:fixed;
}

TABLE.list1 TD
{
	text-align:left;
	vertical-align:middle;
}

TABLE.list1 TH
{
	background-color:#444444;
	color:white;
}
