/* -----------General Formating------------------- */
body.backg
{
margin:.5cm;
padding:0;
background-image: url('../graphics/oak_bkg_mirror.png');
background-repeat:repeat-y;
background-position: center top;
background-color: #000066;
}
img.header 
{
border-style: outset;
border-width: 10px;
border-color: #800000;
}
div.container
{
width: 1000px;margin-left: auto;margin-right: auto;
}
div.middle
{
background-image: url('../graphics/texture_bkg.png');
font-family: times;
font-size: 14pt;
width: 970px;
vertical-align: middle;
border-style: outset;
border-width: 10px;
border-color: #800000;
background-color: #ffffff;
padding: 10px;
}
p.middle
{
font: 14pt Times;
color: black
}
a.middle:link{color: blue;font-size: 14pt;font-weight: normal;text-decoration: none}
a.middle:visited{color:  blue;font-size: 14pt;font-weight: normal;text-decoration: none}
a.middle:hover{color: black;font-size: 14pt;background: #66FFFF;font-weight: normal;text-decoration: none}
a.middle:active{color: blue;font-size: 14pt;background: #FFFFFF;font-weight: normal;text-decoration: none
}
div.footer
{
border-style: outset;
border-width: 10px;
border-color: #800000;
padding: 10px;
margin-top: 5px;
width: 970px;
height: 55px;
font-family: arial;
text-align: center;
background-image: url('../graphics/foot_bkg.png');
}
h3
{
font: 16pt Arial;
font-weight: bold;
color: #336699;
}
/* Pull down menu bar CSS---------------------------------------------------- */
#navigation
{width:100%; height:30px; background:#006699;font: 11pt arial;}

#navigation ul
{margin:0px; padding:4px;}

#navigation ul li
{display:inline; float:left; list-style:none; margin-left:15px; position:relative; height:25px;}

#navigation li a
{color:#fff; text-decoration:none;}

#navigation li a:hover
{color:#fff; text-decoration:underline;}

#navigation li ul
{margin:0px; padding:0px; display:none; position:absolute; left:0px; top:23px; background-color:#999;}

#navigation li:hover ul
{display:block; width:125px;}

#navigation li li
{list-style:none; display:list-item;}

#navigation li li a
{color:#fff; text-decoration:none;}

#navigation li li a:hover
{color:#fff; text-decoration:underline;}
/* -------End CSS drop down menu --------------------------- */
