/* layout */
body {
background: #666;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
letter-spacing:0.5px;
padding:0px;
margin:0px;
text-align:center;
overflow: -moz-scrollbars-vertical; 
}
html, body {
height:100%;
}
#container {
height:100%;
width: 770px;
margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
text-align:center;
background:#ff6a6a;
}
.footer, .push {
height: 2em; /* .push must be the same height as .footer */
color:white;
padding-bottom: -20px;
width: 770px;
margin: auto;
text-align:center;
background:#ff6a6a;
}
#header {
height: 135px;
}
#textholder {
width: 770px;
margin: 0px auto 50px auto;
}
.textbox {
margin-left: 7px;
margin-right: auto;
width: 750px;
background:white;
margin-top: 15px;
}
.textbox1 {
float:left;
margin-left: 7px;
margin-right: auto;
width: 375px;
background:white;
margin-top: 7px;
}
.textbox2 {
float:left;
margin-left: 7px;
margin-right: auto;
width: 367px;
background:white;
margin-top: 7px;
}
.textbox3 {
margin-left: 30px;
margin-right: auto;
width: 710px;
background:white;
margin-top: 20px;
text-align:left;
}
.textboxwrapper {
width: 340px;
margin-left: 15px;
margin-right: auto;
line-height:13px;
}
.textboxwrapper1 {
width: 650px;
margin-left: 15px;
margin-right: auto;
line-height:14px;
}
h4 {
color: black;
font-size:18px;
margin-top: 10px;
margin-bottom: -1px;
}
*html, h4 {
margin-bottom: 3px;
}
h5 {
color: #ff0000;
font-size:15px;
margin-top: 10px;
margin-bottom: -1px;
}
h6 {
color: black;
font-size:14px;
margin-top: 10px;
margin-bottom: -10px;
}
*html, h6 {
margin-bottom: -17px;
}
p.tabletext {
font-size: 11px;
color:black;
margin-bottom: 20px;
}

a:link, a:active, a:visited {
font-size:11px;
text-decoration: none;
color:#000000;
}
a:hover {
text-decoration:underline;
color: red;
}
li {
font-size: 11px;
color:black;
}