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

* { scrollbar-base-color:#004477; scrollbar-arrow-color:yellow; }
html { height: 100%; width: 100%; }
body { width: 100%; height: 100%; margin: 0px; padding: 0px; border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; line-height: 15px; overflow:hidden; }
img { border: none; }
table, tr, td { border-collapse: collapse; vertical-align: top; font-size: 13px; line-height: 15px;}
a { color: #8D0D19;}

#header { height: 70px; margin: 0px; padding: 0px; padding-bottom: 0px; text-align: left; 
	background: #1A446C; color: #D4E6F4; }
#header h1 {padding: 1em; padding-bottom: 0px; margin: 0px; font-size:24px; line-height:24px;}
#main { margin: 0px; padding: 0px; height: 100%; width: 100%; }
#bgi {
	position:absolute;
	left:0px;
	top:0px;
	width:80%;
}
#structure {
	height: 100%;
	width: 100%; 
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:1;
}
#footer { height: 2em; margin: 0px; padding: 1em; text-align: center; 
	background: #1A446C;  color: #D4E6F4; }

/* Navigation */
#navigation { width: 20%; padding: 1em 2em; color: #D4E6F4; background: #8D0D19;}
#navigation a { color: #D4E6F4; text-decoration: none; }
ul.subjects { padding-left: 0; margin-left:0; list-style: none; }
ul.pages { padding-left: 2em; margin-left:0; list-style: square; }
.selected { font-weight: bold;}
.unselected { font-weight: normal;}

/* Page Content */
#page { paddding:0px; vertical-align: top;}
#pageContent { padding-left: 10%; padding-right:10%;}
#page h2 { color: #8D0D19; margin-top: 1em;}
#page h3 { color: #8D0D19; }


