/*----------------- Defaults --------------------*/

* {
	padding:0px;
	margin:0px;
}
body {
	background: #9FA9B3 url(../images/page_background.jpg) repeat-x;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center
}
p, li {
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #000000;
}
h1 {
	font-size: 1.7em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 8px;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 8px;
}
h4 {
	color: #000000;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 2px;
}
ol, ul {
	margin-left: 25px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.MenuSubheading {
	font-size: .9em;
	font-style: italic;
	color: #697076;
	margin-top: 25px;
}
.AnnouncementText {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.AnnouncementLink {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: .9em;
}
#form1 p {
	margin-top: 15px;
	margin-bottom: 0px;
}

/*------------------- Containers ----------------------*/

#wrap {
	margin: 0 auto;
	border-top: 0;
	width:800px;
	text-align: left;
	background-color: #0A3D01;
}
#menu {
	width:175px;
	background-color:#0A3D01;
	vertical-align: top;
}
#content {
	background-color: #D9F3C2;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 50px;
	padding-left: 25px;
	min-height:500px;
	_height: auto !important;
	height: 500px;
	vertical-align: top;
}
.Announcement {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 5px;
}
.FormText {
	margin-top: 10px;
	margin-bottom: 0px;
}

