/* this css is for content area at webclass */

body{
background-image: url(image/htmlbk.jpg);
background-color: #ffffff;
margin:0;
padding-left:0;
line-height: 1em;
}

html {
    scrollbar-base-color: #342F2B;
	scrollbar-track-color: #e9e9e9;
	scrollbar-face-color: #eeecec;
	scrollbar-highlight-color: #dcdbdb;
	scrollbar-3dlight-color: #e0e0e0;
	scrollbar-darkshadow-color: #a3a2a2;
	scrollbar-shadow-color: #898989;
	scrollbar-arrow-color: #7E1AA3;
}

/* 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;    
}

#logo-hed {
height: 227px; /*Height of logo section*/
}

#bottom-nav {
height: 50px; /*Height of logo section*/
}

#topsection{
height: 90px; /*Height of top section*/
}

#topsection {
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 265px 0 35%; /*Margins for content column. Should be "0 right-column-width 0 left-column-width*/
}

#leftcolumn{
float: left;
width: 33%; /*Width of left column in percentage*/
margin-left: -98%;
}

#rightcolumn{
float: left;
width: 250px; /*Width of right column in pixels*/
margin-left: -265px; /*Set margin to -(RightColumnWidth)*/
border: 1px solid #9A2BE0;
}

.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;
}

#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;
}

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;
}