/* ClearHelp Site CSS */
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #f3f3f3;
margin: 0;
padding: 0;
background: #007599;
}

body.gray {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #f3f3f3;
margin: 0;
padding: 0;
background: #333333;
}

body.white {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #f3f3f3;
margin: 0;
padding: 0;
background: #ffffff;
}


#header {
height: 100px;
}

#container {
position: absolute;
width: 100%;
height: 100%;
}

#center {
margin-left: 0;
margin-right: 150px;
margin-top: 50px;
text-align: center;
}

#center2 {
margin-left: 0;
margin-right: 150px;
margin-top: 0;
text-align: center;
}

#adsection {
position: absolute;
left:5px;
width: 120px;
top: 100px;
}

#adsectiontwo {
position: absolute;
right:5px;
width: 120px;
top: 100px;
}


#footer {
bottom: 0;
height: 30px;
color: #333333;
font-size: 11px;
}

a.footer:link {
color: #003366;
text-decoration:none
}

a.footer:hover {
color: #003366;
text-decoration:none
}

a.footer:active {
color: #003366;
text-decoration:none
}

a.footer:visited {
color: #003366;
text-decoration:none
}


