/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	background-color: #666666;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006666;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006666;
	padding-left: 10px;
}

/*NAVIGATION BEGIN*/

a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006666;
	text-decoration:none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	letter-spacing: 1px;
}

a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006666;
	text-decoration:none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	letter-spacing: 1px;
}

a.nav:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	letter-spacing: 1px;
}
/*NAVIGATION END*/

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #006666;
	color: #FFFFFF;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 5px;
}

.greenbar {
	height: 7px;
	background-color: #006666;
}

.navpane {
	width: 150px;
}
#quote {
	padding-left: 30px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 225px;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	text-align: center;
}
