body
{
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0 auto;
color: #707070;
}

#headbg
{
background: url('images/headerbg.png') repeat-x;
height: 98px;
width: 100%;
}

.content
{
width: 1000px;
margin: 0 auto;
}

#links
{
float: left;
padding-top:42px;
}

#links a:link, #links a:visited
{
color: white;
font-weight: bold;
text-decoration: none;
margin: 0 20px 0 20px;
}

#logo
{
background: url('images/logo.png');
width: 254px;
height: 22px;
float: right;
margin-top: 37px;
}

#bluebg
{
background: url('images/bluebg.png') repeat-x;
width: 100%;
height: 312px;
}

#blueleft
{
float: left;
width: 650px;
padding-top: 40px;
}

#blueleft h2
{
color: white;
font-size: 26px;
font-weight: bold;
margin-top: 0px;
font-style: italic;
}

#blueleft p
{
color: white;
line-height: 24px;
font-size: 13px;
}

#blueleft img
{
float: right;
}

#blueright
{
float: right;
padding-top: 30px;
}

#transbox
{
background: url('images/transbox.png');
width: 304px;
height: 235px;
}

#whitebg
{
background: url('images/whitebg.png') repeat-x;
height: 400px;
width: 100%;
}

.column
{
width: 311px;
float: left;
margin: 0 11px 0 11px;
padding-top: 37px;
}

.column .heading
{
margin-bottom: 50px;
}

.column p
{
width: 274px;
float: right;
line-height: 24px;
}

.column span
{
float: right;
font-weight: bold;
}

.column span a:link, .column span a:visited
{
color: orange;
text-decoration: none;
}

.column h3
{
margin-top: 0px;
text-align: center;
}

#realheading h2
{
font-size: 30px;
}

#realheading
{
padding-top: 15px;
margin-bottom: 60px;
}

.subheading p
{
line-height: 24px;
}


#footer 
{
position:absolute;
bottom:0;
width:100%;
height:33px;  
background:#26616e;
color: white;
font-weight: bold;
padding-top: 27px;
}



