html, body {
min-height: 100%;
FONT-FAMILY: Arial, Helvetica, sans-serif;
COLOR: #707173;
FONT-SIZE: 12px;
margin: 0;
padding: 0;
height:100%;
line-height: 170%;
BACKGROUND: url(../images/backgrounds/main_bg.jpg) repeat-x;
}
* {
	margin: 0;
	padding: 0;
}

.greybar{
width: 100%;
height: 20px;
background-color: #707072;
}

.mainheader{
width:100%;
height: 218px;
BACKGROUND: url(../images/backgrounds/header.jpg) no-repeat;
background-position: center top;
text-align: center;
display: block 
}

.logo {
width: 995px; 
height: 218px;
margin: 0 auto;
text-align: right;
}
img.logopic {
margin-right:0px;
width:264px;
}

.navbar {
BACKGROUND: url(../images/backgrounds/navbar.jpg) repeat-x;
width: 100%;
height: 29px;
}
.navbarbox{
width:900px;
text-align: right;
color: #ededed;
padding-top: 3px;
margin: 0 auto;
}

a.navi:link, a.navi:visited, a.navi:hover, a.navi:active, .navi-active, .navi {
font: bold 1.1em Tahoma,sans-serif;
color:#ededed;
text-decoration: none;
padding:0 7px 0 7px;
}

.centerbox {
width: 100%;
/*height: 100%;
min-height: 100%;
height:auto !important;
overflow: hidden !important;*/
text-align:center;
margin-top: 30px;
}

.contentbox {
background-color: #fff;
width:995px;
border-left: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9;
margin: 0 auto;
padding-bottom:30px;
}

a.certlink:link, a.certlink:visited, a.certlink:hover, a.certlink:active, .certlink-active, .certlink {
font: normal 1.1em Tahoma,sans-serif;
color:#707173;
text-decoration: none;
padding-left:7px;
}

h1 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #c10418;
font-size: 21px;
}

li {
color: #c10418
}

ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}