body
    {
	margin: 0px 0px;
	text-align: center;
	}

h1
    {
	font-size: 2em;
	font-variant: small-caps;
	color: #996600;
	}
	
h2
    {
	font-size: 1.6em;
	font-variant: small-caps;
	color: #996600;
	}
	
h3
    {
	font-size: 1.2em;
	font-variant: small-caps;
	}
	
td
    {
	font-size: 1.1em;
	font-variant: small-caps;
	}
	
p
    {
	font-size: 1em;
	}
	
input, select, textarea
    {
	font-size: 1em;
	font-family: georgia, times, serif;
	background: #FDFCF9;
	vertical-align: middle;
	}
	
.clear
    {
    clear: both;
   /*** these next attributes are designed to keep the div height to 0 pixels high, critical for Safari and Netscape 7 ***/
   height: 1px;
   overflow: hidden;
   margin-bottom: -1px;
   }
   
/*** stops IE browsers from displaying the clear div/br in the page, as these are for Moz/Opera and Safari only. If IE 5.x Win DID display these, the page is too high ***/
* html .clear
    {
	display: none;
    } 

#wrapper
    {
	margin: 0px auto;
	text-align: left;
	width: 600px;
	font-family: georgia, times, serif;
	font-size: 0.7em;
	padding: 0px 20px 0px 0px;
	color: #444;
	background-color: #fdf9eb;
	background-position: right;
	background-repeat: repeat-y;
	}
	
#banner
    {
	width: 584px;
	height: 156px;
	padding: 8px;
	background-image: url(../static_images/banner.jpg);
	}
	
#accesskey
    {
	display: none;
	}

#highlights
    {
	display: none;
	}
	
#body
    {
	width: 600px;
	background-image: url(../static_images/body.jpg);
	padding-top: 20px;
	float: right;
	}
	
#footer
    {
	width: 586px;
	padding: 8px;
	background-color: #FFE89E;
	}
	
ul#mainnav
    {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFE89E;
	}
	
ul#mainnav li a:link, ul#mainnav li a:visited
    {
	padding: 4px;
	display: block;
	text-decoration: none;
	font-weight: bolder;
	font-size: 1.2em;
	font-variant: small-caps;
	color: #996600;
	width: 280px;
	}
	
ul#mainnav li
    {
	border-top: 1px solid #fdf9eb;
	}
	
ul#mainnav li a:hover
    {
	background-color: #996600;
	color: #FFE89E;
	}
	
p img
    {
	float: left;
	margin: 0px 8px 8px 0px;
	display: inline;
	}
	
#highlights img
    {
	padding-top: 1px;
	}	
	
h1, h2, h3, p, table, td, textarea
    {
	margin: 8px;
	}
	
#banner h1
    {
	display: none;
	}
	
table h5, table p
    {
	display: inline;
	}
	
a:link, a:visited
    {
	text-decoration: none;
	font-variant: small-caps;
	color: #996600;
	font-weight: bolder;
	}
	
a:hover
    {
	color: #4F3400;
	}	
	
.copy
    {
	padding: 8px;
	}
	
.formwidth
    {
	width: 220px;
	}
	
.formleft
    {
	width: 142px;
	height: 28px;
	float: left;
	text-align: right;
	}
	
.formright
    {
	width: 250px;
	height: 28px;
	float: right;
	text-align: left;
	}
	
.formleft p, .formleft h3, .formright p
    {
	margin: 2px 8px 2px 0px;
	}
	
textarea
    {
	width: 370px;
	height: 100px;
	}

.large_text
    {
	text-decoration: none;
	padding: 4px;
	font-weight: bolder;
	font-size: 1.2em;
	font-variant: small-caps;
	color: #996600;
	}

#new
   {
	display: none;
	}