body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10%;
	margin-bottom: 10px;
	margin-left: 10%;
}

#mainTable {
	width: 700px;
	background-color: #FFFFFF;

}

#header {
	width: 700px;
	height: 120px;
	padding: 0px;
	margin: 0px;
}

#navigation {
	width: 200px;
	border-left: 1px solid #FF9900;
}

#navigation a:link, #navigation a:visited {
	color: #FF8040;
	text-align: left;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	display: block;
	line-height: 1em;
}

#navigation a:hover {
	color: #99CDD0;
	text-align: left;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	display: block;
	line-height: 1em;

}

#footer {
	background-color: #FF9900;
	color: #FFFFFF; 

}

#content {
	text-size: 95%;
}

#content a:link, a:hover, a:visited {
	color: #FF6600;
	text-decoration: underline;
}

 h1:first-child {margin-top: 0;}	/*starts first h1 in TD flush top*/
 h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
 h3:first-child {margin-top: 0;} /*starts first h3 in TD flush top*/
 h1 { 	font-size: 130%; 
 		color: #FF9900;}
 h2 { font-size: 110%; 
 		color: #FF9900;}
 h3 { font-size: 100%;
 		color: #FF9900;}
 h4 { font-size: 10px;
 		background-color:#FFFFCC;}
 h5 { font-size: 12px;
 		background-color:#99CC99;}

