﻿

body {
margin : 0px;
padding : 0px;
background-image:url("images/forward_tile.jpg");
color : #000000;
text-align: center;
position:relative;
}

#container {
width: 800px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
position:relative;
text-align:left;
background-color: #FFEBD7;
}
     
#header  {
width: 100%;
height: auto;
background-color: #000000;
text-align: center;
}

#leftcol {
margin-left: 7px;
margin-top: 7px;
width: 150px;
height: auto;
float: left;
}

#content {
margin-top: 7px;
margin-right: 10px;
margin-bottom: 10px;
width: 625px;
height: auto;
float: right;
}

#footer {
clear: both;
width: 100%;
height: 44px;
text-align: center;
vertical-align:middle;
background:url(images/footer_background2.jpg) center center no-repeat;
}

p, ul, ol, li {
font : 10pt Arial,geneva,helvetica;
    
}

td 
{
font : 10pt Arial;

}

a { text-decoration:none; color:#C1282D; font-weight:600; } 
a:visited{ text-decoration:none; color:#C1282D; font-weight:600; }  
a:hover{ text-decoration:underline; color:black; font-weight:600; }   



h1 {
font : bold 14pt Arial, Helvetica, geneva;
}


h2 {
font : bold 12pt Arial, Helvetica, geneva;
}

hr 
{
    color: #C18168;
    background-color: #C18168;
    height: 3px;
}


