
body 
{
	background: #EEC5AA;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 10pt;
}
 
.tabs {padding: 10px 0 0 10px; margin: 40px 10px 0 0; left: 150px; list-style: none; height: 26px; background: transparent;
	position: relative;}
.tabs li {float:left; margin-right:-4px; margin-bottom:-1px;}
.tabs li a {display:block; text-decoration:none; font-size:11px; font-family:verdana, arial, sans-serif; 
line-height:23px;}
.tabs li a em {
	display: block;
	float: left;
	height: 25px;
	text-align: center;
	padding: 0 15px;
	background: #8FBC8F;
	border: 1px solid black;
	border-bottom: 0;
	font-style: normal;
	color: black;
}
.tabs li a span {display:none;}
.tabs li a b {position:relative; display:block; float:left; z-index:100; width:2px;}
.tabs li a:hover {color:black; white-space:normal;}
.tabs li a:hover em {
	background: #D2EEAA;
	color: black;
	cursor: pointer;
	text-decoration: underline;
	position: relative;
	z-index: 300;
}
.tabs li a.selected em {background: #D2EEAA; color: black; text-decoration: underline;
	position: relative; z-index: 400; border: 1px solid black; border-bottom: 0;}
.tabs li a.selected:hover em {cursor:default;}
.tabs li a.selected:hover b {cursor:default;}
.tabs li a.selected b {z-index:400; background-position:0 -33px;  cursor:pointer;}
.tabs li a:hover b {background-position:0 -33px; border: 1px solid black; cursor:pointer;}
.tabs li a:hover b.p5, .menu li a.selected b.p5 {background:black;}
.tabs li a:hover span {display:block; position:absolute; left:10px; top:35px; color:black; background: transparent; white-space:nowrap;}
.tabs li a.selected:hover span {display:none;}
.message {background: transparent; text-align:right; padding:10px 10px; margin:0 10px 50px 0; 
color: black; font-size:10px;}

 a:link {
  color:black;
  }
a:visited {
	color: #6F6F6F;
}
a:hover {
	color: #DEB887;
}
a img {
  border-width: 1px;
	border-color: black;
  }
 
.main
{
	position: absolute;
	left: 170px;
	top: 190px;
	width: 700px;
	background-color: #D2EEAA;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid Black;
	color: #000;
	font-size: 10pt;
	line-height: 1.5em;
	font-family: Arial,Helvetica,Sans-Serif;
}
.leftmenutext
{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 8pt;
}
.container {
position:absolute;
	left:10px;
	top:190px;
	width : 250px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #345;
	font-size : 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	text-align: left;
}
.blogtext
{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 10pt;
}
H1{
	padding-left: 3%;
	padding-top: 20px;
	color: black;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: x-large;
	border-bottom: 1px solid Black;
}
.DateHeader{
	border-top: dotted 1px black;
	font-size: 11pt;
	text-align: right;
	color: Gray;
	font-weight: bold;
}
.PostTitle{
	font-size: 11pt;
	font-weight: bold;
	font-family: arial, helvetica;
	letter-spacing: 2px;
}
.menutitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-align: left;
	letter-spacing: 2px;
	padding-left: 10px;
}
.PostFooter{
	margin-bottom: 10px;
	margin-left: 0px;
	color: gray;
	font-size: x-small;
}