body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#FFF;
	margin:0;
}
img			{
	border:0;
}
#container	{
	width:800px;
	margin:0px auto;
	position:relative;
	background:#FFF;
}
#header		{
	height:150px;
	background:#FFF;
}
#leftcol	{
	width:170px;
	float:left;
}
#ritecol	{
	width:611px;
	float:right;
	border-top:2px solid #039;
	margin-right:14px;
}
#footer		{
	clear:both;
	background:#FFF;
	border-top:2px dotted #999999;
}
#byline		{
	text-align:center;
	font-size:9px;
	padding:3px
}
#byline a	{
	text-decoration:none;
	color:#000;
}
#byline a:hover	{
	text-decoration:underline;
}

.leftmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007DC1;
	text-decoration: none;
}
a.leftmenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007DC1;
	text-decoration: underline;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
a.text:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
}
.menucell {
	display:block;
	border-bottom:1px solid #B7C5D4;
	width:140px;
	padding-top:5px;
	padding-bottom:5px;
	font-family:"Trebuchet MS",Arial;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	color:black;
	text-decoration:none;
}
a.menucell	{
	color:black;
	text-decoration:none;
}
.menucell:hover {
	background-color:#CF3;
}
#onpage {
	background-color:#B7C5D4;
}
.menucol {
	padding-right:10px;
	padding-top:100px;
}
.menuword {
	font-family:"Trebuchet MS",Arial;
	font-size:12px;
	font-weight:bold
}
.listing	{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:3px dotted #9F0;
}
.wrong	{
	visibility:hidden;
	color:red;
	font-weight:bold;
	font-size:10px;
	font-family:Verdana,Arial;
	background-color:yellow;
	text-align:center
}
ul.menu	{
	list-style-type: none;
	padding:0px;
	margin:0px;
	width:140px;
	font-family:"Trebuchet MS",Arial;
	font-size:12px;
	font-weight:bold;
	list-style-type: none;
}
ul.menu li	{
	border-bottom:1px solid #B7C5D4;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	background-color:#FFFFFF;
}
ul.menu li a	{
	text-decoration:none;
}
ul.menu li a:hover	{
	background-color:#F1FFB7;
}
ul.menu li #stay	{
	background-color:#B7C5D4;
}
a.button	{
	text-decoration:none;
	font-size:9px;
	background-color:#CFF;
	padding:3px;
	border:1px solid #999
}
a.button:hover	{
	background-color:#FC0
}
#notice	{
	padding:5px;
	color:#F30;
	font-size:10px;
	margin-top:120px;
	border:1px solid #06C;
}
#overlay	{
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	text-align:center;
	vertical-align: center;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display:none;
}
#loading	{
	position:relative;
}
.headtitle	{
	font-family:"Trebuchet MS",sans-serif;
	font-size:14px;
	font-weight:bold;
	color:white;
	letter-spacing:1em;
	background-color:#039;
	width:100%
}
