/* CSS Styles Sheet */

/* Begin General Styles */
body {
	background: #221e1f url(images/bkgdots.gif) repeat 0;
	background-attachment: fixed;
	text-align: center;
	margin: 0px;
	padding:0px;
}
/* End General Styles */

/* Container for the main base */
#container {
	background-color: #e6ebf2;
	padding: 0px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background:none;
	width: 760px;
	height: 97px;
	margin-left: auto;
	margin-right: auto;
}

#menubar {
	padding: 0px;
	margin: 0px;
	width: 760px;
	height: 25px;
	float:left;
}

/* Begin menu style */
table {
	background:#ffffff;
	text-align: left;
	float:left;
}
table a {
	color:#e3f3de;
	text-decoration:none; 
	margin-left: 3px; 
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
table a:hover{
	color:#009966;
	text-decoration:none; 
}
td.menu {
	background:#9bc88c;
}
table.menu
{
position:absolute;
visibility:hidden;
}
/* End menu style */


/* Begin Container for content */
#content {
	width: 760px;
	overflow: auto;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	float:left;
}
#content h1 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #003875;
	text-align:left;
	margin: 35px 0px 8px 60px;
}

.text {
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #003875;
	margin: 0px 60px 0px 60px;
	text-align:left;
}

ul.text {
	padding-left:35px;
}
 
.imageright {
	float: right;
	margin: 0px 5px 20px 10px;
}
.imageleft {
	float: left;
	margin: 0px 10px 20px 0px;
}

div#testimonial {                       
        text-align: center;                     
        font-family: Verdana, sans-serif;                       
        font-size: 80%;                 
        color: #003875;             
        border-top: 1px solid #003875;                  
        border-bottom: 1px solid #003875;                       
        padding: 5px;                   
        width: 80%;  
        margin: 0px 60px 0px 60px;
   		background:  #E5E5E5;

}             

                  
div#testimonial .qt {                   
        font-family: Georgia, serif;                    
        color: 	#003875  ;                 
        font-size: 120%;                        
        font-style: oblique;            
}


/* End Container for content */

/* Begin container for bottom menu bar*/
#bottombar {
	background: #006666;
	width: 760px;
	height: 25px;
	float:left;
}
#bottombar h2 {
	margin: 6px 0px 0px 0px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #e3f3de;
	text-align:center;
}
#bottombar h2 a:visited, #bottombar h2 a:link {
	color: #e3f3de;
	text-decoration: none;
}
#bottombar h2 a:hover {
	color: #6fc57f;
	text-decoration: none;
}
/* End container for bottom menu bar*/

/* Begin container for footer*/
#footer {
	background-color: #a8d499;
	width: 760px;
	height: 24px;
	float:left;
}
#footerLeft {
	background-color: #a8d499;
	width: 500px;
	height: 24px;
	float:left;
}
#footerLeft h3 {
	margin: 0px 12px 0px 12px;
	text-align: left;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #006666;
}
#footerRight {
	background-color: #a8d499;
	width: 260px;
	height: 24px;
	float:left;
}

#footerRight h4 {
	margin: 0px 12px 0px 12px;
	text-align: right;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #006666;
}
#footerRight h4 a:visited, #footerRight h4 a:link {
	color: #006666;
	text-decoration: none;
}
#footerRight h4 a:hover {
	color: #000000;
	text-decoration: none;
}
/* End container for footer*/

/* End Container Styles */