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

html { height: 95%; width: 95%; }
body { width: 1000px; height: 95%; margin: 0px; padding: 0px; border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; background-color:#000000;
	font-size: 13px; line-height: 15px; }
img { border: none; }
table, tr, td { border-collapse: collapse; vertical-align: top; font-size: 13px; line-height: 15px;}
a { color: #006699;}

#header {
	height: 60px;
	padding: 0px;
	text-align: left;
	color: #CCCCCC;
	background-color: #000000;
	background-image: url(../images/Header.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#header h1 { padding: 1em; margin: 0px;}
#main { margin: 0px; padding: 0px; height: 600px; width: 1000px; background-color: #333333; }
#structure { height: 600px; width: 1000px }
#footer {
	height: 25px;
	margin: 0px;
	width: 1000px;
	text-align: center;
	background-color: #333333;
	color: #FFFFFF;
	background-image: url(../images/grid_sqare.png);
	padding-top: 5px;
}

/* Navigation */
#navigation {
	width: 240px;
	color: #666666;
	background-color: #333333;
	
	
	padding-bottom: 10px;
	
	background-image:url(../images/menu_bottom.jpg);
	
}
#navigation a {
	color: #333333;
	text-decoration: none;
	
}
ul.subjects { padding-left: 0px; list-style: none; }
ul.pages { padding-left: 2em; list-style: square; }
.selected { font-weight: bold; }

/* Page Content */
#page { padding-left: 1em; vertical-align: top; background-color: #333333; }
#page h2 { color: #FF3300; margin-top: 5px;}
#page h3 { color: #FF3300; }


#navigation ul {
	text-indent: 0px;
	margin: 0px;
	list-style-type: none;
}
#navigation li {
	background-image: url(../images/Button.jpg);
	height: 30px;
	width: 245px;
	padding-top: 8px;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	display: block;
}
