@charset "UTF-8";
/* CSS Document */
/* Site Colors:
	#1A446C - blue grey
	#689DC1 - light blue
	#D4E6F4 - very light blue
	#EEE4B9 - light tan
	#8D0D19 - burgundy
*/

html { height: 100%; width: 100%; }
body {
	position: relative;
	width: 1024px; 
	 
	margin: 0  auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:90%;
	background-color: #FFF;
	border-left-color:#CCC;
	border-right-color:#CCC;
	border-left-style: ridge;
	border-right-style: ridge;
}
#nav { text-align:center; background-color:#000;color: #9CF;
	
}
img { border: none; }
table, tr, td { border-collapse: collapse; vertical-align: top; font-size: 13px; line-height: 15px;}
a { color: #9CF; text-decoration:none;}
a:visited {
	color: #9CF;
	text-decoration:underline;
}

a:hover {
	color: #FFF;
	
}

#header { height: 70px; margin: 0px; padding: 0px; text-align: center; 
	background: #1A446C; color: #D4E6F4; }
#header h1 { padding: 1em; margin: 0px;}
#main {  width:1024px; height:650px;  }
#left_main {width:400px; height:650px; padding:15px}
#right_main {width:500px; height:650px;padding:15px}
#structure { height: 600px; width: 100%; }
#footer { height: 2em; margin: 0px; padding: 1em; text-align: center; 
	background: #1A446C;  color: #D4E6F4; }

/* Navigation */
#navigation { width: 150px; padding: 1em 2em; color: #D4E6F4; background: #8D0D19; }
#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; }
#page h2 { color: #8D0D19; margin-top: 1em;}
#page h3 { color: #8D0D19; }


