body{
margin:0;
padding:0;
background: #000000;
 font: medium Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
a {
	font-family: Tahoma, Verdana, Arial;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #124477;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}
.navbar { 
	text-decoration: none;
	color: #FFFFFF;
}
.navbar a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.navbar a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.navbar a:hover {
	text-decoration: none;
	color: #990000;
}
.navbar a:active {
	text-decoration: none;
}
.style1 {
	font-family: Tahoma, Verdana, Arial;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.style2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
}
.style3 {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
}
.style4 {
color: #000000;
}
.style5 {font-size: 12px; 
font-family: Tahoma, Verdana, Arial; 
color: #000000; 
}
.style6 {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	color: #800000;
	font-weight: bold;
}
.style7 {
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial;
	color: #800000;
	font-weight: bold;
}
.style8 {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
}
.style9 {
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font: italic;
}
.style10 {
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial;
	font: italic;
}
#maincontainer{
width: 940px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #000000;
height: 120px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 200px 0 202px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background: #FFFFFF;
padding: 5px; 
}

#leftcolumn{
float: left;
width: 202px; /*Width of left column in pixel*/
margin-left: -940px; /*Set margin to that of -(MainContainerWidth)*/
background: #000000;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth)*/
background: #000000;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
