/* Site Colors:
	#1A446C - blue grey
	#689DC1 - light blue
	#D4E6F4 - very light blue
	#EEE4B9 - light tan
	#8D0D19 - burgundy
*/

html { height: 100%; width: 99%; }
body { width: 100%; height: 100%; margin: 1px; padding: 0px; border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; background: #FFFFFF;
	font-size: 12px; line-height: 1px; }
img { border: none; }
table, tr, td { font-weight: bold; border-collapse: collapse; vertical-align: top; font-size: 12px; line-height: 13px; }
a { color: #8D0D19;}

#header { height: 90px; margin: 0px; padding: 10px; text-align: left; 
	background: #003300; color: #D4E6F4; }
#header h1 { padding: 1em; margin: 1px;}
#main { background-image: url(images/noise.png); margin: 0px; padding: 0px; height: 552px; width: 100%; }
#structure { height: 600px; width: 100%; }
#footer { height: 2em; margin: 0px; padding: 1em; text-align: center; 
	background: #003300;  color: #FFFFFF; }

/* Navigation */
#navigation { padding: 4px; margin: 4px; width: 17%; color: #000000; background: #003300; font-style: italic; }
#navigation a { padding: 4px; margin: 4px; color: #FFFFFF; text-decoration: none; }
ul.subjects { padding: 4px; margin: 4px; color: #cccccc; list-style: none; }
ul.pages { padding: 4px; margin: 4px; list-style-type: disc; list-style: disc; }
.selected { padding: 4px; margin: 4px; font-style: italic; color: #FFFF00;}

/* Page Content */
#page {  background-image: url(../images/noise.png); padding-left: 1em; vertical-align: top;}
#page h2 { color: #8D0D19; margin-top: 1em;}
#page h3 { color: #8D0D19; }

.hlightred {
    font-weight: bold; 
    font-size: 12px;
    color: #FF0000; 
    font-family: verdana, tahoma, times, serif; 
    text-decoration: none;
}
.hlightwhite {
    font-weight: bold; 
    font-size: 12px; 
    color: #FFFFFF; 
    font-family: verdana, tahoma, times, serif; 
    text-decoration: none;
}
.hlightblue {
    font-weight: bold; 
    font-size: 10px; 
    color: #0000cc; 
    font-family: verdana, tahoma, times, serif; 
    text-decoration: none;
}
.mainframescroller {
    word-spacing: 0px;
    width:95%; 
    height:425px; 
    overflow: auto; 
    margin-left: 10px; 
    margin-right: 10px; 
    margin-top: 10px; 
    margin-bottom: 10px;
}



