body {
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}

a:link {
	COLOR: #FF6600; text-decoration: none
}

a:visited {
	COLOR: #FF6600; text-decoration: none
}
a:active {
	COLOR: #FF6600; text-decoration: none
}
a:hover {
	COLOR: #FF6600; text-decoration: underline
}

#mainbox {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	border: 1px solid #018843;
	background-color: #FFFFFF;
}

#page_header {
  height: 150px;
  background: #9ACD34 url('../img/header1.jpg') top right no-repeat;
  clear: both;
}

#top_menu {
  height:45px;
  clear: both;
}

#top_menu ul {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	background: url('../img/menback.gif') top left repeat-x;
	color: White;
	float: left;
	width: 100%;
	font-family: verdana, arial, sans-serif;
	font-size:10px;
	font-weight: bold;
	height: 45px;
}

#top_menu ul li {
	display: inline;
}

#top_menu ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
  background: url('../img/menback.gif') top left repeat-x;
  color: #009933;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#top_menu ul li a:hover
{
	color: #CC0000;
	background-image: url(../img/menu_hover_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#content_boxer {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

#rightpanel {
  margin-top:5px;
  float: right;
  width:160px;
  border:0px dashed #cccccc;
}

#rightpanel h3 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #006633;
	padding:4px;
	border: 1px solid #AAE5A4;
	background-color:#F4FDE5;
	text-align: center;
}

#rightpanel p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}
#rightpanel ul {
	list-style-image: url(../img/bullet.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#leftpanel {
  float: left;
  width:540px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
}

#leftpanel ul {
	list-style-image: url(../img/bullet.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.8em;
}

#leftpanel p {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left:4px;
}
#leftpanel h1  {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
}
#leftpanel h2  {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
}
#leftpanel h3  {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
}
#leftpanel h4  {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
}

#leftpanel td {
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	line-height: 1.3em;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#botmbox {
  height: 60px;
  background-color: #006633;
  clear: both;
}

#botmbox p {
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing:1px;
	padding-top: 5px;
}
#botmbox a:link {
	COLOR: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
}
#botmbox a:hover {
		COLOR: #FF6600; text-decoration: none
}
#botmbox a:active {
	COLOR: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
#botmbox a:visited {
	COLOR: #FFFFFF;
	text-decoration: none;
}

#spacer {
  height:20px;
  clear:both;
}
