﻿body 
{
    margin: 0;
    font-family: Tahoma, Geneva, Verdana, Sans-Serif;
}

form {margin: 0; padding: 0;}

#maindiv{
	width: 1000px;
	padding: 0;
	border-left: solid 1px #006600;
	border-right: solid 1px #006600;
	margin: 0 auto 0 auto;
}

#masthead {
	margin: 0px;
	padding: 0px;
	border-right: solid 1px black;
	white-space: nowrap;
	height: 87px;
    width: 1000px;
}

#masthead img {
	padding:0;
	margin: 0;
}

#pagehead{
	background-color: #006600;
	margin: 0;
	padding:3px;
	font-size: 10pt;
	color: white;
	font-weight: bold;
}

#pageContent
{
    width: 670px;    
}

#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: 650px;
}


#menu {
	width: 150px;
	margin-top:6px;
	float: left;
	font-size: 18px;
	text-align: center;
	white-space: normal;
	text-align: center;
}

#content {
	float: left;
	padding-top: 8px;
	margin-top: 1px;
}

#rightNav 
{
	margin-top:6px;
	margin-right: 5px;
	margin-left: 5px;
	width: 165px;
	float: right;
}

#footer 
{
	width: 1000px;
	clear: both;
	padding: 5px 0 5px 0;
	background-color: #006600;
}

#deptcontent
{
	padding: 0;
    width: 650px;
}


h1
{
    padding: 0;
    margin: 0;}

p{
	font-size: 10pt;
	margin: 3px;
}

#content td, li, p {font-size: 10pt;}

#content h2{font-size: 14pt; border-bottom: solid 1px green; margin-bottom: 2px; margin-top: -5px}
.deptHint{color: Silver; font-size: 10pt; font-weight: bold; margin-bottom: 0;}

#deptcontent h1{font-size: 15pt; margin-top: 10px; margin-bottom: 2px; border: none;}
#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: 14pt; border-bottom: solid 1px green; margin-bottom: 2px; margin-top: -2px}

#rightNav h4 {font-size: .75em; border-bottom: solid 1px green; margin-bottom: .5em; margin-top: 5px;}
#rightNav ul {margin: 0; padding-left: 1em;}
#rightNav li {font-size: .75em; line-height: 1.2em; list-style-type: square; margin-bottom: .25em;}
#rightNav a {text-decoration: none; }


/* Equal-height column fix */

#copyright
{
    font-family: Tahoma, Geneva, Verdana, 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;}




