@charset "utf-8";
#banner {
	background-image: url(../imgs/bannerbg.gif);
	padding: 0px;
	height: 108px;
}
#container {
	clear: both;
	float: none;
	width: 955px;
	border: thin solid #000000;
	background-color: #FFFFFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: -10px;
	margin-left: auto;
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#midcol {
	float: left;
	width: 705px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	/*
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	*/
}
#rightcol {
	width: 190px;
	margin-left: 10px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#navcontainer
{
	float: left;
	width: 200px;
	border: thin solid #000000;
	margin: 0 auto;
	padding: 1em 0;
	font-family: georgia, serif;
	font-size: 13px;
	text-align: center;
	text-transform: lowercase;
	background-color: #993300;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 70%;
}
#footer {
	background-color: #0033CC;
	margin-bottom: 0px;
}


ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 0.5em 0 0.5em 2em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #777;
	text-decoration: none;
	background-color: #f0e7d7;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #ffffff;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
#midcol h2 {
	font-size: 16px;
}
#midcol h1 {
	font-size: 22px;
	color: #990000;
}
.new {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: blink;
	background-color: #993300;
	font-style: italic;
}
