@charset "utf-8";

body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	font-size: 12px;
	color: #000000;
	text-align:center;
	background-repeat: repeat-y;
	background-color: #000000;
	background-position: center center;
}

#container {
	width: 750px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #FFFFFF;
	width: 750px;
	list-style-image: none;
	background-image: url(images/body-bkg.jpg);
	height: auto;
	background-repeat: no-repeat;
}

#main a {
	color:#003300;
	font-weight:bold;
	text-decoration: none;
}

#main a:hover {
	color:#00CC00;
	text-decoration: underline;
}

#header {
	background-color:#BDFC8F;
	background-image: url(images/header-bkg-short.jpg);
	height: 126px;
}

/* Menu */

#menu {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 100px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}

#menu ul {
	margin: 0;
}

#menu li {
	display: inline;
}

#menu a {
	height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	margin: 2px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}

#menu a:hover {
	background: #333333;
	color: #FFFFFF;
	text-decoration: underline overline;
}


/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	font-size: smaller;
	background-color: #54931E;
	color: #FFFFFF;
	text-align: center;
	height: 49px;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

#content {
	font-size:14px;
	line-height: 25px;
	overflow: auto;
	margin: auto;
	padding: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.fltrt {
	float:right;
}
.fltlt {
	float:left;
}
.clr {
	clear: both;
	height:0px;
	font-size:0px;
}
