a:link{color:#9900FF; text-decoration: none}
a:active{color:#9900FF; text-decoration: none}
a:visited{color:#9900FF; text-decoration: none}
a:hover{color:#9900FF; text-decoration: underline }

.bg {
	background:#000000
}

body {
	background:#000099
}

.scouts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
}

.menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#99cc00;
}

.titlefont {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	color:#339900;
}
	
#Center {
	width: 800px;
	position: relative;
	margin: 0 auto;
	overflow:visible;
	height:auto;
}

#Title {
	position:absolute;
	width: 792px;
	height:110px;
	background:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}

#Title_Left {
	position:absolute;
	width:160px;
	height:100px;
	padding:5px;
}

#Title_Middle {
	position:absolute;
	height:100px;
	width:452px;
	left:162px;
}

#Title_Right {
	position:absolute;
	width:160px;
	height:100px;
	left:622px;
	padding:6px;
}

#Nav {
	position:absolute;
	width:120px;
	overflow:visible;
	top:124px;
	background:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	padding:5px;
}

#Content {
	position:absolute;
	width:640px;
	top:124px;
	overflow:visible;
	left:140px;
	background:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	padding:5px;
}

#Nav ul {	
	list-style:none;
	width: 120px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}	

#Nav li {
	margin-bottom: 4px;
}

#Nav li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #9900FF;
	display: block;
	padding: 6px 0 0 10px;
	background-color: #FFFFFF;
}	
	
#Nav li a:hover {
	color: #FFFFFF;
	background-color: #9900FF;
}
