
body {
	background-color:#008000;
	color:#000000
}


p {text-align:left}



h1,h3 { 	
	color:#008000; 
	font-family:arial,sans-serif;
	font-style:italic
}




table.border1 { 
	width: 800px;
	padding:2px;
	background-color:#663333
}




table.border2 { 
	padding:2px;
	background-color:#993300
}


table.main { 
	padding:"0";
	background-color:#ffffcc
}


table.content { 
	vertical-align:top;
}




















A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}






/***************************** NAVIGATION STYLE BELOW HERE ********************************/
/********** http://www.hicksdesign.co.uk/journal/highlighting-current-page-with-css *******/


#navcontainer
{
margin: 0 0 1em 0;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #fff;
width: 150px;
height: 21px;
border-top: 1px solid #f5d7b4;
border-left: 1px solid #f5d7b4;
border-bottom: 1px solid #f5d7b4;
border-right: 1px solid #f5d7b4;
padding: 0;
margin: 0 0 10px 0;
/* color below was #930   */
color: #008000;
text-decoration: none;
display: block;
text-align: center;
/* character original sizes below are: 10px/18px */
font: normal 12px/21px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
/* color below was #930   */
color: #008000;
background: #f5d7b4;
}


/********************* THIS IS THE CODE TO CHANGE WHEN A NEW WEBPAGE IS ADDED ***************/
/****** Each new page must have a body id. e.g. like this <body id="home">                  */
/****** A link must be added to the navigator menu for the new page and it must have an id. */
/****** e.g. like this <li><A HREF="index.html" target="_top" id="homenav">Welcome</A></li> */
/********************************************************************************************/

body#home a#homenav,
body#candida a#candidanav,
body#highenergy a#highenergynav,
body#links a#linksnav, 
body#test a#testnav
{
	color: #fff;
	/* color below was #930   */
	background: #008000;
}


/*****************************NAVIGATION STYLE ABOVE HERE ********************************/
/********** http://www.hicksdesign.co.uk/journal/highlighting-current-page-with-css *******************/








