@charset "UTF-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	margin-top: 50px;
}
.oneColFixCtrHdr #container {
	width: 880px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(menu_pict.jpg);
	height: 660px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #header {
	background: transparent;
	padding-top: 165px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 25px;
}
.oneColFixCtrHdr #mainContent {
	background: transparent;
	padding-top: 30px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
	font-size: 80%;
	font-weight: 100;
	height: 380px;
	line-height: 1.8em;
}
.oneColFixCtrHdr #footer {
	background:transparent;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: none;
	height: 300px;
	width: 325px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 15px;
	margin: 0px;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	height: 300px;
	padding-left: 45px;
	margin-top: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

a.header:link {
	text-decoration: none;
	color: #407630;
}
a.header:visited {
	text-decoration: none;
	color: #407630;
}
a.header:hover {
	text-decoration: none;
	color: #990000;
}
a.header:active {
	text-decoration: none;
}
