body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

.site #container { 
	width: 100%;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 
.site #header { 
	background: #00b395; 
	padding: 0 10px;  
} 
.site #header h1 {
	color: #ffffff;
	margin: 0px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 8px;
	background: #00b395;
	padding: 3px;
	font-weight:lighter;
	text-transform: lowercase;
}

.site #sidebar {
	float: left; 
	width: 220px; 
	padding: 10px 0; 
}
.site #sidebar h3, .site #sidebar p {
	margin-left: 10px; 
	margin-right: 10px;
}

.site #sidebar p, a, ul, li, td, th, di, dl, form, span, div {
	vertical-align: top;
}

.site #sidebar div {
	width: 160px;
	margin-top: 0px;
	margin-left: 15px;
	border: 1px #8cacbb solid;
	padding: 0px;
	background: #ffffff;
}

.site #sidebar a:link {
	color: #000000;
	text-decoration: none;
}

.site #sidebar a:visited {
	color: #000000;
	text-decoration: none;
}

.site #sidebar a:active {
	color: #AA5500;
	text-decoration: underline;
}

.site #sidebar a:hover {
	color: #AA5500;
	text-decoration: underline;
}

.site #sidebar table, td, th {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	vertical-align: top;
}

.site #sidebar h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.site #sidebar h1 {
	margin: 10px 10px 0px 15px;
	text-align: left;
	font-size: 10px;
	background: #00b395;
	border: 1px solid #00b395;
	border-style: solid solid none solid;
	padding: 1px 5px 2px 5px;
	text-transform: lowercase;
	width: 80px;
}

.site #sidebar img {
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 3px;
	vertical-align: top;
	text-align: left;
	border-style: solid;
	border-width: 0px;
	border-color: #00b395;
	float: none;
}

.site #content {
	margin: 0 10px 0 220px;
	font-size: 11px; 
	padding: 10px;
} 

.site #content h1 {
	font-size: 20px;
	padding: 1px 5px 2px 5px;
	margin: 10px 10px 20px 0px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00B395;
}

.site #content h3 {
	font-size: 12px;
	font-weight:lighter;
	padding: 1px 5px 2px 5px;
	margin: 10px 10px 20px 0px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00B395;
}

.site #content .welcome {
   font-size: 20px;
	padding: 1px 5px 2px 5px;
	margin: 20px 10px 20px 0px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00B395;
     background-color: #FF9900;
}

.site #content .highlight {
    font-family: Arial, Helvetica, sans-serif;    
	font-weight:bold;
	font-size:16px;
	color: #FF9900;
	text-align:center;
}
.site #content .redhl {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color: #FF0000;
	text-align:center;
}

.site #content h2, h3 {
	font-size: 15px;

}	

.site #content a:link {
	color: #00b395;
	font-weight:bold;
	text-decoration: underline;
}

.site #content a:visited {
	color: #00b395;
	text-decoration: underline;
}

.site #content a:active {
	color: #AA5500;
	text-decoration: underline;
}

.site #content a:hover {
	color: #AA5500;
	text-decoration: underline;
}

.site #footer { 
	padding: 10px; 
	text-align:center; 
} 
.site #footer p {
	margin: 0; 
	padding: 10px;
	
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#sidebar p {
	margin: 0px;
	padding: 2px 2px 2px 2px;
	font-size:10px;
	text-align: left;
}

table, td, th { 	
    font-size: 11px; 
	margin: 0px;
	padding: 5px;
	border: 1px #00b395 solid;
	border-collapse: collapse;
	empty-cells: show;
	border-style: solid;
	border-width: 1px;
	vertical-align: top;
}
