body {
	background-color: #9EB9D5;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000066;
}
div#container	{
	width:1000px;
	height:auto;
	margin-right:20%;
}
div#header {
	text-align: center;
	background-color:#9EB9D5;
	height: 160px;
	margin: 0px;
	padding: 1px;
}
div#column2 {
	margin: 0;
	padding: 0;
	background-color: #000;
	background-position: right;
	background-repeat: repeat-y;
	width: 100%;
	background-color: #FFF;
	
}
div#column1 {
	margin: 0px;
	padding: 0px;
	background-color: #9EB9D5;
	background-repeat: repeat-y;
	width: 100%;
	
}
div#navcol {
	padding: 10px;
	width: 130px;
	float: left;
}
div#main {
	padding: 10px;
	margin-left: 156px;
	margin-right: 126px;
	background-color: #FFF;
}
div#sidecol {
	color:#FFFFFF;
	font-weight:700;
	padding-left: 3px;
	width: 136px;
	float: right;
	background-color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-color: #000066;
	border-bottom-style: solid;
	border-left-color: #000066;
	border-left-width: 1px;
	border-left-style: solid;
}
div#subsidecol {
	color:#FFFFFF;
	font-weight:700;
	padding-left: 3px;
	width: 136px;
	float: right;
	background-color: #9EB9D5;
}
div#foot {
	border-top: solid #000 1px;
	background-color: #9EB9D5;
	padding: 10px;
	text-align: center;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.navheader {
	margin-top: 10px;
}
ul	{
	list-style-type: circle;
}
.blurb	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #CCCCCC;
	margin-left: 80%;
	margin-right: 0%;
	padding: 2px;
}
.blurb a:link,.blurb a:visited	{
	text-decoration: underline;
	color:#333333;
}
.blurb a:hover,.blurb a:active	{
	text-decoration:none;
}

