* {
margin: 0;
}
html, body {
height: 100%;
text-align:center;
color:#000066;
font-family:verdana;
font-size:1em;
background-color:#FFFFFF;
background-image: url("main-bg2.jpg");
background-repeat: repeat-x;
}

a {
color:#000033;
}

div.wrapper{
position: relative;
width:800px;
margin: auto;
text-align:left;
z-index:0;
}

div.fullmain {
/*position: absolute;*/
position:relative;
top: 120px;
width:800px;
z-index:-1;
background-color:#FFFFFF;
margin: auto;
text-align: left;
padding-left:10px;
padding-right:10px;
}

div.main {
/*position: absolute;*/
position:relative;
top: 120px;
width:800px;
background-color:#FFFFFF;
margin: auto;
text-align: left;
padding-top:50px;
padding-left:10px;
padding-right:10px;
}

div.logo{
position: absolute;
left:-70px;
top:0px;
width:800px
z-index:1;
height:160px;
}

div.loginbox{
position: absolute;
top:10px;
left:280px;
float:right;
width:520px;
color:#FFFFFF;
text-align:right;
}

.loginbox a, .loginbox table{
color:#FFFFFF;
font-size:0.8em;
}

div.frontpagepic {
background-image: url("frontpage1.jpg");
width:800px;
height:220px;
}


div.footer2 {
position: absolute;
bottom: 0px;
width:100%;
background-color:#443A00;
height:25px;
color:#FFFFFF;
left:0px;
font-size:0.9em;
}

.normal {
font-size:1em;
}

h1 {
font-size:1.2em;
color:#000066;
}

input.text{
font-family:verdana,arial;
font-size:16px;
color:#000000;
background-color:#FFFFFF;
border-color:#073B5A;
border-style:solid;
border-width:1px;
}


.overall {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -25px;
}
.footer {
width:100%;
background-color:#42687E;
height:25px;
color:#FFFFFF;
left:0px;
font-size:0.9em;
}
 .push {
height:145px;
}

input.button {
background-color:#073B5A;
color:#FFFFFF;
border:1px;
border-color:#FFFFFF;
border-style:solid;
padding-left:6px;
padding-right:6px;
padding-top:2px;
padding-bottom:2px;
font-weight:bold;
cursor: pointer;
cursor: hand;
}

div.rightbox {
float:right;
width:390px;
}

div.leftbox {
float:left;
width:390px;
}

div.features {
position:relative;
width:760px;
border: 1px solid #073B5A;
padding:10px;
text-align:left;
}