body {
/*background-color: black;*/
background-image: url(../images/bgtile.jpg);
background-repeat: repeat;
color: #325B97;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
}

a:link { color: #325B97;}
a:visited { color: #325B97;}
a:hover { color: #325B97;}

a.menu:link { color: #325B97; font-weight: bold; font-size: 14px; text-decoration: none;}
a.menu:visited { color: #325B97; font-weight: bold; font-size: 14px; text-decoration: none; }
a.menu:hover { color: #073C8D; font-weight: bold; font-size: 14px; text-decoration: underline; }

.navz {
border: 2px solid #325B97;
}

td.on {
background: #B5C0CF;
}

td.off {
background: #D6D3BD;
border: none;
}

.activepage {
font-style:italic;
text-decoration:underline;
}


/* outer layer subpage*/
#outersub {
background-image: url(../images/bsddev.jpg);
background-repeat: no-repeat;
background-position: bottom right;
background-color: #D6D3BD;
text-align: left;
color: inherit;
border: 2px solid #325B97;
margin: 0 auto;
padding: 10px;
width: 790px;
}

/* outer layer*/
#outer {
background-color: #D6D3BD;
text-align: left;
color: inherit;
border: 2px solid #325B97;
margin: 0 auto;
padding: 10px;
width: 790px;
}
