body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #bbb;
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #333;
  min-width: 650px;
}

a, a:link, a:visited {
	color: #666;
	text-decoration: underline;
}

.title {
	font-weight: bold;
}

.date {
	font-size: 9px;
}

.posted {
	color: #999;
	font-size: 9px;
}

.sidetitle {
	font-weight: bold;
}

.side {
	margin-bottom: 20px;
}

.forms {
        border: solid #000 1px;
        background-color: #E6E6E6;
        padding: 2px;
        font-family: courier, serif;
}

#banner {
  font-family: 'trebuchet ms', sans-serif;
  font-size: 18px;
  color: #E6E6E6;
  margin: 5px auto 20px 10px;
}

#wrapper {
	position: relative;
	width: 600px;
	line-height: 130%;
	text-align: left;
	margin: 10px auto;
	padding: 0;
	border: solid #000000 1px;
	background-color: #E6E6E6;
}

#main {
	float: left;
	padding: 0px;
	width: 70%;
	border-right: dotted #000 1px;
	line-height: 17px;
}
	
#right {
	margin-left: 70%;
	font-size: 9px;
	line-height: 1.4em;
}
	
#nav {
	padding: 20px 0 0 0;
	border: solid #000000 1px;
	border-bottom: none;
	background-color: #333;
	font-family: monaco, sans-serif;
}

#footer {
	clear: both;
}

.content {
	padding: 10px 20px 20px 20px;
}

/* ******************* */	
/*     Happy Tabs      */
/* ******************* */

#menu {
	border-bottom: 1px solid #333;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 10px;
	white-space: nowrap;
}

#menu ul, #menu li	{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu a:link, #menu a:visited	{
	background: #333;
	border: 1px solid #999;
	border-bottom: 1px solid #333;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	color: #CCC;
	float: left;
	font-size: 9px;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

#menu a:link.active, #menu a:visited.active	{
	background: #ff9;
	border-bottom: 1px solid #333;
	color: #333;
}

#menu a:hover	{
	background-color: #666;
	text-decoration: underline;
}

body.a #menu li#nav-1 a,
body.b #menu li#nav-2 a,
body.c #menu li#nav-3 a,
body.d #menu li#nav-4 a,
body.e #menu li#nav-5 a,    
body.f #menu li#nav-6 a {
	background: #E6E6E6;
	font-weight: bold;
	border: 1px solid #E6E6E6;
	color: #333;
}