body {	font-family: sans-serif; 
	text-align: left;	}

h1, h3, h5, h2, h4, h6 { color: #009999; } // might not need this


.test { /* This is a fixer ??? */}

a:visited, a:link {	color: #009999;
			font-weight: bold;
			text-decoration: underline;	}

/////////////////////////////////////////////////////////////////////////

// Classes for positioning on the webpage
.uleft {	position: relative;
		padding: 15px;
		background-color: #ffffff;
		color: #000000;
		width: 230 px;
		height: 70 px;	
		vertical-align: middle;	}
.uright {	position: relative;
		padding: 15px;
		background-color: #000000;
		//width: 600 px;
		height: 100 px;
		vertical-align: middle;
		text-indent: 10px;	}
.lleft {	position: relative;
		padding: 15px;
		background-color: #000000;
		color: #009999;
		width: 200 px;
		vertical-align: top;
		line-height: 130%;	}
.lright {	position: relative;
		padding: 15px;
		background-color: #ffffff;
		color: #000000;
		width: 600 px;
		vertical-align: top;	}

/////////////////////////////////////////////////////////////////////////

// Additional classes for tweaking of position & other things
// apply using the DIV tag
.test { /* This is a fixer ??? */}

.whitewrite {	color: #ffffff;
		font-size: 20px;
		font-family: sans-serif;
		font-weight: bolder;	}
.largeheader {	color: #009999;
		font-size: 40px;
		font-family: sans-serif;
		font-weight: 700;	}
.whitelinks {	color: #ffffff;	
		font-weight: bolder;	}
.centerme {	text-align: center;	}
.sb {		color: #009999;
		list-style-type: square;
		font-size: 12px;
		line-height: 120%;	} 
.smalllink {	font-size: 12px;	
		line-height: 120%;
		font-style: italic;	}
.greenmeup {	color: #009999;		}
