/*All pages are affected by this section*/
body 						{ font: 10pt Verdana, Arial, Helvetica, sans-serif; font-weight: normal; color: black; background-color: #fefed9/*#FFFF7E*/; margin: 0 0 0 0; }
img 						{ border: none; }
table						{ border-collapse: collapse; }
td, th						{ border: none; margin: 4px;}
th							{ text-align: left; }
h1							{ font: 14pt Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #a08feb; }
h2							{ font: 12pt Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #a08feb; }
h3							{ font: 11pt Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #a08feb; }
h4							{ font: 10pt Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #a08feb; }
a							{ font: 10pt Verdana, Arial, Helvetica, sans-serif; font-weight: normal; }
	a:link 	    			{ color: #000000; text-decoration: none; }
	a:visited 				{ color: #000; text-decoration: none; }
	a:hover     			{ color: #000; text-decoration: underline; }
	a:active    			{ color: #000; text-decoration: none; }


/*Classes are affected by the following*/
/*links*/
a.menulink					{ font: 9pt Verdana, Arial, Helvetica, sans-serif; font-weight: normal; color: #000000; }
	a.menulink:link 		{ text-decoration: none; color: #000000; }
	a.menulink:visited 		{ text-decoration: none; color: #000000; }
	a.menulink:hover 		{ text-decoration: underline; color: #000000; }
	a.menulink:active 		{ text-decoration: none; color: #000000; }
/*fonts and text*/
.white 						{ color: white; }
.lgtext 					{ font-size: 11pt; }
.smtext 					{ font-size: 9pt; }
.left						{ text-align: left; }
.center						{ text-align: center; }
.right						{ text-align: right; }
.top						{ vertical-align: top; }
.middle						{ vertical-align: middle; }

/*tables and table elements*/
.withborder					{ border: 1px solid black; }
.menu						{ width: 198px; }
/*lists*/
.nobullet li 				{ list-style-type: none; }
.bullet li 					{ list-style-type: disc; }
/*images*/


/*Only IDs are affected by the following*/
/*Divisions*/
#header 					{ background-color: #a08feb; margin: 0 0 0 0; padding: 0 0 0 0; }
#allcontent 				{ width: 800px; margin-left: auto; margin-right: auto; background-color: #CCCCFF; }
#sidebar 					{ width: 200px; background-image: url('../images/rainbow.jpg'); float: left; padding: 0px 0px 20px 4px; }
	#sidebar a				{ line-height: 150%; }
#cinfo						{ font: 10pt Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: bold; }
#Acrobat 					{ font-size: 8pt; padding: 40px 0px 0px 0px; text-align: center; }
#footer 					{ text-align: center; clear: left; color: black; padding-top: 20px; font-size: 8pt;}
#content					{ text-align: left;  vertical-align: top; margin: 0 0 0 0px; padding: 10px 10px 10px 10px; background-color: #a08feb; }
	#cell_s					{ vertical-align: top; border: 0px; background-image: url('../images/rainbow.jpg'); width: 200px; }
	#cell_m					{ vertical-align: top; border: 0px; background-color: #CCCCFF; width: 590px; }
#main2 						{ margin: 0 0 0 0px; padding: 10px 10px 10px 10px; }
