#wrapper {
	margin: 0px;
	padding: 0px;
	width: auto;
}
#header {
	height: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FDDB1D;
	width: auto;
}
#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FDDB1D;
	padding-left: 10px;
	position: relative;
	top: auto;
	left: 0px;
	float: none;
	width: 100%;
	color: #000;
	bottom: auto;
}
.hyperlinknoline {
	text-decoration: none;
	color: #000;
}

#leftmenu {
	float: left;
	width: 140px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}


#menu {
	height: 25px;
	background-color: #FDDB1D;
	width: auto;
}
#submenu {
	height: 25px;
	background-color: #C00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: oblique;
	font-weight: bold;
}
#mainbody {
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	float: none;
}
.hyperlinkline {
	color: #000;
}
