body {
	text-align: center;
	background-color: #003366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

#banner {
	width: 950px;
	height: 200px;
}

#container {
	background-image: url(images/clouds1.2.jpg);
	margin: 5px auto 0px;
	text-align:center;
	overflow: visible;
	width:950px;
	height: auto;
	padding: 0px;
	border: medium solid #3399FF;
}

#footer {
	clear: both;
	padding: 5px;
	margin: 5px;
} 

#lefttext {
	border: thin solid #CCCCCC;
	background-color: #7D9EB9;
/*	padding: 3px;*/
	width: 135px;
	clear: left;
	margin-left: 5px;
	margin-right: 15px;
	margin-top: 10px;
	height: auto;
	padding: .3em;
	float: left;
}

#content {
	padding: 0;
	margin: 0 0 0 200px;
	background-color: #7D9EB9;
	border-top: thick solid #6CB6FF;
	border-right: thick solid #0066CC;
	border-bottom: thick solid #0066CC;
	border-left: thick solid #6CB6FF;
}


#content a:link {
	color:#3333FF
}

#content a:visited {
	color:#3333FF
}

#content a:hover {
	color:#CC00CC
}
	
#content a:active {
	color:#3333FF
}


.key_b {
background: url(images/B.jpg) no-repeat;
}
.key_a {
background: url(images/A.jpg) no-repeat;
}
.key_g {
background: url(images/G.jpg) no-repeat;
}
.key_f {
background: url(images/F.jpg) no-repeat;
}
.key_e {
background: url(images/B.jpg) no-repeat;
}
.key_d {
background: url(images/D.jpg) no-repeat;
}
.key_c {
background: url(images/F.jpg) no-repeat;
}

.nav_column {
/*	margin: 0;*/
	background-color:#000033;
	float: left;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 10px;
} 

.nav_column a {
	/*background: url(images/B.jpg) no-repeat;*/
	color: #003366;
	float: left;
	height: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: right;
	text-decoration: none;
	width: 160px;
}

.nav_column a:hover {
	color: #00FFFF;
	background-position: left bottom;
}
