body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
}

h1 {
	color:       #333333;
	font-size:    150%;
	font-family:  Verdana, Arial, Sans-Serif;
	font-weight:  bold;
	line-height:  150%;
	word-spacing: 4;
	margin:       0% }
	
h2 {
	color:       #333333;
	font-size:    110%;
	font-family:  Verdana, Arial, Sans-Serif;
	font-weight:  bold;
	line-height:  150%;
	word-spacing: 4;
	margin:       0% }

h3 {
	color:       #333333;
	font-size:    130%;
	font-family:  Verdana, Arial, Sans-Serif;
	font-weight:  bold;
	line-height:  150%;
	word-spacing: 4;
	margin:       0% }
	
h4 {
	color:       #ff0000;
	font-size:    110%;
	font-family:  Verdana, Arial, Sans-Serif;
	font-weight:  bold;
	line-height:  100%;
	word-spacing: 4;
	margin:       0% }

p  {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:15px;
	margin-top:0px;
	}		

li  {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:15px;
	margin-top:0px;
	}	

a {
	color: #003333;
	}
	
a:hover {
	color: #5C743D;
	}


.container {
	width: 890px;
	background: #FFF;
	margin: 0 auto; 
}

.content {

	padding: 0px 0;
}


.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;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.bodyText {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:15px;
	margin-top:0px;
	}

#navigation td {
	border-bottom: 1px solid #Ffffff;
	}
	
#navigation a {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #000000;
	color:#ffffff;
	}
-->