@charset "utf-8";
#banner {
	background-color: #330065;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	width: auto;
	float: none;
}
#all {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
}

body {
	background-color: #330065;
	margin: 0px;
}
#main {
	background-color: #330065;
}
#navcolumn {
	margin: 6px;
	float: left;
	width: 25%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #67CA31;
}
#footer {
    background-color: #330065;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	width: auto;
	float: none;
}
.clearfloat {
	clear: both;

}
#rightcol {
	margin: 3px;
	float: right;
	width: 70%;
	padding: 6px;
}
.horizontalrule {
	background-color: #FF0000;
	color: #FF0000;
}
#full {
	margin: 3px;
	float: none;
	width: 98%;
	padding: 6px;
}
#columnspecial {
	margin: 3px;
	float: right;
	width: 50%;
	padding: 5px;
	border-left-width: thin;
	border-left-style: groove;
	border-left-color: #66FF00;
}
