body {
	background-color:#a6bf79;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 955px;
}

p {
	margin: 15px 0px;
}

hr {
  border: 1px solid #FFFFFF;
}

/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	width:955px;
	height:288px;
	position:relative;
}

#header ul {
	background-color:#85a157;
	width:950px;
	border: 3px solid #FFFFFF;
	display:block;
	top:255px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}

#header li {
	display:inline;	
}

#header ul a {
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
	font-size:14px;
	font-weight: bold;
}

#header ul a:hover, #header a.active {
	text-decoration:underline;
	color:#28556B;
	font-size:14px;
	font-weight: bold;
}


/********************** Content ***************************/
#content {
	background-image:url(images/content_bg.gif);
	width:956px;
}

h1 {
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2 {
	color:#85a157;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}

#left_home {
	float:left;
	width:650px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}

#left_other {
	float:left;
	width:910px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}

#left a { 
  color:#28556b; 
}

#left a:hover { 
  color:#c77e0c; 
}

#right {
	float:right;
	width:210px;
	height:1370px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;
}

#right a {
	color:#c77e0c;
}

#right a:hover {
	color:#85a157;
}

td.heading {
	font-weight: bold;
	text-align:center;
}

td.heading_left {
	font-weight: bold;
	text-align:left;
}

td.data {
	font-weight: normal;
	text-align:center;
}

/********************** Footer ***************************/
#footerline {
  clear:both;
  background-image:url(images/footer_bg.gif);
  font-size:1px;
  height:10px;
}

#footer {
	width:717px;
	text-align:center;
	padding: 20px 0px;
}

