a:link {
	color: #069;
}
a:link {
	text-decoration: none;
	color:#069
}

a:visited {
	color: #006;
}
a:visited {
	text-decoration: none;
	color:#2B6E85;
}

a:hover {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#CCC;
}

a:active {
	color: #999;
	font-family: Arial;
}
a:active {
	text-decoration: none;
}
.bkg {
	font-family: sans-serif;
	color: #333;
	background-attachment: scroll;
	background-color: #999;
	background-image: url(file:///Stormes750/thestormey/images/bkg1.jpg);
	background-repeat: repeat;
	background-position: center center;
}
#header {
	margin-top: 1in;
	margin-bottom: 12px;
	padding: 0 10px
	text-align: left;
	text-align: left;
	font-size: 24pt;
	color: #003;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	color: #003;
	text-align: justify;
}
#logo {
	height: 144px;
	padding-top: 12px;
	float: right;
}
#nav {
	height: 30px;
	width: 1024px;
	margin-left: 1in;
}
#banner {
	height: 200px;
	width: 900px;
}
#leftcolumn {
	float: left;
	width: 22%;
	padding: 15px 0;
	color: #003;
	text-align: left;
	margin-left: 1in;
}
#maincontent {
	padding: 9px;
	float: none;
	width: 50%;
	margin-top: 0px;
	margin-right: 24%;
	margin-bottom: 0px;
	margin-left: 24%;
	text-align: left;
	font-weight: bold;
}

