
body{
background-image: url(image/htmlbk.jpg);
background-color: #ffffff;
margin:0;
padding-left:0;
line-height: 1em;
}

/* this determins the font behavior of the whole site */
p, div, blockquote, dl, ul, ol{
	font-family: Verdana;
	font-size: 11px;
    color: #383737;
    text-decoration: none;
	font-weight: normal;
}

b{font-size: 110%;}
em{color: red;}

h2 {
	font-size: 12px;
    color: #009900;
    text-decoration: none;
	font-weight: bold;    
}

h3 {
	font-size: 13px;
    color: #9A2BE0;
    text-decoration: none;
	font-weight: bold;    
}

#topsection{
height: 50px; /*Height of top section*/
}

#topsection {
padding-top: 15px;
}

#logo-hed {
height: 227px; /*Height of logo section*/
}

#bottom-nav {
height: 50px; /*Height of logo section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 245px; /*Set right margin to RightColumnWidth*/
padding-left: 20px;
}

#rightcolumn{
float: left;
width: 250px; /*Width of right column in pixels*/
margin-left: -265px; /*Set left margin to -(RightColumnWidth) add more w/border */
border: 1px solid #9A2BE0;
}

#footer{
clear: left;
width: 100%;
color: #383737;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #9A2BE0;
}

.links {
padding: 15px;
text-align: center;
}

.virus-text {
    vertical-align: top;
    text-align: left;
    padding: 10px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.innertube-nav{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
text-align: right;
}

div.main-content {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
    padding: 10px;
}

div.main-content a:link {
    color: #9A2BE0;
    text-decoration: none;
}

div.main-content a:visited {
    color: #009900;
    text-decoration: none;
}

div.main-content a:hover {
    color: #ff0000;
    text-decoration: none;
}

p.med {
	font-size: 12px;
    color: #009900;
    text-decoration: none;
	font-weight: bold;    
}

p.lg {
	font-size: 13px;
    color: #9A2BE0;
    text-decoration: none;
	font-weight: bold;    
}

table.nav2 td {
    font-family: Verdana;
    color: #009900;
    font-size: 9px;
    font-weight: normal;
    text-align: center;
    border-left: 1px solid #009900;
    padding: 1px 5px;
    text-decoration: none;
    border-collapse: collapse;
}

table.nav2 td a:link, table.nav2 td a:visited {
    color: #009900;
    text-decoration: none;
}

table.nav2 td a:hover {
    color: #ff0000;
    text-decoration: none;
}
