body {
	margin: 0;
	padding: 0;
	background: #A4CB7A url(/images/img01.jpg) no-repeat;
	font: normal medium Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

blockquote, ul, ol {
	line-height: 1.5em;
}

blockquote, ul, ol {
}

blockquote {
}

a {
	color: #114403;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 1em 1em 0;
}

img.right {
	float: right;
	margin: 0 1em 0 1em;
}

hr { display: none; }

.hr {
}

/* Logo */

#logo {
	height: 100px;
}

#logo h1 {
	float: left;
	margin: 40px 0 0 20px;
	padding: 0 0 0 35px;
	
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 52px 20px 0 0;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	float: left;
	padding-top: 0px;
  padding-left: 20px;
  
}

/* Content */

#content {
  float:left;
  margin-right:20px;
  margin-top:20px;
}

#welcome {
	padding-bottom: 20px;
}

/* Sidebar */

#sidebar {
	left: 0;
	float: left;
	width: 200px;
	padding: 20px;
}

#sidebar h2 {
	font-size: 1.2em;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

/* Menu */

#menu {
	margin-bottom: 19px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	border-top: 1px dotted #006600;
}

.first {
  color: #800000;
}

#menu a {
	display: block;
	width: 165px;
	padding: 7px 10px 7px 0;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}

#menu a:hover {
  text-decoration: none;
  color: #b43939;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	height: 50px;
	margin: 0 auto;
	border-top: 1px dotted #006600;

}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #000000;
}

#footer a {
	color: #000000;
}

/* tables */

.table {
  width: 100%;
  
}

.th {
  text-align: center;
  color: white;
  background: #008800;
  padding: 5px;
}

.td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #708090;
  white-space : nowrap; 
  font-size: small;
}

.filltab { border: 1px solid #0170a5; }
.fillth  { background : #0170a5; color : white; text-align : left; padding : 5px; white-space : nowrap; }
.filltd  { border : 1px solid #0170a5; padding : 5px; }

.table tr:hover {
  background: #ADD8E6;
  /*color: #666666;*/
}

.table a:hover{
	color: #666666;
}
.table a{
	color: #000000;
}

.menu{
  vertical-align:top;
  margin:0px;
  border:0px;
  width:250px;

}

.tab{
  vertical-align:top;
  width:750px;
}

/* Post */

.post {
	margin-bottom: 25px;
        width:750px;
}

.post .title {
	height: 55px;
	margin-bottom: 3px;
	padding: 5px 0px 2px 20px;
	background: url(/images/bartitle.png) no-repeat left top;
	color: #FFFFFF;
       text-transform: uppercase
}

.post .title a {
	color: #FFFFFF;
        text-decoration: none;
}

.post a:hover {
	color: #b43939;
        text-decoration: none;
}

.post .date {
	float: right;
	margin-top: -70px;
	padding-right: 150px;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}

.post .meta {
	margin: -30px  0 3px 25px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
}

.post .meta a { color: #666666; }

.post .entry {
	padding: 5px 20px;
        width: 600px;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

.entrynavigation{
      text-transform:uppercase;
}

a.green_button{
  display: block;
  font: normal 12px Arial; /* Change 12px as desired */
  line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
  height: 23px; /* Height of button background height */
  padding-left: 9px; /* Width of left menu image */
  text-decoration: none;
  font-weight: bold;
  background: transparent url('/images/square-green-left.gif') no-repeat top left;
}

a:link.green_button,  a:visited.green_button,  a:active.green_button{
  color: #494949; /*button text color*/
}

a.green_button span{
  display: block;
  padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
  background: transparent url('/images/square-green-right.gif') no-repeat top right;
}

a.green_button:hover {
  background-position: bottom left;
}

a.green_button:hover span{
  background-position: bottom right;
  color: black;
}

.buttonwrapper {
  overflow: hidden;
  width: 100%;
}