.header{
width:800px;
height:214px;
background-image:url('images/header.jpg');
background-repeat:no-repeat;
}

.main{
width:710px;
padding:0 45px 10px 45px;
background-image:url('images/fullbodybg.jpg');
background-repeat:repeat-y;
}

.leftbody{
width:457px;
padding-left:45px;
padding-right:10px;
background-image:url('images/leftbodybg.jpg');
background-repeat:repeat-y;
}

*:first-child+html .leftbody{
width:457px;
padding:25px 10px 5px 45px
background-image:url('images/leftbodybg.jpg');
background-repeat:repeat-y;
}

.rightbar{
width:228px;
height:324px;
padding:0px 35px 0 25px;
background-image:url('images/floatformbg.jpg');
background-repeat:no-repeat;
}

*:first-child+html .rightbar{
width:228px;
height:239px;
padding:85px 35px 0 25px;
background-image:url('images/floatformbg.jpg');
background-repeat:no-repeat;
}

.spacer{
width:288px;
background-image:url('images/spacer.jpg');
background-repeat:repeat-y;
}

.rightlist{
width:218px;
height:323px;
padding:0 45px 0 25px;
background-image:url('images/listbg.jpg');
background-repeat:no-repeat;
}

.footer{
width:800px;
height:54px;
background-image:url('images/footer.jpg');
background-repeat:no-repeat;
}

.formtop{
width:466px;
height:108px;
background-image:url('images/formtop.jpg');
background-repeat:no-repeat;
}

.formbody{
width:396px;
padding:0 35px 0 35px;
background-image:url('images/formbody.jpg');
background-repeat:repeat-y;
}

.formbottom{
width:466px;
height:37px;
background-image:url('images/formbottom.jpg');
background-repeat:no-repeat;
}


/***FONTS***/

h2{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#cc0000;
font-weight:bold;
}

h3{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
font-weight:bold;
}

p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

li{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.blue{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color:#004890;
font-weight:bold;
}

.checklist{
margin-top:25px;
list-style-image:url('images/dotpoint20.jpg');
line-height:1.5ems;
}
