﻿	/* page container */
body
{
text-align: center;
margin:0;
padding:0;
border:0;			/* This removes the border around the viewport in old versions of IE */
width:100%;
background:#ffff88;
min-width:600px;	/* Minimum width of layout - remove line if not required */
font-size:90%;		/* The min-width property does not work in old versions of Internet Explorer */
}
h1	{
	color:blue;
	text-align:center;
	font-weight:bolder;
	font-family:Georgia, Helvetica, sans-serif
	}
h2	{
	color:blue;
	text-align:center;
	font-weight:bolder;
	font-family:Georgia, Helvetica, sans-serif
	}
h3 	{
	margin:0px;
	font-family:Georgia;
	color:blue;
	padding:5px 0;
	text-align:center;
	}
h4 	{
	margin:0px;
	font-family:Georgia;
	color:blue;
	text-align:center;
	}
p
{
text-align:left;
text-indent:1.4em;
text-align:justify;
}
#container
{
width: 100%;
margin: 0px auto;
overflow: hidden;
}
#top
{
border-bottom: medium #DAA520 groove;
}
hr{width:90%;color:#DAA520;}
.nobdr{border-style:none}
.img2{border-style:none}
#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 230px;
margin: 0;
padding:8px;
margin-bottom: -1000px;
padding-bottom: 1000px;
}

#content
{
margin-left: 235px;
border-left: medium #DAA520 groove;
padding: 1em;
margin-bottom: -1000px;
padding-bottom: 1000px;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: medium #DAA520 groove;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }