﻿body 
{
	margin: 15px auto 15px auto;
	padding: 0;
	min-width: 779px;
	text-align: center;
	background: #f79c04;
	background-position: top;
	background-image: url('images/layout/page-back.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
}

p
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	margin: 3px;
}

li 
{
	font-size: 10pt;
}

h1
{
    padding: 0;
    margin: 0;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: x-large;
    color: #197a30;
}

h2
{
    padding: 0;
    margin: 0;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: large;
    color: #197a30;
}

h3
{
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: medium;
	color: #197a30;
}

form{margin: 0; padding: 0;}


/*Layout Styles*/


#maindiv
{
	width: 779px;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: center;
	border: solid 2px #197a30;
	background-color: #197a30;
}

#masthead
{
	margin: 0px;
	padding: 0px;
	background-color: #197a30;
	overflow: auto;
	white-space: nowrap;

}

#masthead img
{
	padding:0;
	margin: 0;
}

#pagehead
{
	margin: 0;
	padding: 3px;
	text-align:right;
	background-color: #197a30;
	background-position: bottom;
	background: url('images/layout/est-1855.gif');
	background-repeat: no-repeat;

}

#container
{
	position: relative;
	width: 100%;
	max-width: 779px;
	background: url('images/layout/container-back.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #ffffff;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	overflow: visible;
	text-align: left;
}

#menu 
{
	width: 140px;
	float: left;
	left: 0px;
	top: 0px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	background-color: #197a30;
}

#content
{
	margin-right: 0;
	margin-left: 0;
	text-align: left;
	padding: 8px;
	width: 461px;
	min-height: 600px;
	overflow: auto;
}

#content td {font-size: 10pt;}

#content h2{margin-bottom: 2px; margin-top: 0; font-size: 14pt; border-bottom: solid 1px black;}


/* Department styles */


#deptcontent{padding: 5px;}

.deptHint{color: Silver; font-size: 10pt; font-weight: bold; margin-bottom: 0;}

#deptcontent h2{font-size: 12pt; margin-top: 10px; margin-bottom: 2px; border: none;}
#deptcontent h3{font-size: 11pt; font-weight: bold; border-bottom: solid 1px black;}
#deptcontent h4{font-size: 11pt; border-bottom: solid 1px black;}

#subnav {
	width: 142px;
	position: absolute;
	right: 5px;
	top: 3px;
	margin: 0;
	padding-top: 0;
		padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	overflow: visible;
}

#subnav h4 {font-size: .75em; border-bottom: solid 1px green; margin-bottom: .5em;}
#subnav ul {margin: 0; padding: 0;}
#subnav li {margin: 0; margin-left: .75em; padding: 0; font-size: .75em; line-height: 1.2em; list-style-type: square; }
#subnav a {text-decoration: none;}

#copyright
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	color: White;
	background-color: #197a30;
	text-align: center;
	padding: 2px;
}
.copyright A:link   {color: #ffffff; text-decoration: none; }  
.copyright A:visited { color: #ffffff; text-decoration: none }
.copyright A:hover   { color: #ffffff; text-decoration: underline }
.copyright A:active  { color: #ffffff; text-decoration: none }
 

#notices h1 {
	font-size: 10pt;
	background-color: #197a30;
	color: White;
	padding: 2px;
	border: solid 1px black;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 12px;
}

#notices h2 {font-size: 8pt; border: none;}
#notices h3 {font-size: 11pt; border: none; margin-top: 0; margin-bottom: 0;}
#notices p {margin-top: 0; margin-bottom: 2px;}
#notices hr {height: 1px; color: #197a30;}
