@charset "utf-8";
/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, strike, strong, b, u, i,  ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
/* Basic CSS styles*/
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 17px;
	overflow: hidden;
}
p {
}
a {
	text-decoration: none;
	color: #66F;
}
a:hover {
	text-decoration: none;
	color: #C6C;
}
a:active {
	text-decoration: none;
	color: #C00;
}
/* advanced CSS def*/
img.bck {
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
	min-width:900px;
	min-height:675px;
	z-index: -10;
}
.small {
	padding: 5px;
	font-size: 9px;
	line-height: 12px;
	color:#666;
}
.content {
	padding: 5px;
}
.indent {
	text-indent: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight:bold;
}
#mainmenu {
	padding:5px;
	position:absolute;
	top:25px;
	left:30px;
	min-width:405px;
	height:auto;
	z-index:12;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#menubox {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	position:absolute;
	z-index:9;
	left: 30px;
	bottom: 40px;
	height: auto;
	width: 350px;
	text-align:left;
	line-height: 14px;
}
#menubox td, menubox th {
	padding: 0px;
}
#menubox th {
	color:#FFF;
	padding-bottom:2px;
	font-weight:bold;
	text-align:left;
	text-indent:-2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer {
	position:absolute;
	z-index:8;
	left: 30px;
	bottom: 10px;
	color:#FFF;
	width: 760px;
	height: auto;
}