body{
margin:0;
padding:0;
background-color: #BD0730;
font-family: verdana, arial;
font-size: 12px;
text-align: center;
}

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

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: #ffffff;
text-align: left;
}

#topsection{
background: #ffffff;
height: 90px; /*Height of top section*/
}

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

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

#contentcolumn{
margin-left: 150px; /*Set left margin to LeftColumnWidth*/
padding-left: 15px;
padding-right: 5px;
}

#leftcolumn{
float: left;
width: 150px; /*Width of left column*/
margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
background: WHITE;
height: 430px;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: right;
padding: 3px 0;
line-height: 1em;
font-size: 10px;
}

#footer a{
color: #FFFF80;

font-size: 9px;
}
#leftcolumn a {
display: block;
text-decoration: none;
color: #ffffff;
font-weight: bold;
}
a {
font-family: verdana, arial;
font-size: 12px;
color: #BD0730;
font-weight: bold;
}

h2 {
	color: #BD0730;
}

