@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS";
	font-size: .9em;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FCFEDE;
}
#Wraper {
	background-color: #FCFEDE;
	width:870px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
#Header {
	
	height: 100px;
}
#MainContent {
	padding-top:10px;
	padding-bottom:10px;
}
#NavBar {
	/*background-image: url(../Images/Backgrounds/NavBar_green.jpg);
	background-repeat: repeat-x;*/
	height: 50px;
	padding-top: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FCFEDE;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer { 
	padding: 0px 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FCFEDE;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color:#327E4E;
	}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
.leftmargintable {
	height: 100%;
}
