@charset "utf-8";
body {
	font: 100% 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;
	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;
	background-color: #FFF;
}
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg_yellow.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-image: url(images/bg_orange.gif);
	background-repeat: repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 120px;
	width: 780px;
	vertical-align: middle;
	padding-top: 50;
	padding-right: 0;
	padding-bottom: 50;
	padding-left: 0;
	color: #FF6;
	font-weight: bold;
}

#topnav {
	float: left;
	width: 780px;
	text-align: center;
	background-image: url(images/bg_orange.gif);
}
#topnav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
#topnav li {
	list-style-type: none;
	display: inline;
	background-image: url(images/bg_orange.gif);
}
#topnav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6;
	text-decoration: none;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right-width: thin;
	border-right-style: inset;
	border-right-color: #FFFFFF;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(images/bg_orange.gif);
	font-weight: bold;
}
#topnav a:hover {
	color: #F00;
	background-color: #FF6600;
	font-weight: bold;
}

#mainContent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F30;
	background-image: url(images/bg_yellow.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.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: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.menuname {
	font-size: 18px;
	font-weight: bold;
	color: #930;
}
.menu-titles {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #990;
}
