<style type="text/css">
<!--
body
{
   
    background-color: #CCFFFF;
	padding: 0px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
	
}

.container { 
	width: 730px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 10px 0 10px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.content
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 10px 0px 20px; /* keeps text off the borders */
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-size: .9em;
   margin: 10px;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 1.3em;
	color: #333;
	
	
}

H1.title
{
	font-family: palatino, garamond, georgia, times, 'times new roman', 'new york', serif;
	color: #0000FF;  
	font-size: 1.3em;
	font-weight: 800;
	margin-top: 2px;
	letter-spacing: .1em;
	text-align: center;
	background-color: #0033FF  /*dark blue bar BG for subtitles*/
	padding: 2px 20px 2px 20px;
}

H2.subtitle
{
	font-family: Geneva,verdana, arial, helvetica, sans-serif;
	color: #FF0033;  
	font-size: .75em;
	font-weight: 600;
	text-align: center;
	
}


A:link
{
	color: #FFFFFF;
	text-decoration: underline;
}

A:visited
{
	color: #CCFF99;
	text-decoration: underline;
}



A:active 
{ color: #3399FF; 
text-decoration: underline;
}

A:hover 
{ color: #FFFF00;
text-decoration: underline;
}

p.ctr {

font-family: Geneva,verdana, arial, helvetica, sans-serif;
	color: #99FFFF;  
	font-size: .3em;
	font-weight: 500;
	text-align: center;
margin-top: 2px;
margin-bottom: 2px;

}

.indentblue
{
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 5px;
	color: #0000FF;
	font-size: 1em;
	font-weight: normal;
	
}

.title2 
{
     background-color: #0066CC;  /*blue bar BG for subtitles*/
     color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    padding: 10px 20px 10px 20px;
}

UL.indentblue25
{
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 25px;
	margin-bottom: 5px;
	color: #0000FF;
    font-size: .9em;
	
}

UL.indentblue325
{
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 325px;
	margin-bottom: 5px;
	color: #0000FF;
	 font-size: .9em;
	
}

UL.indentblue350
{
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 350px;
	margin-bottom: 5px;
	color: #0000FF;
	 font-size: .9em;
	
}

-->
</style>
