* {
  margin:0;
  padding:0;
  }
body {
  background: #F2F8EC;
  font-family: Verdana,Tahoma,Arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 76%;
  font-size-adjust: none;
  font-stretch: normal;
  line-height: 1.4em;
  text-align: center; /* trick to fix IE 5 bug, and partner below */
  color: rgb(48, 48, 48);
  -moz-background-clip: initial;
  -moz-background-origin: initial;
  -moz-background-inline-policy: initial;
  }
#container {
  margin: 20px;
  text-align:left; /* trick to fix IE 5 bug, and partner above */
  }
/**************** Common elements ****************/
a {
  color:#5C8A2E;
  font-weight:bold;
  text-decoration:none;
  background-color:inherit;
  }

a:hover {color:#99CC66; text-decoration:none; background-color:inherit;}
a img {border:none;}

p {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0px 0.2em;
  font-size: 1.1em;}
p form {margin-top:0; margin-bottom:20px;}
h3 {font-size: 0.9em;}
img.left,img.center,img.right {padding:4px; border:1px solid #a0a0a0;}
img.left {float:left; margin:0 12px 5px 0;}
img.center {display:block; margin:0 auto 5px auto;}
img.right {float:right; margin:0 0 5px 12px;}

.small{font-size:0.9em;}

blockquote {
	margin:20px 0;
	padding:0 20px 0 50px;
	background:url('quote.jpg') top no-repeat;
	border:none;
	color: #999999;
}
/*************** Blogger-specific *****************/
.blogentrydate {
  font-size: 0.6em;
  color: black;
  }

.blogger-labels {
  padding: .6em 0pt
  }

/**************** Page header ****************/
#header {
  background:#fff url("/images/header-bg.jpg") repeat-x top;
  height: 100px;
  }
#header1 {
  background:url("/images/header-left.jpg") no-repeat top left;
  padding: 10px;
  height: 100px;
  color: #000;
  text-align: right;
  }
#topnav {
  height: 30px;
  line-height: 30px;
  font-size:0.9em;
  }
#topnav a {
  padding:0 10px;
  }
.navigation {
  background:#5C8A2E;
  color:#ffffff;
  }
.navigation li {
  float:left;
  list-style-type:none;
  border-right:1px solid #ffffff;
  white-space:nowrap;
  }
.navigation li a
  {
  display:block;
  font-weight:normal;
  text-transform:uppercase;
  text-decoration:none;
  background-color:inherit;
  color: #ffffff;
  }
* html #navigation a {
  width:1%;
  }
.navigation .selected, .navigation a:hover{
  background:#99CC66;
  color:#ffffff;
  text-decoration:none;
  }

/**************** Main section styles ****************/
#pagebody {
  margin: 10px 0px;
  }
#main {
  background: #fff;
  margin-right: 200px; /* gutter (10px) + sidebar (180px) + margin (20px) approximately */
  padding: 10px;
  color:#000;
  font-size:0.9em;
  line-height:1.4em;
  border: none ;
  }
#main h2 {
	display:block;
	clear: both;
	margin: 1.6em 0px 1em;
	font-size:2.1em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#5C8A2E;
	background-color:inherit;
	}
#main h2 a {
  font-weight:normal;
  }
#main h3 {
  margin:0 0 5px 0;
  font-size:1.4em;
  letter-spacing:-1px;
  }
#main a:hover,
#sidebar a:hover {
  text-decoration:underline;
  }
#main ul,
#main ol {
  margin:0 5px 16px 35px;
  }
#main dl{margin:0 5px 10px 25px;}
#main dt{font-weight:bold; margin-bottom:5px;}
#main dd{margin:0 0 10px 15px;}

li.linkbutton { padding: 10px; margin-top: 10px;}
a.linkbutton { padding: 10px; background-color: #99cc66; }
a.linkbutton:hover {color: black; text-decoration: underline; }

/**************** Sidebar styles ****************/
#sidebar {
  position:absolute;
  top: 160px; /* top margin (20px) + header (100px) + navbar (30px) + space (10px) */
  right: 20px;
  width: 180px;
  margin: 0;
  padding: 15px 5px;
  background: #9c6;
  color:#5C8A2E;
  font-size: 97%;
  line-height: 1.5em;
  }
#sidebar h2{
  display:block;
  margin:15px 0 5px; 
  font-size:1.4em;
  font-weight:normal;
  text-align:left;
  letter-spacing:-1px;
  background-color:inherit;
  }
#sidebar p {
  margin:0 0 10px 0; 
  font-size:0.9em;
  }
#sidebar ul {
  list-style-type: none;
  }
#sidebar li {
  margin-left: 5px;
  }
#sidebar a:hover {
  color: #555;
  }
/**************** Bottom styles ****************/
#bottomnav {
  clear: both;
  margin-top: 10px;
  height: 1.6em;
  line-height:1.6em;
  font-size:0.8em;
  padding:0;
  }
#bottomnav a {
  padding:0 5px;
  }
#footer {
  clear:both;
  background: #fff;
  padding: 0px 10px;
  margin-bottom: 10px;
  }
#footer a {
  font-weight: normal;
  font-size: 0.9em
  }
#footer ul {list-style-type: none;
  vertical-align: middle;
  }
