/*                          */
/*	Rod's Main Style Sheet  */
/*                          */
/*	background-color:rgb(102,204,255);*/
body {
	background-color:#BFEFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12pt;
	padding: 8px; line-height: 1.3;
	color:black;
	}
p {	
	class= MsoNormal;
	text-align: left;
	margin-left:14.2pt;
	}
h1 {
	font-size: 24pt; 
	text-align: center;
	}
h2 {	
    font-size: 16pt;
	text-align: center;
	}
h3 {
	font-size: 10pt;
	text-align: left;
	margin-left:14.2pt;
	}
#navigation p {
	display: none;
	}
#navigation {
/*	width: 120px; no point in this line? */
	font-size: 12pt; 
	font-family: Arial; Helvetica, Sans-serif; 
	}
#navigation ul {
	margin: 0; 
	padding: 0;
	list-style: none; 
	}	
#navigation li a:link, #navigation li a:visited {
	padding: 5px 5px 5px 0.5em; 
	line-height: 25px;
	width: 130px;
	border-bottom: 1px solid #ED9F9F;	
	border-left: 12px solid #000099;
	border-right: 1px solid #000099; 
	background-color: #0066CC;
	color: #FFFFFF; 
	text-decoration: none;
	}
#navigation li a:hover {
	background-color: #000099;
	color: #FFFFFF;
	}
