﻿body 
{
    margin: 0;
    font-family: "Trebuchet MS", Arial, Helvetcia, sans-serif;
    min-width: 700px;
}

form {margin: 0; padding: 0;}

#maindiv{
	width: 780px;
	padding: 0;
	border-left: solid 1px green;
	margin: 0 auto 0 auto;
}

#masthead {
	margin: 0px;
	padding: 0px;
	border-right: solid 1px black;
	white-space: nowrap;
	height: 87px;
}

#masthead img {
	padding:0;
	margin: 0;
}

#pagehead{
	background-color: green;
	margin: 0;
	padding:3px;
	font-size: 10pt;
	color: white;
	font-weight: bold;
}

#container {
	position: relative;
	float: left;
	padding: 0 0 8px 0;
	background-position: left top;
	background-image: url('images/contentBkg.gif');
	background-attachment: scroll;
	background-repeat: no-repeat;
	min-height: 500px;
}


#menu {
	width: 150px;
	margin-top:6px;
	float: left;
	text-align: center;
	white-space: normal;
}

#content {
	/*border-right: solid 1px black;*/
	width: 472px;
	float: left;
	padding-top: 8px; 
}

#subnav 
{
	margin-top:6px;
	width: 140px;
	float: right;
}

#footer 
{
width: 780px;
clear: both;
padding: 5px 0 5px 0;
background-color: Navy;
}

#deptcontent{padding: 0;}

/* Text */

h1
{
    padding: 0;
    margin: 0;}

p{
	font-size: 10pt;
	margin: 3px;
}

#content td, li, p {font-size: 10pt;}

#content h2{margin-bottom: 2px; margin-top: 0; font-size: 14pt; border-bottom: solid 1px black;}

.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 green;}
#deptcontent h4{font-size: 11pt; border-bottom: solid 1px green;}

#subnav h4 {font-size: .75em; border-bottom: solid 1px green; margin-bottom: .5em;}
#subnav ul {margin: 0; padding-left: 1em;}
#subnav li {font-size: .75em; line-height: 1.2em; list-style-type: square;}
#subnav a {text-decoration: none;}


/* Equal-height column fix */

#copyright
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    color: White;
    text-align: center;
 }

#notices h1 {font-size: 10pt; background-color: Green; 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: Green;}