BODY {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	max-width: 800px;
	text-align: center;
	margin: auto;
	background-color:#003300;
	color: #FFFFFF;
}

/* Globally remove margin, padding and borders.  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

A:link 		{ color: #00FF00; text-decoration: none; } 		
A:visited 	{ color: #00FF00; text-decoration: none; } 		
A:hover 	{ color: #FE9B00; text-decoration: underline; }	 
A:active 	{ color: #FE9B00; text-decoration: underline; }	  		


A IMG { border: 0 ; }
.hidden     { display: none; }

.topbar { 
		position: relative; clear: both;
		padding-bottom: 2.0em; max-width: inherit; text-align: center; margin-top: 10px;
		}   

.titlebar   { text-align: center; background-color: #464646; color: #FFFFFF; 
			  max-width: inherit; }
.titlebar A { color: #FFFF66; }						   /* Block at top of each page */
.titlebar A:visited { color: #CCB452; }
.date       { font-size: 0.8em;  text-align: right; vertical-align: middle; } 				  /* Today's date */

#navcontainer { 
	font-size: 0.8em;  text-align: left; padding-left: 0px; padding-right: 10px; 
	} /* Site navigation bar */
	
#navcontainer UL {
	padding-left: 0;
	margin-left: 0;
	background-color: #464646;
	color: #FFFFFF;
	float: left;
	}

#navcontainer UL LI { 
	display: inline; 
	text-align: left;
	}

#navcontainer UL LI A {
	padding: 0.2em 1em;
	background-color: #464646;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	}

#navcontainer UL LI A:hover
	{
	background-color: #00FF00;
	color: #000000;
	}

.here  		{ text-align: left;  float:left;  font-size: 0.8em;  
		 	  padding-left: 12px; padding-right: 10px; 
			  vertical-align: bottom;} /* You are here element */
.site-tools { text-align: right; float:right; font-size: 0.8em;  
 		 	  padding-left: 0px; padding-right: 10px; 
			  vertical-align: bottom;}  /* Site map, Text size changer etc */

.sitebar    { text-align: center; width: 100%; padding-left: 0px; padding-right: 0px;}
.left	    { text-align: left;  }
.right		{ text-align: right; }

.main	    { text-align: left; max-width: inherit; clear: both;}
.main TD    { text-align: left; padding-left: 4px; padding-right: 4px; }
  
TH, H1	{ color: #33CC00; font-size: 1.2em; text-align: left; padding-top: 1.0em;}
H2, H3	{ color: #33CC00; font-size: 1.1em; text-align: left; padding-top: 1.0em;}
P		{ padding-bottom: 1.0em; }

.role	{ padding-left: 1em; text-decoration: underline; width: 8em;}
.ref 	{  font-weight: bold}
.intro 	{  font-style: italic}
.biggest { font-size: 3.0em; text-align: left; }
.quote {  font-family: "Courier New", Courier, monospace; text-align: center; }

.intention { text-align: right; font-style:italic;}
.notes	  { font-size: 0.9em; font-style: italic;}
.daterow  { text-align: left; font-weight:bold; font-size: 1.0em;}

.divbar   { border-left-color: #C0C0C0; 	border-left-width: 1px; 	border-left-style: solid; width: 5px;}
.bullet	  { vertical-align: top; padding-top: 4px; width: 15px;}
.blank	  { width: 5px; background-color: #FFFFFF; }
.newitem  { vertical-align: top; width: 318px;}
.mainitem { vertical-align: top; width: 366px;}
.highlight{ background-color:#FF3333; font-weight: bold;}

.column-left   { text-align: left; float:left; 	width:40%;	padding:5px;}
.column-middle { text-align: center; 						padding:5px;}
.column-right  { text-align: left; float:right; width:40%; 	padding:5px;}

.copy       { font-size: 0.8em;  text-align: center;  
	padding-top: 2.0em; padding-right: 0em; padding-bottom: 0em; 	padding-left: 0em; 
	position: relative; bottom: 5px; 
			}										
.page   { position: static; clear: both; max-width: 800px; overflow: auto; padding: 10px; }

	
.lightrow { background-color:#555555; }
.darkrow  { background-color:#444444; }
.highrow  { background-color:#888888; font-weight: bold;}

.subjectlist   { 
	text-align: left;
	}
.subjectlist UL { 
	list-style-type: none;
	}
.subjectlist UL LI A {
	text-align: left;
	display: block;
	padding: 3px;
	}
.subjectlist UL LI A:hover 	{
	background-color: #FE9B00;
	color: #000000;
	}
	
.small { font-size: 0.8em; }