html, body, ul, ol, li, p, h1, h2, form, fieldset {
padding: 0;
border: 0;
margin: 0;
}


html {
height: 100%;
padding-bottom: 1px;
}


body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 100.01%;
color: #000;
text-align: center;
background-color: #eee;
}


a:focus {
outline: none;
}


#wrapper {
width: 760px;
border-right: 1px solid #e8e8e8;
border-bottom: 1px solid #aeaeae;
border-left: 1px solid #848484;
margin: 0 auto;
text-align: left;
background-color: #fff;
}


#banner {
width: 760px;
height: 130px;
}


#nav ul li {
height: 18px;
list-style-type: none;
border-top: 1px solid #999;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
display: block;
float: left;
line-height: 1.5em;
text-align: center;
font-size: 12px;
font-weight: bold;
background-color: transparent;
}


#nav a {
width: 115px;
height: 18px;
font-family: Arial, Verdana, Helvetica, sans-serif;
background-color: #fff; /*** bc ***/
color: #888; /*** btc ***/
text-decoration: none;
display: block;
}


#nav a:hover {
background-color: #fff; /*** bhc ***/
color: #aaa; /*** bhtc ***/
}


.triangle {
position: absolute;
width: 115px;
height: 7px;
background-image: url(../images/triangle.gif);
background-repeat: no-repeat;
background-position: 50% 0;
}


#content {
float: left;
width: 750px;
padding: 20px 0 5px 5px;
margin-top: 10px;
font-family: Arial, Verdana, Helvetica, sans-serif;
text-align: left;
background-color: transparent;
}


#content p {
font-size: 13px;
}


#content h1 {
font-size: 16px;
color: #666;
}


.hpimage {
float: left;
padding: 0;
border: 0;
margin: 5px 35px 5px -5px;
}


.table1 {
border-collapse: collapse;
width: 650px;
background-color: #f1f1f1;
}


.table2 {
border-collapse: collapse;
width: 740px;
background-color: #f1f1f1;
}


table td {
border: 1px solid #ccc;
padding: 10px 0 10px 0;
}


#footer {
clear: both;
border-top: 1px solid #e8e8e8;
margin: 0 auto;
width: 760px;
height: 30px;
background-color: #f1f1f1;
}


#footleftcol {
float: left;
width: 140px;
height: 30px;
font-size: 10px;
color: #333;
line-height: 3.0em;
text-align: center;
background-color: transparent;
}


#footrightcol {
float: right;
width: 570px;
height: 30px;
font-size: 10px;
text-align: center;
line-height: 3.0em;
background-color: transparent;
}


#footnav {
float: left;
width: 330px;
height: 20px;
text-align: right;
background-color: transparent;
}


#footer p {
font-size: 8px;
padding: 3px;
}


/***
.top {
float: right;
font-family: Verdana, Arial, sans-serif;
font-size: 0.7em;
padding: 1px 5px 1px 5px;
margin: 5px 5px 0 0;
background-color: #ddd;
}
***/


.top {
position: fixed;
right: 10px;
top: 75%;
z-index: 1;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}


a.nav:link {color: #666; text-decoration: none}
a.nav:visited {color: #666; text-decoration: none}
a.nav:hover {color: #999; text-decoration: none}


a:link {color: #000; text-decoration: underline}
a:visited {color: #000; text-decoration: underline}
a:hover {color: #666; text-decoration: underline}
