body{
margin:0;
padding:0;
line-height: 1.5em;
font-family:Verdana,Arial,Sans-serif;
font-size: 12px; 
color: #404040;
}

b{font-size: 110%;}
em{color: red;}

a {
font-weight: 600;
color: #606060;
text-decoration: underline;
}

a:hover {
color: #1e1e1e;
}
	
h1 {
font-size: 18px; 
}

h2 {
font-size: 14px; 
color: #404040;
margin-top:25px;
margin-bottom:3px;
}

h2 a{
color: #404040;
text-decoration: none;
}

h2 a:hover{
color: #404040;
text-decoration: none;
}

h3 {
display: inline; 	
}

h3 a, visited{
color: #404040;
text-decoration: bold;
}

h3 a:hover{
color: #404040;
text-decoration: none;
}
	
#listing{
vertical_align: top;
}

#topsection{
background: #fff;
height: 120px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 0px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 160px 0 190px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 190px; /*Width of left column*/
margin-left: -100%;
padding-top: 10px;
background: #F5FBF3;
font-size: 14px; 
}

#rightcolumn{
float: left;
width: 160px; /*Width of right column*/
margin-left: -160px; /*Set left marginto -(RightColumnWidth)*/
background: #fff;
}

#footer{
clear: left;
width: 100%;
background: white;
font-size: 10px;
color: #404040;
text-align: center;
padding: 0px 0;
margin: 0px;
}

#footer a{
color: #404040;
text-decoration: none;
}

#footer a:hover {
color: #202020;
text-decoration: underline;
}

.innertube{
margin: 35px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

div.scroll {
height: 225px;
width: 95%;
overflow: auto;
border: 1px solid #666;
background-color: white;
padding: 8px;
}