body{
margin:0;
padding:0;
}

em{
color: red;
font-weight: 600;
}


a:link,
a:visited,
a:active 
	{color:#008000; text-decoration: none;}
a:hover
	{color:red; text-decoration: none;}

a.heading:link,
a.heading:visited,
a.heading:active 
	{color:black; text-decoration: none; font-weight: 800;}
a.heading:hover
	{color:red; text-decoration: none; font-weight: 800;}

a.subheading:link,
a.subheading:visited,
a.subheading:active 
	{color:black; text-decoration: none;}
a.subheading:hover
	{color:red; text-decoration: none;}

a.dropdown:link,
a.dropdown:visited,
a.dropdown:active 
	{color:#808080; text-decoration: none; font-weight: 800;}
a.dropdown:hover
	{color:red; text-decoration: none; font-weight: 800;}

.hiltxt
{
color: green;
font-weight: 600;
}

#maincontainer{
width: 975px;
font-family:verdana;
}

#topsection{
background: #008000;
color: white;
font-weight: 600;
font-size: 16pt;
text-align: right;
vertical-align: bottom;
height: 120px; /*Height of top section*/
}

#topsection a:link,
#topsection a:visited,
#topsection a:active 
	{color:white; text-decoration: none; vertical-align: bottom;}
#topsection a:hover
	{color:red; text-decoration: none; vertical-align: bottom;}


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

#contentcolumn{
margin-left: 220px; /*Set left margin to LeftColumnWidth*/
text-align: left;
font-size: 10pt;
}

#leftcolumn{
float: left;
width: 210px; /*Width of left column*/
background: white;
font-size: 10pt;
}

#footer{
clear: left;
width: 100%;
background: white;
color: #808080;
font-size: 10pt;
text-align: left;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;
}