body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 660px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: white;
height: 200px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 125px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 120px; /*Width of left column*/
margin-left: -660px; /*Set left margin to -(MainContainerWidth)*/
background: white;
text-decoration: none;
}

#footer{
clear: left;
width: 100%;
background: white;
color: black;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
text-decoration: none;
}
A:link {text-decoration: none;color:#666666}
A:visited {
	text-decoration: none;
	color: #666666;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
}
A:active {text-decoration: none; color:#666666}
A:hover {
	text-decoration: none;
	color: #333333;
	font-size: small;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
}
.style1 {
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color:#777670;
      font-size: small;
}
.style2 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #666666;
	font-size: small;
}

.style3 {
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #666666;
	font-size: medium;
	font-weight: bold;
}
.style4 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #666666;
	font-size: small;
      font-weight: bold;
}
.style5 {
      text-align: center;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #666666;
	font-size: small;
      font-weight: bold;
}


