body { margin: 0pt;
padding: 0pt;
min-width: 700px;
font-family: Arial,Helvetica,sans-serif;
font-size: 9pt;
color: rgb(102, 102, 102);
background-color: rgb(128, 170, 210);
font-size: 13pt;
}

h1 { color: rgb(0, 155, 63);
font-family: Arial,Helvetica,Verdana;
     font-weight: bold;
font-size: 32px;
}
h2 { color: rgb(51, 102, 153);
font-family: Helvetica,Verdana,Arial;
font-size: 25px
}
h3 { color: #518CC2;
font-family: Arial,Helvetica;
font-size: 13pt;
font-weight: bold;
}



/***********************************************
ContentTop Hold the Flash Banner on the index.php page
************************************************/
#contenttop { margin: 0pt 0pt 0pt 160px;
padding-top: 0px;
padding-left: 0px;
border-top-width: 3px;
border-top-color: rgb(255, 255, 255);
border-top-style: solid ! important;
border-left-width: 1px;
border-left-color: rgb(255, 255, 255);
border-left-style: solid ! important;
background-color: rgb(255, 255, 255);
}
/**********************************************
Container holds all the divs 
***********************************************/
#container { margin: 0pt auto;
width: 700px;
background-color: rgb(128, 170, 210);
border-left-width: 2px;
border-left-color: rgb(255, 255, 255);
border-left-style: solid ! important;
border-bottom-width: 2px;
border-bottom-color: rgb(255, 255, 255);
border-bottom-style: solid ! important;
}



/***********************************************
Top of page image
*************************************************/

#banner { margin: 0pt;
padding: 0px;
text-align: left;
color: rgb(0, 0, 0);
background-color: rgb(255, 255, 255);
background-image: url(../img/toplogo1.jpg);
height: 150px;
}
#banner h1 { margin: 0pt;
padding: 0.5em;
}




/***************************************************
The Small line under the top image
*****************************************************/
#belowbanner { background-color: rgb(128, 170, 210);
}



/*****************************************
           Navagation Bar 
*****************************************/
#nav { float: left;
margin-top: 0px;
margin-bottom: 0%;
margin-left: 0px;
margin-right: 0px;
width: 160px;
text-align:right;
background-color: rgb(128, 170, 210);
}

#nav img {
	border:0px;
padding:0px;
display:block;
margin-left: 10px;
}

#nav A:link, a:hover, a:visited {
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;

}

#nav a:hover {
	color: #555;
	font-size: 10pt;
	font-weight: bold;
}


.embedtoolbar li {
	 list-style: none;
border:0px;
margin-left:-15px;
margin-top:0px;
margin-bottom:0px;
padding:2px;
text-align: left;
}
	
.toolbar li {
	 list-style: none;
border:0px;
margin-left:-25px;
padding:2px;
text-align: left;
}

.toolbar1 li {
	 list-style: none;
border:0px;
margin-left:-25px;
padding:2px;
text-align: left;
}


/*********************************
Center Box with all the Content
**********************************/

#content { margin: 0pt 0pt 0pt 160px;
padding-top: 10px;
padding-left: 1em;
background-color: rgb(255, 255, 255);
min-height:700px;
}
/* for Internet Explorer */
/*\*/
* html #content{
height: 700px;
}
/**/

#content  A:visited {
	color: #005528;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	text-decoration: underline;
	font-weight:normal;
}
#content  A:link {
	color: #005528;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	text-decoration: underline;
	font-weight:normal;
}
#content A:hover {
		color: #005528;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	text-decoration: underline;
	font-weight:bold;
}

#content h2 { margin-top: 0pt;
}

#test A:link{
	color: #555;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight:normal;
}
#test A:visited {
	color: #555;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight:normal;
}

#test A:hover {
		color: #555;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight:bold;
}





/******************************************************
Footer is on the bottom of every page contains contact info
******************************************************/
#navbottom { 
float: left;	
margin-left: 10px;
width: 650px;
background-color: rgb(128, 170, 210);
font-weight:bold;
font-family: Arial,Helvetica,sans-serif;
font-size: 12pt;
color: #fff;
}

#navimage { 
float: left;	
margin-bottom: 0px;
width: 150px;
background-color: rgb(128, 170, 210);
font-weight:bold;
font-family: Arial,Helvetica,sans-serif;
font-size: 12pt;
color: #fff;
}


#footer {           
border-top: 0px solid rgb(51, 51, 51);
padding: 0px;
float: right;
background-color: rgb(255, 255, 255);
text-align: center;
min-height: 72px;
color: #555;
font-size: 10px;
width:702px;
}

#footer A:visited {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight:normal;
}
#footer A:link {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight:normal;
}
#footer A:hover {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight:bold;
}




