@charset "utf-8";
/* CSS Document */

/*formats the main body of the site*/
body	{
	margin:0;
	padding:0;
	text-align:center; /*IE centering hack*/
	color:#fff;
	background-image:url(images/background.jpg);
	background-color:#717373;
	background-repeat:repeat-x;
	}

/*this is the container that contains all the content in the site*/
#container {
	width: 800px;
	background-color:#173757;
	text-align:center; /*IE centering hack*/
	background-position:top center;
	margin:0 auto; /*proper way to CSS center*/
	position:relative; /*makes container the containing block */
	text-align:left; /*overrides the body text align */
	border:solid 3px;
	border-color:#173757;
	margin-top:15px;
	margin-bottom:15px;
	}

/*class for the header section (pic with the grass)*/
.head	{
	width:800px;
	height:200px;
	background-image:url(images/headerLogo.jpg);
	}

/*section that formats the menu section*/
.subhead	{
	width:780px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75rem;
	font-style:normal;
	background-color:#173757;
	margin-left:0px;
	}

/*a class for the main content area*/
.main {
	width:755px;
	background-color:#fff;
	padding-left:45px;
	padding-top:10px;
	padding-bottom:25px;
	color:#173757;
	}

.main h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.125rem;
	font-style:normal;
	color:#000000;
	margin-left:40px;
	text-align:left;
}

.main h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.125rem;
	font-style:normal;
	color:#000000;
	margin-left:40px;
	text-align:center;
}

.main h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:0.9375rem;
	font-style:normal;
	color:#000000;
	text-align:center;
	margin-left:40px;
}

.main h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:0.9375rem;
	font-style:normal;
	color:#000000;
	text-align:left;
	margin-left:40px;
}

.main p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.875rem;
	font-style:normal;
	color:#000000;
	text-align:left;
	margin-left:40px;
	margin-right: 3em;
}

.main a {
	text-decoration=none;
	color:#000;
}

.main a:hover {
	text-decoration=none;
	color:#2f72b4;
}

.main a:visited {
	text-decoration=none;
	color:#2f72b4;
}

.rightalign p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.875rem;
	font-style:normal;
	color:#000000;
	text-align:right;
	margin-right:10px;
}

.rightalign a {
	text-decoration:none;
	color:#000;
}

.main table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.875rem;
	font-style:normal;
	color:#000000;
	text-align:left;
	margin-left:30px;
}

.main ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.875rem;
	font-style:normal;
	color:#000000;
	text-align:left;
	height:110%;
}

li {
	list-style-position: outside;
	padding-left:  0;
	margin-left: 3em;
	margin-right:3em;
}

/*a class for the footer area*/
.footer	{
	width:800px;
	font-size: .9rem;
	/*height:50px;*/
}

.footer	a:link{
	color:#FFF;
}

.footer	a:visited{
	color:#FFF;
}

/*Below are the styles that format the menu and the drop downs*/

#sddm
{	margin: 0;
	/*padding: 10px;*/
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 0.875rem arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 6px 15px;
	/*width: 100px;*/
	background: #173757 ;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{	background: #2f72b4;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #2f72b4;
	border: 1px solid #2f72b4;
	z-index:30;
}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #2f72b4;
	color:#FFF;
	font: 0.75rem arial;
	z-index:30;
}

#sddm div a:hover
{	background: #173757;
	color:#FFF;
	z-index:30;
	border: 1px solid #173757;
	}

/*end of drop downn menu styles*/
