/*-----------------------------------------------------------*//* The BODY tag defines styles that apply to the entire page *//*-----------------------------------------------------------*/body {	margin: 0; /* Don't change this */	font-family: Arial, Helvetica, sans-serif;	font-size: .75em;}/*-----------------------------------*//* The header at the top of the page *//*-----------------------------------*/#header {	background-color: #99CC33;	color: #ffffff;	padding: 15px;}#header h1 {	font-size: 1.5em;	letter-spacing: 2px;	margin: 0;	display: block; /* Don't change this */	color: #003300;}#header h2 {	font-size: 1.2em;	letter-spacing: 1px;	margin: 0;	color: #FFFFFF;	display: inline; /* Don't change this */}/*--------------------------------*//* The navogation bar on the left *//*--------------------------------*/#navigation {	background-color: #CCFFCC;}#navigation ul {	list-style: none; /* Don't change this */	padding: 0; /* Don't change this */	margin: 0; /* Don't change this */	background-color: #003300;	color: #CCFF00;}#navigation li {	padding: 0; /* Don't change this */	margin: 0; /* Don't change this */	color: #99FF33;	}#navigation li a {	color: #99CC33;	text-decoration: none;	text-align: right;	display: block; /* Don't change this */	padding: 6px 15px;	border-bottom: 1px dashed #999999;}#navigation li a:hover {	background-color: FFCC33;}/*----------------------------------------*//* The main content area of the the page. *//*----------------------------------------*/#content {	padding: 15px 15px 50px 15px; /* Don't change this */	border-left: 1px solid #999999;	background-color: #C1CCBF;	width: 600px;}#content h1 {	color: #6C726B; /* Change this to change the text color. */	letter-spacing: 2px;	font-size: 1.5em;	margin-top: 0;	margin-bottom: 20px;}#content h3, {	color: #666666; /* Change this to change the text color. */	font-size: 1.3em;}#content img{	margin:0 0 5px 0;	padding: 0;}#content table{margin:0 5px; padding:0 2px;}
