@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: black;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
}
.oneColFixCtr #container {
/*	width: 780px;*/  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*width:1004px;*/
	width: 1250px;
	/*background:#dd9944;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* overrides the text-align:center on the body element */
}
.oneColFixCtr #mainContent {
	/*padding: 0 10px;*/ /* padding is the space inside the div box and margin is the space outside the div box */
padding: 41px 110px; /*top/bottom, sides*/
color:white;
font-family: "Engravers Roman BT",Georgia,"Times New Roman",Times,serif;
font-size:18.0pt;
/*width:1040px;*/
}

/*link="#ffff00" vlink="#ffcc44" alink="#dd9944"*/
a:link { color:#ffff00 }
a:visited { color:#ffcc44 }
a:hover { color:orange; }

/* *.menubar { padding:5px; text-align:center; font-family:'MV Boli','Comic Sans MS',cursive; }*/
*.menuitem { height:20px; margin-right:10px; border:none;
} /* border:none is for IE */
*.menuitem1 { height:25px; margin-right:10px; border:none;
font-size:16.0pt; font-variant:normal; font-style:italic; font-weight:bold;
} /*homepage*/
*.menuitemlast { height:20px; border:none; }
*.menuitemlast1 { height:25px; border:none; } /*homepage*/
*.foreground {
	background-color:#773300;
	color:white;
	margin-left:20px; margin-right:20px;
	font-size:12.0pt;
/*	font-family:"Verdana","sans-serif";*/
	width:75%;
	border:thin; border-color:yellow; border-style:solid;
	font-family:Verdana,Geneva,sans-serif; font-variant:normal;
	position:relative; z-index:9;
opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */
}
h4.foreground { 
	font-size:14.0pt;
	padding-bottom:10px; padding-top:10px; 
}

.pop {
	color:saddlebrown; font-size:small;
	text-align:left;
	font-family:Verdana,Geneva,sans-serif; font-variant:normal;
}
a.pop:link, a.pop:visited {
 color:#773300;
}
a.pop:hover {
 color:orange;
}
