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

html { height: 100%; width: 100%; }
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #D4E6F4;
	font-size: 13px;
	line-height: 15px;
	background-image: url(../images/LakeIsland.jpg);
}
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; text-align: left; 
	background: #02021e; color: #D4E6F4; }
#header h1 { padding: 1em; margin: 0px; color: #D4E6F4; }
#main { margin: 0px; padding: 0px; height: 600px; width: 100%; background: #EEE4B9; }
#structure { height: 600px; width: 100%; }
#footer { height: 2em; margin: 0px; padding: 1em; text-align: center; 
	background: #02021e;  color: #D4E6F4; }

/* Navigation */
#navigation {
	width: 165px;
	padding: 1em 1em;
	color: #D4E6F4;
	background-image: url(../images/nav_bg.jpg);
	background-color: #8D0D19;
	background-repeat: repeat-y;
	background-position: center bottom;
}
#navigation a { color: #D4E6F4; text-decoration: none; }
ul.subjects { padding-left: 0; list-style: none; }
ul.pages { padding-left: 2em; list-style: square; }
.selected { font-weight: bold; }

/* Page Content */
#page {
	padding-left: 2em;
	vertical-align: top;
	background: #EEE4B9;
	background-image: url(../images/page_bg.jpg);
	background-position: center bottom;
}
#page h2 { color: #8D0D19; margin-top: 1em;}
#page h3 { color: #8D0D19; }

