/* Stylesheet.css */

/* Define body background color & font */
body { 
background-image: url('images/backgrounds/greenbk.jpg');
background-repeat: repeat;
font-family: 'book antiqua', geneva, georgia, serif;
text-align: left; 
color: #000000;
margin: 0; 
padding: 0; 
} 

/* Main Content */
#content{ 
background-image: url('images/backgrounds/ltstone.gif');
border: thick double #000000; 
margin: 2em auto; 
padding: 2em; 
width: 49em;
} 

/* Navigation*/
#navmenu{ 
position: fixed; 
top:1em; left: 0.5em; 
background-color: #ffffff; 
border: thin solid #000000; 
width: 5em; 
padding: 0.5em; 
font-weight: bold; 
font-size: medium; 
} 

img{ 
border-style: none; 
} 


img.logo{ 
position: relative; 
top: 0.5em; 
left:1em; 
margin-left:1em; 
} 

img.topper{ 
position: relative; 
top: -1em; 
left: 5em; 
margin-left:1em; 
} 

table.mid{
background-color: #98ADAE;
width: 95%;
position: relative;
left: 1em;
border: thin solid #000000;
text-align: center;
padding: 8px;
}

td.mid{
border: thin solid #000000;
text-align: center;
padding: 8px;
}


hr{
background-color: #9BB1AF; 
color: #9BB1AF;
width: 50%; 
text-align: center;
}

/* Boot main page*/
#boot{ 
background-image: url('images/backgrounds/ltstone.gif');
border: thick double #000000;
margin:1em auto; 
padding:1em; 
width: 45em; 
text-align: center; 
font-size: small;
} 

/* Page footer style */
#footer{
border-top: thick double #000000;
clear: both;      
width: 100%;
}

p{ 
margin: 1em; 
} 

/* Define Links*/
a:link { 
color:#596C6C; 
text-decoration: none; 
} 
a:visited { 
color:#000000; 
text-decoration: none; 
} 
a:hover { 
text-decoration:underline; 
} 

/* Define table Links*/
a.mid:link { 
color:#000000; 
text-decoration: none; 
} 
a.mid:visited { 
color:#ffffff; 
text-decoration: none; 
} 
a.mid:hover { 
text-decoration:underline; 
} 


/* Define  Hidden Links*/
a.solidblk { 
color: #000001; 
cursor: text; 
text-decoration: none; 
}