

/*
BODY { background: white; color: brown }
H1   { font: 18pt Arial bold  }
P    { font: 12pt Arial; text-indent: 0.5in }
P.initial:first-letter { font-size: 200%; float: left }
A:link    { color: red }      /* unvisited links */


/*active links*/
a:active{
color: white;
background-color: transparent;
font-weight: normal;
text-decoration: none;
}
/*unvisited links*/
a:link 
{
color: white;
background-color: transparent;
font-weight: normal;
text-decoration: none;
}
/*visited links*/
a:visited 
{
color: white;
background-color: transparent;
font-weight: normal;
text-decoration: none;
}
/*mouse over behavior*/
a:hover
{
color: #578FFF;
background-color: transparent;
text-decoration: none;
font-weight: normal;
}

body{
background-color: #000533;
color: auto;}

h1,h2,h3,h4,h5,h6,p {margin: 0;}

h3{font-size: 1.25em; margin-top: 5px; color: white;}
h4{font-size: 1em;
font-family: georgia, times, serif;
margin-left: 25px;
}

form
{margin: 15px;
background: transparent;
width: 65%;
margin-left: 15%;
color: white;
}

.bold{font-weight: bold;}
.frontpage{float: right; width: 400px; height: auto;}
.under{text-decoration: underline;}


#header 
{color: white;
margin-left : 20px;
padding: 10px;
width: 85%; 
background-color: #000533;
margin-bottom: 0;
border-style: dotted;
border-width: 1px 1px 1px 1px;
}

#header img
{vertical-align: bottom;
margin: 10px 0px 0px 0px;
}

#middle
{
background-color: #000533;
color: #CDCECD;
width: 85%;
margin: 0px 0px 0px 20px;
padding: 10px;
border-style: dotted;
border-width: 0px;
border-color: white;
font-family: helvetica, verdana, sans-serif;
}


#middle h1{margin: 150px 0 0 0; color: white;} 



#footer{

width: 85%;
margin-left: 20px ;
margin-top: 50px;
margin-bottom: 20px;
background-color: #000533;
padding: 10px;
border-style: dotted;
border-width: 0px;
border-color: white;

}

#footer p
{color: white; text-align: center; font-size: .9em; font-family: monospace; letter-spacing: .2em;}


ul.navmenu{
color: auto;
background-color: transparent;
font-size:1.3em;
list-style: none;
float: left;
border-style: dotted;
border-width: 0px 0px 0px 0px;
border-color: white;
margin: 0px 15px 15px 8px;
padding: 10px;

}

#pics {
width: 450px; 
height: auto; 
background-color: transparent; 
margin-left: 25%; 
margin-right: auto;

font-family: sans-serif;
border-style: dotted;
border-width: 1px 0px 0px 0px;
padding: 5px;
margin-top: 5px;}

#pics img
{
vertical-align: top; 
border-width: 1px; 
border-style: inset;
margin: 5px;
background: transparent;
max-width: 100%;
height: auto;
width: auto;

}

table{
width: 1200px;
margin: 50px 0px 0px 20px;
layout: auto;
border: solid white 10px; 
border-collapse: separate;
border-spacing: 5px; 
background-color: white; 
color: black; }


td{
border: solid blue 0px; 
text-align: left;}

td.bold {font-weight: bold;}

td.ed {color: black; border-width: 0 0 0 100px; border-color: transparent;}

th {background-color: white; color: black; text-align: left; font-weight: bold; font-size: 18pt;}
th.indent {text-align: center;}

  

/*

img.outset{
border-style: outset;}
img.inset{
border-style: inset;}
img.ridge{
border-style: ridge;}
img.solid{
border-style: solid;}
img.dashed{
border-style: dashed;}
img.dotted{
border-style: dotted;}
img.groove{
border-style: groove;}
*/

/*
P.initial:first-letter { font-size: 200%; float: left }
*/


#pics a:active{color: #acb2ff; 
background-color: transparent;}
#pics a:visited{color: #acb2ff; 
background-color: transparent;}
#pics a:link{color: #acb2ff; 
background-color: transparent;}
#pics a:hover{color: #578FFF;
 background-color: transparent; }
