#header {
	background: url(rainDrawing.gif) no-repeat right;
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #3b3b3b;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: small;
	color: #535353;
}

#header h3 {
	margin: 15px 0 10px;
	padding: 0 60px 0 0;
	text-align: center;
}

#navbar ul {
   padding-left: 0;
   margin-left: 0;
   
   # background-color: #036;
   background-color: #8fc24b;
   color: White;
   float: left;
   width: 100%;
   font-family: arial, helvetica, sans-serif;
   border-top: thin dotted #000000;
   border-bottom: thin dotted #000000;
}

#navbar ul li { 
   display: inline; 
}

#navbar ul li a {
   padding: 0.2em 1em;
   background-color: #8fc24b;
   color: white;
   text-decoration: none;
   float: left;
   border-right: 1px solid #fff;
}

#navbar ul li a:hover {
   background-color: #369;
   color: #fff;
}


body {
  min-width: 550px;      /* 2x LC width + RC width */;
	background: #000000;
	background: transparent;
}
#container {
  padding-left: 200px;   /* LC width */
  padding-right: 150px;  /* RC width */;
	background: #ecf0cb;
	background: white;
	margin-top: 0;
}
#container .column {
  position: relative;
  float: left;
	font-family: arial;
}

#adstop {
	float: left;
	margin: 0;
	padding: 0;
}

#left {
  width: 200px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -100%;
	margin-top: 20px;
	background: inherit;
}

#left h2 {
	font-size: small;
	color: white;
	background: #8fc24b;
	width: 80%;
}

#left ul {
	list-style: none;
	text-align: left;
	margin-left: 0;
	padding-left: 5px;
	line-height: 2.5em;
	font-size: small;
	background: #ffffff;
}

#right {
  width: 150px;          /* RC width */
  margin-right: -150px;  /* RC width */;
	margin-top: 2px;
	margin-top: 20px;
}

#right h3 {
	font-style: normal;
	color: white;
	font-size: small;
	background: #8fc24b;
	width: 80%;
}

#right ul {
	list-style: none;
	text-align: left;
	line-height: 2.5em;
	font-size: small;
}
#center {
  width: 100%;
	color: #444444;
	word-spacing: 0.2em;
	line-height: 1.5em;
	font-size: medium;
}
#footer {
  clear: both;
	color: #444444;
	border-bottom: none #c0c0c0;
	border-top: 1px solid #c0c0c0;
	font: small arial;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	background: #ececc9;
	text-align: center;
	margin-top: 15px;
}
/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}

#sectionfooter {
	margin-top: 20px;
	color: #535353;
	text-align: center;
	font: normal small/2.5em arial;
}

#sectionfooter a {
	margin-right: 15px;
}

#adstop {
	padding: 15px 20px 15px 15px;
	float: left;
}

