
body {
font-size:82%;
width:807px;
margin:auto;
}

body,p,td,li,dd,div,th {
font-family:'Arial',Helvetica,Verdana,sans-serif;
}

#footer {
background-image: url(/bottom_slice.png);
height:38px;
margin-top:-20px;
margin-left:9px;
width:807px;
}

#footer p
{
margin:0;
padding-left:20px;
font-size:smaller;
}

#header {
margin-top:10px;
padding:0 10px;
height:125px;
width:787px;
margin-left:10px;
background-repeat: no-repeat;
background-image: url(/top_slice.png);
background-position:top; 
}

#main {
margin:0;
margin-left:9px;
background-color:white;
width:787px;
padding:0 10px;
background-attachment: scroll;
background-repeat: repeat-y;
background-image: url(/middle_repeat_slice.png);
border-bottom:solid 20px #0054a5;
}
#content {
background-repeat: no-repeat;
background-image:url(/middle_slice.png);
width:767px;
margin:0;
margin-left:-10px;
padding:1em 20px;
}
#content div {
background-color:transparent;
}
#navigation {
position:absolute;
margin-left:141px;
margin-top:40px;
}
#navigation li
{
display:inline;
list-style-type:none;
padding:0;
padding-left:1.3em;
font-size:85%;
}
#navigation a
{
color:#0054a5;
text-decoration:none;
border:solid 1px transparent;
}
#navigation a:hover
{
border:solid 1px black;
background-color:#0054a5;
color:white;
}

#logoarea
{
position:absolute;
top:0px;
/* note that this is just a clickable area for the logo */
cursor: pointer;
width:180px;
height:125px;
}

h1,h2,h3,h4,h5,h6 {
margin-top:0.7em;
margin-bottom:0.2em;
margin-left:0;
padding-left:0;
color:#0054A5;
}

p {
margin-top:0.5em;
}
table {
border-collapse: collapse;
margin:auto;
width:750px;
}
table td, table th {
border-collapse: collapse;
border-bottom: solid 1px #ddd;
padding:0 0.2em;
}