body {background-color: rgb(242,226,226); 
	color:rgb(128,0,128);	 
	font-family: "Trebuchet MS", arial, "sans serif";
		}

a:link {color: rgb(128,0,255);}
a:visited {color: rgb(128,0,255);}
a:hover {color: rgb(200,150,255);}
a:active {color: rgb(155,155,155);} 

div.heading { 
	border-width: 3px; 
	border-color: rgb(198,166,198);
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-color: rgb(255,255,255);
	background-image: url("background1.jpg");
	background-repeat: repeat;
				} 


div.buttons {  
	width: 25%;
	float: left;  
	text-align: center;
	padding-left: 3px;
	padding-right: 3px; 
	
} 

div.textarea { background-color: rgb(255,255,255);
	width: 68%;
	float: right; 
	text-align: left;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-width: 3px; 
	border-color: rgb(198,166,198);
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
 	}

td.jbutton { background-color: rgb(230,198,230);  
	border-width: 3px;
	border-style: outset;
	border-top-color: rgb(198,166,198);  
	border-left-color: rgb(198,166,198); 
 	border-bottom-color: rgb(50,40,50); 
 	border-right-color: rgb(50,40,50); 
	height: 42px; width: 25%;
	text-align: center;
	vertical-align: middle;	}	

td.samplecell { background-color: rgb(255,255,255);
	height: 300px; width: 740px;}


	
div.testimonials { 
	width: 68%;
	float: right; 
	text-align: left;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-width: 3px; 
	border-color: rgb(198,166,198);
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
 	}

div.testileft { background-color: rgb(255,255,255);
	width: 42%;
	padding: 10px;
	margin: 10px;  
	border-width: 3px;
	border-style: solid;
	border-color: rgb(198,166,198);  
	text-align: left;
	margin: 10px;
	float: left; 
	}
div.testiright { background-color: rgb(255,255,255);
	width: 42%;
	padding: 10px;
	margin: 10px;  
	border-width: 3px;
	border-style: solid;
	border-color: rgb(198,166,198);  
	text-align: left;
	margin: 10px;
	float: right; 
	}
	

.plainblack { color: rgb(0,0,0);
	}


p.bigtext { font-size : 1.5em;
	line-height: 2.0em;
	text-align: center;
	 } 

p.centered { 
	text-align: center;
	 } 

b.vbigtext { font-size : 2.0em;
		 } 


b.samples { line-height: 2.0em; } 

img.wren { 
	margin: 10px;
	width: 100px;
	height: 75px;
	}

img#jhead { 
	width: 263px;
	height: 150px;
	margin: 0px;
	}


img.w3clogo { 
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 88px;
	height: 31px;
	border-style: none;
		}

.clearfloat { 
	clear:both;
    	height:0;
    	font-size: 1px;
    	line-height: 0px;
	}