body{
	background: transparent;
	line-height: 130%;
	text-align: center;
	font-size: 2em;
	background: #d7d7d7;
	font: small/1.4 "Lucida Grande","Trebuchet MS","Bitstream Vera Sans",Verdana,Helvetica,Arial,sans-serif;
}
#container{
	width: 90%;
	border: 1px solid gray;
	margin: 0;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#topbanner{
	border-bottom: 1px solid #d7d7d7;
	padding: 0;
	margin: 0;
	background-color: #fff;
	position: relative;
	height: 100px;
}
#topbanner h3{
	background: #666666 url(./images/left_h1.gif) no-repeat left top;
	position: absolute;
	right: 0;
	top: 0;
	float: right;
	text-align: right;
	width: 40%;
	line-height: 1.3em;
	color: #fff;
	height: 30px;
	display: block;
	padding: 10px 150px;
	margin-top: 0;
}
#topbanner ul{
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	list-style: none;
	font-size: 13px;
	margin-bottom: 0;
	margin-right: 5px;
}
#topbanner ul:after{
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
#topbanner ul li{
	display: block;
	float: right;
	background: #AF0000 url(./images/top-left.gif) no-repeat left top;
	margin: 0;
	padding: 0;
}
#topbanner ul li a:link, #topbanner ul li a:visited{
	display: block;
	text-decoration: none;
	padding: 10px 5px 5px;
	background: url(./images/top-right.gif) no-repeat right top;
	color: #C8C8C8;
	border: 1px solid #FFFFFF;
}
#topbanner ul li a:hover, #topbanner ul li a:active{
	color: #fff;
	background: #969696 url(./images/top-right-hover.gif) no-repeat right top;
}
#topbanner img{
	width: 150px;
	height: 87px;
	position: absolute;
	left: 8px;
	top: 8px;
	border: 0;
}
#middlebox{
	position: relative;
	width: 100%;
	background-color: #fff;
}
div#leftcolumn{
	width: 175px;
	position: absolute;
	left: 0;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	border-left: 2px solid #FFFFFF;
	margin: 0;
	margin-right: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	height: 100%;
}
#leftcolumn ul{
	list-style-type: none;
	width: 100%;
	margin: 0;
	height: 100%;
	padding: 2px 0 0;
	font-size: 13px;
}
#leftcolumn ul li{
	margin: 0;
	padding: 0;
	display: block;
}
#leftcolumn ul li.first{
	color: #D7D7D7;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #AF0000;
	height: 54px;
}
#leftcolumn ul li a, #leftcolumn ul li a:visited{
	display: block;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	text-decoration: none;
	color: #666666;
	border-left: 15px solid #AF0000;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0;
}
#leftcolumn ul li a:hover{
	background-color: #AF0000;
	color: #C8C8C8;
	border-left: 15px solid #D7D7D7;
}
#leftcolumn ul li a:active{

}
html #leftcolumn ul li a { height: 1%; }
#content{
	background-color: #fff;
	text-align: left;
	font-size: 115%;
	letter-spacing: 0.045em;
	word-spacing: 0.035em;
	margin-left: 178px;
	margin-right: 0;
	padding: 0 0 5px;
	border-left: 1px solid #d7d7d7;
	position: relative;
	padding-bottom: 25px;
}
#content h1{
	position: relative;
	line-height: 1.3em;
	color: #AF0000;
	padding: 0.75em;
	margin: 0;
	font-size: 135%;
	height: 20px;
	overflow: visible;
	border-bottom: 1px solid #AF0000;
}
#content h2{
	line-height: 1.5em;
	color: #666666;
	padding-right: 0.75em;
	padding-left: 0.75em;
	font-size: 105%;
	font-style: italic;
}
#content p{
	padding: 0.5em;
}
#content a:link, #content a:visited{
	color: #666666;
}
#content a:hover{
	text-decoration: none;
	color: #AF0000;
}
#content a:active{
	color: #FF0000;
}
.floatright{
	position: relative;
	float: right;
	margin: 1.5em 0em 1.5em 1.5em;
	border: 0.125em solid #D7D7D7;
}
.floatleft{
	position: relative;
	float: left;
	margin: 1.5em 1.5em 1.5em 0em;
	clear: left;
	border: 0.125em solid #D7D7D7;
}
ul#bottommenu {
	background-color: #fff;
	text-align: right;
	font-size: 13px;
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid gray;
	margin-bottom:0;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
ul#bottommenu :after{
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
ul#bottommenu li{
	display: block;
	float: right;
	margin: 0;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
}
ul#bottommenu li a{
	color: #d7d7d7;
	background-color: #af0000;
	display: block;
	padding: 5px;
	text-decoration: none;
} 
ul#bottommenu li a:visited{
	display: block;
	text-decoration: none;
	color: #d7d7d7;
}
ul#bottommenu li a:hover{
	color: #af0000;
	background-color: #d7d7d7;
}
ul#bottommenu li a:active{
	background-color: #af0000;
	color: #fff;
}
#footer{
	position: relative;
	background: #fff;
	margin-top: 1px;
	padding-top: 10px;
	width: 100%;
	text-align: center;
	font: small/1.4 "Lucida Grande","Trebuchet MS","Bitstream Vera Sans",Verdana,Helvetica,Arial,sans-serif;
}