a 						{
						color: #339933;
						text-decoration: none;
						}
						
a:hover 				{
						text-decoration: 	underline;
						}


/* -------------------------------------------------------------------- */
/* Establishes the initial type sizes */
/* -------------------------------------------------------------------- */
.sectionMenu			{
						font-family: 		"Trebuchet MS", Arial, Helvetica,sans-serif;
						font-size: 			11px;
						line-height:		13px;
						color: 				#333300;
						}


/* -------------------------------------------------------------------- */
/* Style for link when it's off
/* -------------------------------------------------------------------- */
.sectionoff 			{
						color: 				#333300;
						margin-left:		9px;
						text-indent:		-9px;
						text-decoration:	none;
						margin-bottom:		2px;
						clear:				right;
						}


/* -------------------------------------------------------------------- */
/* Style for new DIVs
/* -------------------------------------------------------------------- */
.leftcolumn 			{
						position:			relative;
						float:				left;
						padding-left:		0px;
						padding-right:		0px;
						width:				330px;
						display:			block;
						z-index:			2;
						}
						
.rightcolumn 			{
						position:			relative;
						float:				left;
						padding-left:		0px;
						padding-right:		0px;
						margin-left:		14px;
						width:				230px;
						display:			block;
						z-index:			2;
						}


/* -------------------------------------------------------------------- */
/* Section A */

.sectionAoff			{	
						color: 				#333300;
						margin-left:		9px;
						text-indent:		-9px;
						text-decoration:	none;
						margin-bottom:		2px;
						clear:				right;
						}

a.sectionAoff:hover		{ color:			#339933	}

.sectionAon 			{
						font-weight: 		bold;
						color: 				#339933;
						margin-bottom:		2px;
						padding-left:		9px;
						text-indent:		-9px;
						}
/* -------------------------------------------------------------------- */
/* Section B */

.sectionBoff			{	
						color: 				#333300;
						margin-left:		9px;
						text-indent:		-9px;
						text-decoration:	none;
						margin-bottom:		2px;
						clear:				right;
						}

a.sectionBoff:hover		{ color:			#6699CC	}

.sectionBon 			{
						font-weight: 		bold;
						color: 				#6699CC;
						margin-bottom:		2px;
						padding-left:		9px;
						text-indent:		-9px;
						}
/* -------------------------------------------------------------------- */
/* Section C */

.sectionCoff			{	
						color: 				#333300;
						margin-left:		9px;
						text-indent:		-9px;
						text-decoration:	none;
						margin-bottom:		2px;
						clear:				right;
						}

a.sectionCoff:hover		{ color:	#CC6600	}

.sectionCon 			{
						font-weight: 		bold;
						color: 				#CC6600;
						margin-bottom:		2px;
						padding-left:		9px;
						text-indent:		-9px;
						}
/* -------------------------------------------------------------------- */
/* Section D */

.sectionDoff			{	
						color: 				#333300;
						margin-left:		9px;
						text-indent:		-9px;
						text-decoration:	none;
						margin-bottom:		2px;
						clear:				right;
						}

a.sectionDoff:hover		{ color:	#9999CC	}

.sectionDon 			{
						font-weight: 		bold;
						color: 				#9999CC;
						margin-bottom:		2px;
						padding-left:		9px;
						text-indent:		-9px;
						}
/* -------------------------------------------------------------------- */
/* Section E */

.sectionEoff			{	
						color: 				#333300;
						margin-left:		9px;
						text-indent:		-9px;
						text-decoration:	none;
						margin-bottom:		2px;
						clear:				right;
						}

a.sectionEoff:hover		{ color:	#CC6699	}

.sectionEon 			{
						font-weight: 		bold;
						color: 				#CC6699;
						margin-bottom:		2px;
						padding-left:		9px;
						text-indent:		-9px;
						}

