html {
min-height: 100%; 
margin-bottom: 1px;
}
body {
background-color:#ccc;
font-family:arial, helvetica, sans-serif;
font-size:small;
color:#000;
}
h1 {
font-family:arial, helvetica, sans-serif;
font-size:medium;
font-weight:bold;
color:#fff;
margin:0;
}
A.navbar:link{
text-decoration:none;
color:#036;
}
A.navbar:visited {
text-decoration:none;
color:#036;
}
A.navbar:hover {
text-decoration:underline;
color:#036;
}
A.navbar:active {
text-decoration:underline;
color:#666;
}
p.pictures {
text-align:left;
font-size:small;
color:#000;
margin:0 40px;
}
p.centered {
font-size:small;
text-align:center;
margin:0;
}
table.headerbar {
width:760px;
background-color:#fff;
border:0;
border-collapse:collapse;
border-spacing:0;
margin-left:auto;
margin-right:auto;
padding:0;
}
table.headerbar td.pictureheader {
text-align:center;
padding-top:12px;
padding-bottom:12px;
border-top:1px solid #036;
border-left:1px solid #036;
border-right:1px solid #036;
}
table.headerbar td.navbar {
text-align:center;
padding:2px;
border-top:2px solid #036;
border-bottom:2px solid #036;
border-left:1px solid #036;
border-right:1px solid #036;
}
table.maintext {
width:760px;
border:0;
border-collapse:collapse;
border-spacing:0;
margin-left:auto;
margin-right:auto;
}
table.maintext td.header1 {
background-color:#036;
border-left:1px solid #036;
border-right:1px solid #036;
padding-top:4px;
padding-bottom:6px;
padding-left:10px;
}
table.maintext td.bottomborder {
background-color:#fff;
text-align:left;
vertical-align:top;
border-left:1px solid #036;
border-right:1px solid #036;
border-bottom:1px solid #036;
padding-top:15px;
padding-bottom:15px;
}