@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	line-height: inherit;
	vertical-align: middle;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 1000px;
	border: 2px solid #000000;
	clear: none;
	float: none;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#topsection{
	height: 36px;
	background-image: url(../images/hd_banner.jpg);
	background-repeat: repeat-x;
}
#topsectionlogo{
	height: 166px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
#topsection h1{
	padding-top: 0px;
	background-position: right top;

	float: right;
	width: 150px;
	
}

#contentwrapper{
	float: none;
	width: 1000px;
	background-image: url(../images/side_member_bb.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border: 2px none #000000;
}

#contentcolumn{
	margin-left: 281px;
	margin-top: 0px;
	clip: rect(auto,auto,auto,auto);
	background-image: url(../images/secondhdbackground.gif);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	height: 100%;
	border-left-style: none;
	padding-left: 4px;
	padding-top: 15px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-color: #000000;
}

#leftcolumn{
	float: left;
	width: 279px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	background-color: #006666;
	background-image: url(../images/side_member.jpg);
	background-position: top;
	height: 220px;
	border-left-style: none;
	border-left-color: #000000;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 180px;
	margin: 0px;
	background-repeat: no-repeat;
}

#footer{
	clear: none;
	color: #FFF;
	height: 55px;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/footer.jpg);
	background-position: top;
	width: 1000px;
	vertical-align: text-top;
}

#footer a{
	color: #FFFFFF;
}

.innertube{
	width: 1000px;
	margin: 0;
	background-color: #00FF66;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #660033;
}
.content {
	margin-top: 0;
	width: auto;
	text-align: center;
	margin-left: 285px;
}
.text {
	width: 1000px;
	margin: 0;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #660033;
	vertical-align: text-top;
}

