body {
margin: 0px;
background: #333333;
font-family: century gothic;
font-size: 12px;
}

a:link {color: #333333}     /* unvisited link */
a:visited {color: #333333}  /* visited link */
a:hover {color: #333333}   /* mouse over link */
a:active {color: #333333}   /* selected link */

.title{
font-family: century gothic;
font-size: 18px;
font-weight: bold;
color: #333333;
}

.qcinputbox{
background: #CCFFCC;
border: 1px solid #333333;
}

.qclabel{
font-weight: bold;
font-size: 10px;
}

.quickcontact{
margin-left: 20px;
font-weight: normal;
font-size: 14px;
}

td.quickcontact{
color: #333333;
border-bottom: 1px dashed;
}

hr.driver{
border: 1px dashed #00FF00;
}

.archivetitle{
margin-left: 20px;
font-weight: normal;
font-size: 14px;
border-bottom: 1px dashed #333333;
}

.newsitemtable1{
background: #D9FFD9;
border-radius: 1em;
border: 0px solid #333333;
}

.newsitemtable2{
background: #EBEBEB;
border-radius: 1em;
border: 1px solid #333333;
}

.lefttableheader{
text-align: center;
font-weight: bold;
border-bottom: 1px solid #333333;
}

.tableheader{
text-align: center;
font-weight: bold;
border-bottom: 1px solid #333333;
border-left: 1px solid #333333;
}

.tablerow1{
background: #D9FFD9;
border-bottom: 1px solid #333333;
border-left: 1px solid #333333;
}

.lefttablerow1{
background: #D9FFD9;
border-bottom: 1px solid #333333;
border-left: 1px solid #333333;
}

.righttablerow1{
background: #D9FFD9;
border-bottom: 1px solid #333333;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
}

.toptablerow1{
background: #D9FFD9;
border: 1px solid #333333;
}

.tablerow2{
background: #EBEBEB;
border-bottom: 1px solid #333333;
border-left: 1px solid #333333;
}

.lefttablerow2{
background: #EBEBEB;
border-bottom: 1px solid #333333;
border-left: 1px solid #333333;
}

.righttablerow2{
background: #EBEBEB;
border-bottom: 1px solid #333333;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
}

.toptablerow2{
background: #EBEBEB;
border: 1px solid #333333;
}

.archive{
margin-left: 20px;
font-weight: normal;
font-size: 11px;
}

.header{
margin: 0px;
height: 143px;
background: url('images/headerbg.jpg') repeat-x;
}

.middle{
background: url('images/bg.jpg') repeat;
}

.content{
margin: 0px;
height: 463px;
background-image: url('images/contentbg.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 40px;
padding-right: 40px;
}

.footer{
margin: 0px;
height: 51px;
background: url('images/footerbg.jpg') repeat-x;
}