body{
	margin:0;
	padding:0;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 900px; /*Center container on page*/
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	margin-bottom: 0px;
}

#topsection{
	height: 125px; /*Height of top section*/
	background-image: url(../images/topBanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
	display: none;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	margin-left: 200px;
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -900px;
	background-color: #940203;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
}

#footer a{
color: #FFFF80;
}
#footer p {
	padding-right: 40px;
	padding-left: 40px;
	margin-bottom: 6px;
	margin-top: 6px;
}

.innertube{
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.menu{
	border: 1px solid #C0C0C0;
	background-color: white;
	border-bottom-width: 0;
	width: 170px;
	float: left;
}

* html .menu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 170px;
}

.menu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.menu a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.menu a:visited{
color: #595959;
}

html>body .menu a{ /*Non IE rule*/
width: auto;
}

.menu a:hover{
background-color: #F8FBBD;
color: black;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
	background-color: #BF0506;
	border-bottom-width: 0;
	width: 180px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 174px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
	font: bold 13px Verdana;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.wireframemenu a:visited{
color: #FFFFFF;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #000000;
color: #FFFFFF;
}
