@charset "UTF-8";
/* CSS Document */

/* pushes the page to the full capacity of the viewing area */
html {
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	background-color:#000000;
	
}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {
	display:none;
}
/* places the content ontop of the background image */
#content {
	position:relative; 
	z-index:1;
}


.lane{
	width:700px;
	margin:auto;
	padding-top:50px;
}

h1{
	font-size:13px;
	font-weight:bold;
	color:#251a06;
	
}
p{
	margin: 6px 0 6px 0;
}

.left{
	width:125px;
	float:left;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

.right{
	width:550px;
	margin-left:25px;
	float:right;
	margin-top:145px;
}

.menu{
	background-color:#ffffff;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	margin-top:20px;
	background: rgba(255, 255, 255, 0.95);
	opacity: 0.95;
	zoom:1;
}
.menu ul{
	list-style:none;
	padding:4px 0px 6px 0px;
	margin:0px
}
.menu ul li{
	margin-bottom:4px;
}
.subMenu{
	display:none;
}

.subMenu ul li{
	font-size:11px;
	
}
.bodyText{
	background-color:#ffffff;
	background: rgba(255, 255, 255, 0.95);
	opacity: 0.95;
	zoom:1;
	padding:15px 20px 15px 20px;
}
.footer{
	background-color:#ffffff;
	margin-top:50px;
	font-size:10px;
	background: rgba(255, 255, 255, 0.95);
	opacity: 0.95;
	padding:7px 20px 7px 20px;
}
a, a:link, a:visited{
	text-decoration:none;
	color:#000000;
}
a:hover{
	color:#663399;
}
a img, img{
	border:none;
}

.bodyText a, .bodyText a:link, .bodyText a:visited{
	color:#663399;
}
.bodyText a:hover{
	color:#FF5F55;
}
.miniText{
	font-size:11px;
}
