body {
	font-family: "Trebuchet MS";
	background-color: #c2d0bc;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.pane {
	width: 750px;
	height: 430px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -215px;
	margin-left: -375px;
}
.subpane {
	width: 750px;
	position: absolute;
	left: 50%;
	margin-left: -375px;
}
.freeze {
	height: 410px;
	background-image: url(../images/background_1.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.subfreeze {
	height: 80px;
	background-image: url(../images/background_3.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.footer {
	height: 20px;
	background-image: url(../images/background_2.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.content_top {
	height: 10px;
	background: url(../images/plate_top.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
.content_mid {
	background: url(../images/plate_mid.jpg);
	background-position: center;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}
.content_bot {
	height: 10px;
	background: url(../images/plate_bot.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
a:link {
	text-decoration: none;
	color: #336600;
}
a:active {
	text-decoration: none;
	color: #336600;
}
a:visited {
	text-decoration: none;
	color: #336600;
}
a:hover {
	text-decoration: underline;
	color: #669900;
}
.ediweb {
	width: 300px;
	float: left;
	padding: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #ffcc33;
}
.topmenu {
	width: 300px;
	float: right;
	padding: 8px;
	font-size: 10px;
	color: #ffffff;
	text-align: right;
}
.menupane {
	width: 362px;
	height: 212px;
	position: absolute;
	top: 180px;
	left: 370px;
	background-image:url(../images/menuback.gif);
	padding: 0px 0px 0px 4px;
	background-repeat:no-repeat;
}
.quote {
	width: 146px;
	height: 50px;
	position: absolute;
	top: 134px;
	left: 127px;
	padding: 0px 0px 0px 4px;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
}
.splashmenutiem {
	padding: 6px 2px 3px 6px;
	font-size: 13px;
	font-weight: bold;
	color: #ffcc33;
}
.splashmenutiemon {
	padding: 6px 2px 3px 6px;
	font-size: 13px;
	font-weight: bold;
	color: #ffcc33;
	background-image:url(../images/select.gif);
	background-position: left center;
	background-repeat:no-repeat;
}
a:link.splash {
	text-decoration: none;
	color: #ffcc33;
}
a:active.splash {
	text-decoration: none;
	color: #ffcc33;
}
a:visited.splash {
	text-decoration: none;
	color: #ffcc33;
}
a:hover.splash {
	text-decoration: none;
	color: #FFFF00;
}
.menuitem {
	padding: 2px 0px 4px 8px;
}
a:link.sidemenu-level1 {
	text-decoration: none;
	color: #336600;
	font-weight: bold;
}
a:active.sidemenu-level1 {
	text-decoration: none;
	color: #336600;
	font-weight: bold;
}
a:visited.sidemenu-level1 {
	text-decoration: none;
	color: #336600;
	font-weight: bold;
}
a:hover.sidemenu-level1 {
	text-decoration: none;
	color: #ffcc33;
}
.cell-title {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 13px;
	color: #336600;
}
a:link.topmenu-level1 {
	text-decoration: none;
	color: #ffffff;
}
a:active.topmenu-level1 {
	text-decoration: none;
	color: #ffffff;
}
a:visited.topmenu-level1 {
	text-decoration: none;
	color: #ffffff;
}
a:hover.topmenu-level1 {
	text-decoration: none;
	color: #FFFF00;
}
input {
	font-family: "Trebuchet MS";
	background-color: #DBE8DD;
	border: 1px solid #003300;
	font-size: 10px;
	color: #000000;
}
button {
	font-family: "Trebuchet MS";
	background-color: #DBE8DD;
	border: 1px solid #003300;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}