body, html{
background-color:#2d7eca;
background-image:url('images/bkgrd.jpg');
background-repeat:repeat-x;
font-family:verdana;
margin:0px;
}

#footer{
width:100%;
background-color:#163b5d;
position: absolute;
left: 0;
bottom: 0;
font-size:10px;
text-align:center;
color:#ffffff;
margin:0px;
height:30px;
line-height:30px;
}

#footer a{
text-decoration:none;
color:#ffffff;
line-height:25px;
}

#footer a:hover{
text-decoration:underline;
}

td.nav a{
text-decoration:none;
color:#ffffff;
line-height:25px;
}

td.nav a:hover{
text-decoration:underline;
}

td.header{
width:880px;
height:60px;
padding-left:20px;
}

td.abovenav{
width:880px;
height:15px;
}

td.nav{
width:880px;
height:30px;
background-color:#ffffff;
background-image:url('images/nav.jpg');
margin-left:auto;
margin-right:auto;
color:#ffffff;
font-size:10px;
text-align:center;
line-height:30px;
}

td.main{
background-color:#ffffff;
width:880px;
height:450px;
text-align:center;
border-top:15px solid #ffffff;
border-bottom:15px solid #ffffff;
}

td.undermain{
background-color:#ffffff;
width:880px;
height:70px;
padding:2px;
}

td.shadow{
width:880px;
height:19px;
background-image:url('images/shadow.jpg');
}

table.footer{
font-size:11px;
line-height:15px;
color:#ffffff;
}

h1{
color:#0055a5;
font-size:14px;
border-bottom:1px solid #9da2a7;
}

p{
font-size:11px;
padding:0px;
margin:6px;
}

img{
border:0px;
}

ul{
font-size:11px;
list-style-image:url('images/tick.png');
list-style-position: outside;
margin-top:10px;

}

a.link{
font-weight:bold;
color:#034481;
text-decoration:none;
}