Body {
	background: #FFFFFF;
	position: relative;
	visibility: visible;
	width: auto;
	right: 10px;

}

#topBit {
	padding: 15 5 0 8;
	background: #01aca6;
	font-size: 13px;
 }
 

 


div.tabArea {
  font-size: 100%;
  font-weight: bold;
}

a.tab {
  background-color: #cccccc;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  text-decoration: none;
}

a.tab, a.tab:visited {
  color: #808080;
}

a.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #FFFFFf;
  color: #000000;
}

	
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
	
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	text-decoration: none
	}
	
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	text-decoration: underline
	}
	
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	text-decoration: underline}
	

	
	h1, h2, h3 {
	font-weight: 100;
	color: #333333;
}

h1 {
	font-size: 0.90em;
	font-weight: bold;
	border-bottom: 1px dashed #B9B9B9;
	margin: 0;
	padding: 5px 20px;

}

h2 {
	font-size: 1.25em;
	font-weight: bold;
	/*border-bottom: 1px dashed #B9B9B9;*/
	margin: 0;
	padding: 5px 20px;
}


h3 {
	font-size: 1em;
	padding: 10px 20px;
}
	


/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	padding: 30px;
	background: #ffffff;
}

#copyright {
	float: right;
	position:relative;
	margin-top: 30%;
	padding-bottom: 10;
	font-size: 11px;
	
}




/* Content */

#content {
	float: none;
	width: auto;
	background: #ffffff;
	position: absolute;
	left: 215px;
	top: 155px;
	right: 205px;
	bottom: 175px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: 100;
	color: #333333;
	padding-right:65;
}

#content li {
	list-style-position: outside;
	list-style-image: url(images/arrow.gif);
}

#content ol li {
	list-style-image:none;}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: 0px;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: none;
	font-size: 2em;
}

.post .a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #01ACA6;
}

.post .a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #01ACA6;
}

.post .a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #01ACA6;
}


.post .entry {
	padding: 0px 20px;
}




.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	height: 450px;
	font-size: 0.75em;
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/BS35042.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	top: 147px;
	position: absolute;
	color: #01ACA6;
	padding: 7px;
	text-indent: 8pt;
	word-spacing: normal;
	left: 10px;

	}

#sidebar li {
	list-style-position: outside;
	list-style-image: url(images/arrow.gif);
	position: relative;
	left: 15px;
	top: auto;
	right: auto;
	bottom: auto;
}




/* Crossbar */

#crossbar {
	float: right;
	width: 140px;
	margin-top: 20px;
	height: auto;
	font-size: 0.75em;
	text-align: left;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	border: thin dotted;
	top: 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	position: absolute;
	right: 10px;
}


