body	{
	background: #949494;	
	color: #fff;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 11px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	}

img { border: 0; }

h1 { 	font-size: 11px; font-family: arial, helvetica, sans-serif;	}
table { border-bottom: 1px solid #6b6b6b; border-right: 1px solid #6b6b6b }
td { border-top: 1px solid #6b6b6b; border-left: 1px solid #6b6b6b; padding: 0 }
td { height: 25px; width: 125px; text-align: center; }

a { text-decoration: none }
a:link,
a:visited,
a:active { color: #65948e; font-size: 11px; font-family: arial, helvetica, sans-serif }
a:hover { color: #65948e; font-size: 11px; font-family: arial, helvetica, sans-serif }

#clearer { height: 5px; clear: left; background: #ffffff }

.content {
	background: #ffffff; 
	color: #333;
	margin: auto;
	padding: 0;
	width: 660px;
	text-align: left;
	}

.leftcolumn {float: right; width: 470px; margin-top: 10px; }
.leftcolumn .section {width: 440px; margin-left: 10px; margin-bottom: 15px }
.leftcolumn .section img {display: block; border: 0px solid #E2E2E2;}

.footer {clear: both; height: 30px; padding-top: 15px; background: #fefefe; text-align: center; }
.address { float: left; width: 200px; padding-top: 5px; }
.SecType { border-bottom: 1px solid #E2E2E2; clear: left; padding-top: 0px }
.SecType strong { margin: 0 10px 0 0; }
.SecType2 { border-bottom: 1px solid #E2E2E2; clear: left; padding-top: 15px }
.SecType2 strong { margin: 0 10px 0 0; }
#SecEnd { clear: left; padding-top: 30px}

.TabHead { color: #fff;	background: #99E0D7; }

#header	{
	background: #E2E2E2 url(header.jpg) no-repeat;
	color: #333;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 660px;
	height:130px
	}

#sidebar {
	color: #333333;
	margin: 10px 15px 0px 0px;
	
}

#sidebar .section {width: 150px; margin: 0px 15px 15px 20px; border: 1px solid #E2E2E2; height: 100%; }
#sidebar ul { padding: 0; margin-left: 0; padding-left: 10px; list-style-type: none }
#sidebar li { padding: 0; margin-left: 0 }

.heading { width: 100%; color: #fff; background: #99E0D7;  border-bottom: 1px solid #E2E2E2; }
#sidebar p { margin: 0; padding: 10px }
#sidebar h1 { padding: 0; padding-left: 10px }
.heading div { padding: 5px; padding-left: 10px }


#menu {
	margin: 0;
	padding: 0;
	border: 0;
	float:left;
    width:100%;
}
	
#menu ul {
	background: #99E0D7;
    margin:0;
    padding:0;
    list-style:none;
	text-align: center;
}
	
#menu li {
	background: #99E0D7;
    float:left;
    margin:0;
    padding:0;
	text-align: center;
}
	
#menu a {
	width: 110px;
	height: 2em;
	background: #99E0D7;
    display:block;
    text-decoration:none;
    color:#fff;
	text-align: center;
	line-height: 2em;
}
	
#menu ul #current a {
	background: #65948e;
	width: 110px;
	height: 2em;
	display:block;
    text-decoration:none;
    color:#FFF;
	text-align: center;
	line-height: 2em;     
}
	
#menu ul li a:hover {
	color: #fff;
	background: #65948e;
}