.cc				{ font-size: 10px; } 

body 				{ width: 720px; margin: 0px; font-size: 10px; color="#660000"; padding: 0px; 
				  font-family: "Trebuchet MS", Arial, Helvetica; font-weight: normal; background: #cccc99; }
 
.bodyclean 			{ width: 720px; margin: 0px; font-size: 14px; color="#660000"; padding: 10px; 
				  font-family: "Trebuchet MS", Arial, Helvetica; font-weight: normal; background: #ffffff; }
 


.brownbodytext			{ color="#660000"; font-weight: bold; font-size: 12px; font-family: "Trebuchet MS", Arial, Helvetica; }
.red				{ color: #dc143c; }
.purple				{ color: #800080; }


div#header 			{ width: 760px; height: 65px; background: #cccc99; z-index: 1;}
 

div#leftnav 			{ position: absolute; left: 0px; top: 65px; width: 135px; background: #cccc99;
				  font-size: 110%; z-index: 2;}
div#leftnav p 			{ margin-left: 5px; }
div#leftnav ul 			{ text-decoration: none; list-style-type: none; 
				  margin-top: 5px; margin-left: 5px; line-height: 110%; }
div#leftnav ul a:link 		{ color: #112869; text-decoration: none }
div#leftnav ul a:visited 	{ color: #112869; text-decoration: none }
div#leftnav ul a:active 	{ color: #112869; text-decoration: none }
div#leftnav ul a:hover 		{ color: #C00000; text-decoration: none }


div#main 			{ width: 760px;	background: #cccc99; z-index: -1;}
div#plaincontainer 		{ width: 760px;	background: #ffffff; z-index: -1;}


div#copyright p 		{ font-family: Tahoma, sans-serif; font-size: 100%; color: #336633; 
				  margin-left: 5px; clear: both;}
div#copyright p a:link 		{ color: #112869; text-decoration: none }
div#copyright p a:visited 	{ color: #112869; text-decoration: none }
div#copyright p a:active 	{ color: #112869; text-decoration: none }
div#copyright p a:hover 	{ color: #C00000; text-decoration: none }


div#centresection 		{ margin-left: 135px; padding: 0px;
				  font-size: 140%; background: #cccc99; z-index: 4;}
div#centresection h1 		{ font-size: 110%; font-weight: bold; color: #306; margin-left: 10px }
div#centresection h2 		{ font-size: 100%; font-weight: bold; color: #306; margin-left: 10px }
div#centresection p 		{ margin-left: 10px; margin-right: 280px; line-height: 150%; }
div#centresection td 		{ margin-left: 10px; margin-right: 280px; line-height: 150%; }
div#centresection ul 		{ margin-left: 10px; margin-right: 280px; text-decoration: none; list-style-type: none; }	   
div#centresection ul a:link, div#centresection p a:link 	{ color: #112869; text-decoration: none }
div#centresection ul a:visited,div#centresection p a:visited 	{ color: #112869; text-decoration: none }
div#centresection ul a:active,div#centresection p a:active 	{ color: #112869; text-decoration: none }
div#centresection ul a:hover,div#centresection p a:hover 	{ color: #C00000; text-decoration: none }

div#fullwidthcentresection 	{ margin-left: 135px; padding: 0px;
				  font-size: 140%; background: #cccc99; z-index: 4;}
div#fullwidthcentresection h1 	{ font-size: 110%; font-weight: bold; color: #306; margin-left: 10px }
div#fullwidthcentresection h2 	{ font-size: 100%; font-weight: bold; color: #306; margin-left: 10px }
div#fullwidthcentresection p 	{ margin-left: 10px; }
div#fullwidthcentresection ul 	{ margin-left: 10px; text-decoration: none; list-style-type: none; }	   


div#floatright 			{ width: 230; float: right; font-size: 10px; text-align: left; color: #404040; background: #cccc99;z-index: 3; }
div#floatright p 		{ padding:4px; margin: 0px; text-decoration: none; }
div#floatright a:link   	{ color: #ffffff; text-decoration: none }
div#floatright a:hover  	{ color: #C00000; text-decoration: none }
div#floatright a:active 	{ color: #ffffff; text-decoration: none }
div#floatright a:visited 	{ color: #ffffff; text-decoration: none }



img.floatLeft 			{ float: left; margin: 5px; }
img.floatRight 			{ float: right; margin: 4px; } 
.floatRight 			{ float: right; margin: 4px; text-align: right;} 





/*INPUT BOXES*/
	.textboxes		{ font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px; 					BORDER-TOP-STYLE: none; BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none;}
	.box			{ font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px; 			WIDTH: 70px; 	border: 0.125PT SOLID gray;}
	.graybox		{ font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px; color: silver; 	WIDTH: 50px; 	border: 0.125PT DOTTED silver;}
	.borderlessbox		{ font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px; font-weight: bold ; color: #306; 	WIDTH: 120px; 	border: none ; background: #cccc99}


	div.row 		{ clear: both; padding-top: 5px;  }
	div.row span.label 	{ float: left; width: 100px; text-align: right; }
	div.row span.formw 	{ float: right; width: 235px; text-align: left; } 



/*BUTTONS*/
	.buttonRed     		{ COLOR: #dc143c; FONT-SIZE: 12pt; FONT-WEIGHT: bold; CURSOR: hand; }

	.buttonPurple 		{ COLOR: #800080; FONT-SIZE: 12pt; FONT-WEIGHT: bold; CURSOR: hand; }	  



