/* this css is for webclass */


body {
    background-image: url(image/htmlbk.jpg);
	background-color: #C0C0C0;
    margin: 0px 0px 0px 0px;
}

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, td, th, div, blockquote, dl, ul, ol{
	font-family: Verdana;
	font-size: 11px;
    color: #383737;
    text-decoration: none;
	font-weight: normal;
}

h3 {
	font-size: 13px;
    color: #9A2BE0;
    text-decoration: none;
	font-weight: bold;    
}

h2 {
	font-size: 12px;
    color: #009900;
    text-decoration: none;
	font-weight: bold;    
}

.contact {
    text-align: left;
    vertical-align: top;
    padding: 10px 10px 10px 100px;
}

.good-stuff {
    text-align: left;
    vertical-align: top;
    padding: 10px;
    border: 2px solid #9A2BE0;
}

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;
}

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;
}

.left {
    text-align: left;
    valign: top;
}

.right {
    text-align: right;
    valign: top;
}

.center {
    text-align: center;
    valign: top;
}