/* Site Colors:
	#1A446C - blue grey
	#689DC1 - light blue
	#D4E6F4 - very light blue
	#EEE4B9 - light tan
	#8D0D19 - burgundy
	My colors
	#dedd11 - light Orange
	#feff99- Light Pink
	#4d1111 - Monk Red
*/

html { height: 100%; width: 100%; }
body { width: 100%; height: 100%; margin: 0px; padding: 0px; border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; background: #520002;
	font-size: 13px; line-height: 15px; }
img { border: none; }
table, tr, td { border-collapse: collapse; vertical-align: top; font-size: 13px; line-height: 15px; text-align:justify; color:#feff99; }
a { color: #feff99; text-decoration: none;}
#home{ color:#dedd11;font-family:  Helvetica, Verdana, Arial, sans-serif;font-size: 15px; font-weight:700; text-align:center; vertical-align:top;}
#vbottom{ vertical-align:bottom;}

#header1 { height: 10px; margin: 0px; padding: 0px; text-align: left; 
	background: #dedd11; color: #D4E6F4; }
#header2 { height: 50px; text-align: center;  vertical-align:bottom; background: #feff99; color: #4d1111; font-family:  Helvetica, Verdana, Arial, sans-serif; font-size: 12px; font-weight:500;  }
#header h1 { padding: 1em; margin: 0px;}
#main { margin: 0px; padding: 0px; height: 600px; width: 100%; background: #EEE4B9; }
#structure { height: 600px; width: 700px; }
#footer { height: 2em; margin: 0px; padding: 1em; text-align: center; 
	background: #1A446C;  color: #D4E6F4; }

/* Navigation */

#menu { height:35px; width:150px; background-color:#661416; vertical-align:middle; text-align:left; color:#e6d58a; font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 15px; font-weight:700; }
#sidemenu { height:35px; width:150px; background-color:#661416; vertical-align:middle; text-align:left; color:#e6d58a; font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 15px; font-weight:500; }
#topmenu { height:30px; background-color:#661416; vertical-align:middle; text-align:left; color:#e6d58a; font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 15px; font-weight:700; }
#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; }
h1{color:#dedd11;font-family:  Helvetica, Verdana, Arial, sans-serif;font-size: 18px; font-weight:700; text-align:center; vertical-align:top; text-align:center}
h2{color:#dedd11;font-family:  Helvetica, Verdana, Arial, sans-serif;font-size: 16px; font-weight:500; text-align:center; vertical-align:top;}
h3{color:#dedd11;font-family:  Helvetica, Verdana, Arial, sans-serif;font-size: 15px; font-weight:300; text-align:center; vertical-align:top; text-shadow:#00CC00}