@charset "UTF-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2d2c1c;
	background-color: #FFFFEE;
	height: auto;
}
.oneColFixCtrHdr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFEE;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana;
	height: auto;
	vertical-align: middle;
	padding: 0 20px;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
h1   {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "ExPonMM_175 LT";
}
h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Euphemia UCAS Italic";
	color: #24300a;
}
.h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Euphemia UCAS Italic";
	color: #24300a;
	line-height: 150%;
	display: block;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFEE;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
}
#footer  {
	padding: 5px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFEE;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right;
	height: 175px;
	width: 820px;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #2d2c1c;
}
#script{
	position : absolute;
	top : 50px;
	text-align : left;
	font-family: "Euphemia UCAS Italic";
	font-size: 18px;
	text-transform: lowercase;
	color: #56406D;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.3em;
	right: 250px;
}
a:hover {
	color: #6666CC;
	text-decoration: none;
}
a {
	color: #324300;
	font-family: Verdana;
	text-decoration: none;
}
#ul {
	text-decoration: none;
	list-style-type: none;
	width: 340px;
	font-size: 120%;
	line-height: 200%;
	float: left;
	height: 250px;
	vertical-align: middle;
	padding: 20px 0 0 0;
	overflow: visible;
}
#li {
	text-indent: 25px;
	text-align: left;
	text-decoration: none;
}
#ul  a {
	font-size: 85%;
	color: #324300;
	line-height: 150%;
	text-decoration: none;
}
#ppl {
	margin: 0 0 0 0;
	padding: 0px;
	height: 25px;
	width: 200px;
}
#flash {
	display: block;
	clear: none;
	float: left;
	height: 275px;
	width: 250px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0 70px;
	overflow: visible;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#text {
	float: left;
	height: 105px;
	width: 780px;
	text-align: center;
	padding: 0 20px 0 0;
	overflow: visible;
}

.mbf-item { display: none; 
}
#navigation {
	display: block;
	height: 45px;
	width: 800px;
	margin-top: 15px;
	overflow: visible;
}
#txtbg {
	width: 780px;
	height: auto;
	background-image: url(images/bg2.png);
	padding: 2px 5px 0 5px;
	}
.nav {
	width: 130px;
	height: 35px;
	border: 1px solid silver;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	box-shadow: #333 2px 3px 6px;
	-moz-box-shadow: #333 2px 3px 6px;
	-webkit-box-shadow: #333 2px 3px 6px;
	display: inline;
}