a:link {color: rgb(255,255,255); /* All unvisited links will be colored white */ }
a:visited {color: rgb(112,142,59); /* All visited links will be colored green */ }
a:hover {color: rgb(40,0,153); background: rgb(255,255,255);}
a:active {color: rgb(112,142,59); background: rgb(255,255,255);}
/* When the mouse pointer is over the link the link will be colored blue
and the background color of the link will change to yellow */
/* must be in this order: a:link, a:visited, a:hover, a:active */



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgb(255,255,255);
	line-height: 1.15;
	background-color: rgb(44,45,39);
	width: 776px;
	background-position: top center;
	margin: auto;
	text-align: center;
}


#caption {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}

table.main {
	width: 776px;
	cellspacing: 10px;
	border: 0px;
	cellpadding: 0px;
}


#content {
	width: 776px;
	text-align: left;
	margin: 0 auto;	
}

#content2 {
	margin-left: auto;
	margin-right: auto;
}

#content-left {
	float: left;
	width: 253px;
}

#content-right {
	float: right;
	width: 517px;
}

#content3 {
	background-color: rgb(195,253,184);
	color: rgb(44,45,39);
	padding: 20px;
}


#content3 a:link {
	color: rgb(0,0,255); 
	/* All unvisited links will be colored blue */ 
}

#content3 a:visited {
	color: rgb(90,0,140); 
	/* All visited links will be colored purple */ 
}

#content3 a:hover {
	color: rgb(0,0,255); 
	background: rgb(255,255,0);
	/* When the mouse pointer is over the link the link will be colored blue
	and the background color of the link will change to yellow */
}

#content3 a:active {
	color: rgb(255,0,0); 
	background: rgb(255,255,255);}

/* must be in this order: a:link, a:visited, a:hover, a:active */


#input1 {
	width: 300px;
	background-color: rgb(255,255,153);
}

#input2 {
	width: 100px;
	background-color: rgb(255,255,153);
}

#input3 {
	width: 400px;
	background-color: rgb(255,255,153);
}


#input4 {
	width: 40px;
	background-color: rgb(255,255,153);
}


#textarea1 {
	background-color: rgb(255,255,153);
}



h1 {
	font-size: 20px;
	font-weight: bold;
}


h2 {
	font-size: 18px;
	font-weight: bold;
}

#testimony {
	color: rgb(89,88,166);
	font-size: 16px;
	padding: 0px 5px 0px 5px;
}


#input1 {
	width: 300px;
}



#lnav {
	font-size: 14px;
	padding: 0px;
	margin: 1px;
}

#lnav td {
	width: 225px;
	text-decoration: none; 
	border: hidden;
}
	
#lnav a {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(255,255,255);
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 3px 3px 3px 10px;
	background-color: rgb(68,67,145);
}
	

#lnav a:link {
	border: 0px ;
}


#lnav a:visited {
	color: rgb(182,190,236);
	background-color: rgb(68,67,145);
}


#lnav a:hover {
	color: rgb(68,67,145);
	background-color: rgb(255,255,255);
	text-transform: uppercase;
}



#1nav a:active {
	color: rgb(68,67,145);
	background-color: rgb(182,190,236);
	text-transform: uppercase;
}






#nav2 {
	background-color: rgb(44,45,39);
	border: hidden;
	width: 245px;
	text-align: right;

}

#nav2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none
}

#nav2 li {
	margin: 0;
	padding: 2px 2px 2px 5px;
	width: 100%;
	display: block
}

html>body #nav2 li {
	width: 245px;
}


#nav2 li a {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(255,255,255);
	line-height: 20px;
	text-align: right;
	text-decoration: none;
	display: block;
	padding: 2px 2px 2px 5px;
	background-color: rgb(44,45,39);
}
	

#nav2 li a:link {
	border: 0px ;
}


#nav2 li a:visited {
	color: rgb(195,253,184);
	background-color: rgb(44,45,39);
}


#nav2 li a:hover {
	color: rgb(44,45,39);
	background-color: rgb(195,253,184);
	text-transform: uppercase;
}



#nav2 li a:active {
	color: rgb(255,255,255);
	background-color: rgb(112,142,59);
	text-transform: uppercase;
}




#nav2 li:first-child {
	border: none
}









#nav3 {
	background-color: rgb(68,67,145);
	border: hidden;
	width: 225px;
}

#nav3 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none
}

#nav3 li {
	margin: 0;
	padding: 2px 2px 2px 10px;
	width: 100%;
	display: block
}

html>body #nav3 li {
	width: auto;
}



#nav3 li a {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(182,190,236);
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 2px 2px 2px 10px;
	background-color: rgb(68,67,145);
}
	

#nav3 li a:link {
	border: 0px ;
}


#nav3 li a:visited {
	color: rgb(182,190,236);
	background-color: rgb(68,67,145);
}


#nav3 li a:hover {
	color: rgb(68,67,145);
	background-color: rgb(255,255,255);
	text-transform: uppercase;
}



#nav3 li a:active {
	color: rgb(68,67,145);
	background-color: rgb(182,190,236);
	text-transform: uppercase;
}




#nav3 li:first-child {
	border: none
}