body {
	font-family: verdana, arial;
}
/*#bodyTbl {
	border: solid 1px #000;
	margin: 0px;
	padding: 0px;
	width: 80%;
	height: 80%;
	border-collapse: collapse;
}
#headerRow {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	height: 80px;
}
#contentsCell {
	width: 100%;
}
#menuCell {
	vertical-align: top;
	border:solid 1px #000;
}*/
#updated {
	position: absolute;
	bottom: 0px;
	background-color: #333;
	color: #FFF;
	font-size: 10px;
	width: 150px;
	text-align: center;
}
.subMenu {
	text-align: left;
	background-color: #FFF;
	margin: 0px;
	margin-left: 5px;
	padding: 2px 4px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	color: #666;
}
.subMenu:hover {
	text-decoration: underline;
}
									
#debug {
	font-size: 10px;
	position: absolute;
	z-index:1;
}
div.topMenu, div.subMenu {
	cursor: default;
}

.topMenu {
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 12px;
	margin: 5px;
	text-align:center;
	padding: 8px 6px;
	font-weight: bold;
	background-color: #FAFAFA;
	/*cursor: pointer;*/
	border-color: #CCC;
	border-width: 1px;
	border-style: none;
}
.topMenu:hover {
	border-style: solid;
	padding: 7px 5px;
}
#menu em {
	display: block;
	font-weight: normal;
	font-size: 10px;
}
#background {
	width: 306px;
	height: 372px;
	background-image: url('imgs/background.gif');
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#motto {
	position: fixed;
	z-index: 9;
	color: #FC0;
	font-size: 18px;
	padding: 1px;
	padding-right: 20px;
	bottom: 0px;
	left: 222px;
	right: 0px;
	text-align:right;
	font-style: italic;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
#page {
	width: 100%;
	background-color: #FFF;
	border: solid 1px #222;
	position: absolute;
	margin: auto;
	z-index: 5;
}
#title{
	width: 100%;
	text-align: right;
}
#title h2 {
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #FC6;
}
#title h1 {
	font-size: 22px;
	font-weight: normal;
	color: #EA7500;
	margin: 2px;
	margin-right:50px;
	vertical-align: text-top;
}
#title h1 b, #title h1 em {
	font-size: 32px;
	font-style: normal;
}
#title span {
	display: block;
	font-size: 10px;
	padding: 5px;
	color: #CCC;
}
#title span a {
	text-decoration: none;
	color: #000;
}
#title span a:hover {
	text-decoration: underline;
}
#body {
	padding: 20px;
	padding-left: 0px;
}
#menu {
	float: right;
	padding: 10px;
	padding-top: 0px;
	padding-right: 30px;
}
#menu h1 {
	font-size: 10px;
	color: #CCC;
	font-weight: normal;
	text-align: left;
	margin: 0px;
}
#positioner {
	position:relative;
	margin: 0 auto;
	width: 80%;
	/*z-index: 5;*/
}
#contents {
	text-align: left;
	padding: 20px;
	font-size: 14px;
}

#contents a {
	text-decoration: none;
	color: #EA7500;
}
#contents a:hover {
	text-decoration: underline;
}
#news {
	display: inline;
	padding: 5px;
	float: left;
	color: #666;
	font-size: 10px;
	text-align: left;
}
#news a {
	margin-left: 10px;
	display: block;
	text-decoration: none;
	color: #666;
}
#news a:hover {
	text-decoration: underline;
}
#contents h1 {
	color: #EA7500;
	font-size: 20px;
}
#contents h2 {
	font-size: 17px;
	color: #FC6;
	margin-left: 7px;
}
#contents h3 {
	font-size: 15px;
	margin-left: 15px;
	color: #FC6;
}
#contents p {
	margin-left: 20px;
}
.lastLogin {
	font-size: 10px;
	color: #CCC;
}
.error {
	color: #FC0;
	font-weight: bold;
}
