html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 16px;
	color: #5EB544;
	line-height: 35px;
}
h2 {
	font-size: 12px;
	color: #5EB544;
	margin-bottom:-10px;
	padding-bottom:-10px;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #5EB544;
}
a:hover {
	color: #8FE24D;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(../images/page_bg.gif) repeat;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

#outer {
}
#header {
	background-image: url(../images/logo_getrecd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin: auto;
	width: 760px;
	position: relative;
	height: 162px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 760px;
	position: relative;
	background-color: #FFFFFF;
}
#banner {
	background-image: url(../images/header_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 153px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #5EB544;
	margin-right: 5px;
	margin-left: 5px;
	padding-bottom: 10px;
}
#content {
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-left: 0px;
}
#bodyarea {
}

/** nav **/
#nav{
}
#nav ul{
	float:right;
	width: 414px;
	margin: 54px 0px 0px;
	padding: 0px;
	background-image: url(../images/nav_bgup.gif);
	background-repeat: repeat-x;
	height: 44px;
}
#nav ul li{
	display:inline;

}
#nav ul li a{
	border-right-color: #8FE24D;
	border-right-style: solid;
	border-right-width: thin;
	padding:18px 12px 0px;
	float:right;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	line-height: 26px;
	font-weight: normal;
}
#nav ul li a:hover{
	background-image: url(../images/nav_bgover.gif);
	background-repeat: repeat-x;
}
/**sideNav**/
ul.sidenav {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 193px;
	line-height: 20px;
}

ul.sidenav li {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #AFDAA2;
}

ul.sidenav li a {
	font-size: 14px;
	color: #5EB544;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}

ul.sidenav li a:hover {
	background-image: url(../images/subbtn_bg.gif);
	background-repeat: repeat;
	color: #FFFFFF;
}
#activetab {
}
/**left Col**/
#leftcol {
	width: 193px;
	background-image: url(../images/subnav_bg.gif);
	background-repeat: repeat;
	vertical-align: text-top;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
/**home**/
#ctrcol {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 25px;
}
#rightcol {
	width: 175px;
	padding-left: 9px;
	vertical-align: top;
	background-color: #EAFFE7;
	padding-right: 9px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#divider {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #5EB544;
	padding-top: 5px;
	margin-top: 5px;
}

/**copyright**/
#copyright {
	font-size: 9px;
	color: #5EB544;
	text-align: left;
	margin: auto;
	width: 760px;
	position: relative;
	padding-top: 10px;
	text-decoration: none;
}
#copyright a {
	color: #5EB544;
	text-decoration: none;
}
#copyright a:hover {
	color: #8FE24D;
}
#imageright {
	float:right;
	margin-left: 5px;
	margin-top: 12px;
  }
  /**pages**/
  #gallery {
	text-align: center;
  }
