BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #6699cc;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
/*	font-weight: 600;*/
}
P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color : #000000;
}
H2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000000; 
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color : #000000;
}
A:ACTIVE {
	color: #006666;
}
A:HOVER {
	color: #006666;
}
A:LINK {
	color: #006666;
}
A:VISITED {
	color: #006666;
}
TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
TD{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
 }
 
 DIV.hope  {
	font-family : HotAirExtended, "Lucida Calligraphy", Arial, Helvetica, sans-serif;
	font-size : 16pt;
	text-align : center;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
}

.footer A:ACTIVE {
	color: #000000;
}
.footer A:HOVER {
	color: #000000;
}
.footer A:LINK {
	color: #000000;
}
.footer A:VISITED {
	color: #000000;
}

.footera{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: Black;
	color: White;
}

.footera A:ACTIVE {
	color: #FFFFFF;
}
.footera A:HOVER {
	color: #FFFFFF;
}
.footera A:LINK {
	color: #FFFFFF;
}
.footera A:VISITED {
	color: #FFFFFF;
}





/*Not Yet On Current Website 06/21/10*/
/*---------------------------------------------------------------------------*/
/*Begining of Navigation*/
#navcontainer {
background-color: #6699cc;
}

#navcontainer ul
{
margin:0 0 0 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
/*text-indent: 25px;*/
/*Padding from left to give center feel under title*/
/*padding-left: 170px;*/
}

#navcontainer li{
display: inline;
}

#navcontainer a 
{
/*border-right: #000000 2px solid;
border-left: #000000 2px solid;
*/
color: #ffffff;
background-color: #6699cc;
cursor: pointer;	
font-size: 14px; 
/*padding: 0px;*/
height: 25px;
line-height: 25px;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 10px;
padding-right: 10px;
/*If want border on left or right of the item*/
/*border-right: #000000 1px solid;*/
text-decoration:none;
}

#navcontainer a:link, #navlist a:visited
{
display: inline;
/*
border-right: #000000 2px solid;
border-left: #000000 2px solid;
*/
color: #ffffff;
background-color: #6699cc;
cursor: pointer;	
font-size: 14px; 
height: 25px;
line-height: 25px;
text-decoration:none;
}

#navcontainer a:hover
{
color: #ffffff;
background-color: #0000CC;
cursor: pointer;
font-size: 14px; 
text-decoration:none;
height: 25px;
line-height: 25px;
}

/*---------------------------------------------------------------------------*/
/*End of  Navigation*/
