body {
/* background color is dark grey */
	background-color: #333333;
/* commented out margin settings cuz I'm using default which I think is 10 px */	
	/*
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	*/
}


/* Hide dotted image outline from Firefox and Netscape */ 
a {outline: none; 
}

/*
a:link, a:hover {
	color: #003444;
	text-decoration: none;
}


a:link, a:visited, a:hover {
	text-decoration: underline;
}
*/


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;

}

h1{
 font-size: 20px;
}

h2{
 font-size: 17px;
}

h3{
/* used for Bottom Left text */
 font-size: 14px;
	font-weight: bolder;
	color: #003444;
}

h4{
 font-size: 14px;
 	font-weight: bolder;
	color: #FFFFFF;
	
}

h5{
 font-size: 12px;
}

h6{
 font-size: 9px;
}

 /* the headings below are for italics  */

h7{
 font-size: 9px;
}


p {
 font-size: 12px; /* was 16 */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/* DIV - JL - doesnt seem to work
div#flash {
margin:auto;
}
*/

/* styles */
.style1 {
	color: #EB5324;
	font-style: italic;
}


/* I don't understand the code below, so commented out */
/*
#title{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 50%;
}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/*********** #sectionLinks styles ***********/

/*
#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}
*/
