* {
	font-family: Arial, Verdana, sans serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	outline: 0;
}
img {
	border: 0;
}
body {
	background: url('../images/floor.png') center center repeat;
}
th {
	color: #1d2b12;
	font-weight: bold;
	text-align: left;
}
a {
	color: #1d2b12;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
b {
	color: #1d2b12;
}
#mainContainer {
	background: url('../images/background.png') top center repeat-y;
}
#subContainer {
	background: url('../images/footer.png') bottom center no-repeat;
	text-align: center;
}
input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #aaa;
	padding: 1px;
	background: #f3f3f3;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	border: 1px solid #aaa;
	padding: 1px;
	background: #f3f3f3;
	cursor: pointer;
}
label, input[type="checkbox"], input[type="radio"] {
	cursor: pointer;
}
.header {
	background: url('../images/header.png') top center no-repeat;
	text-align: left;
	width: 741px;
	height: 350px;
}
.header a {
	font-size: 14px;
}
.body {
	text-align: left;
	width: 731px;
	padding: 10px 5px 15px 5px;
	font-size: 14px;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #1d2b12;
	margin: 5px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
}
.content {
	padding: 5px 15px 5px 15px;
	text-align: justify;
}
.topic {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #1d2b12;
}
.footer {
	text-align: center;
	width: 741px;
	color: #1d2b12;
	font-size: 11px;
	height: 60px;
}
.foal {
	width: 100%;
}
.foal td, .foal th {
	padding: 2px;
	width: 33%;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}
.gt {
	width: 100%;
	border: 2px solid #1d2b12;
}
.gt th {
	text-align: center;
	color: #eee;
	background: #1d2b12;
	padding: 3px;
}
.gt span {
	font-size: 9px;
}
.gt td {
	width: 20%;
	padding: 3px;
}
.paddedTable td {
	padding: 3px;
}
.paddedTable th {
	padding: 3px;
}
.even {
	background: #c2c99d;
}
.odd {
	background: #d8deb4;
}
.even .writeIn {
	background: #c2c99d;
	border: none;
	border-bottom: 2px solid #1d2b12;
}
.odd .writeIn {
	background: #d8deb4;
	border: none;
	border-bottom: 2px solid #1d2b12;
}
/*MENU*/
ul.menu {list-style:none; margin:0; padding:0; text-align:left; width:630px}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#1d2b12; text-decoration:none; background:url('../images/menu-spacer.png') center right no-repeat; padding-right:30px}
ul.menu .last {background:none;padding-right:0px}
ul.menu a:hover {display:block;color:#1d2b12; text-decoration:underline}
ul.menu li {position:relative;float:left; white-space:nowrap}
ul.menu ul {position:absolute;top:15px;left:-10px;display:none;opacity:0;list-style:none;border:1px outset #1d2b12}
ul.menu ul li {margin:0}
ul.menu ul li a {display:block;padding:3px 7px 5px;background:#e8ecd1;width:128px;font-weight:bold}
ul.menu ul li a:hover {color:#1d2b12; background:#f8faef}
ul.menu ul ul {left:128px; top:-1px}
ul.menu .sub {padding:3px 7px 3px 15px; font-weight:bold; width:128px}
ul.menu .topline {background:#e8ecd1; padding-top:10px}
ul.menu .topline:hover {background:#f8faef}
ul.menu .bottomline {background:#e8ecd1; padding-bottom:10px}
ul.menu .bottomline:hover {background:#f8faef}
