html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 8pt;
	text-align: center;
	color: #5C584F;
	background: #FFFFFF url(images/site-bkg.gif) top center repeat-x;
}

.clear { 
	clear: both;
}

/* LINKS */

a:link {
	color: #5C584F;
	text-decoration: none;
}

a:visited {
	color: #5C584F;
	text-decoration: none;
}

a:hover {
	color: #707070;
	text-decoration: none;
}

a:active {
	color: #707070;
	text-decoration: none;
}

#outer-wrapper {
	width: 909px;
	margin: 0 auto;
	text-align: center;
	font: normal normal 8pt Tahoma, Arial, sans-serif;
	background: #FFFFFF url(images/outer-bkg.gif) repeat-y;
}

#header-wrapper {
	width: 909px;
	height: 135px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #FFFFFF url(images/header-bkg.jpg) no-repeat;
}

#subheader-wrapper {
	width: 909px;
	height: 323px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #FFFFFF url(images/subheader-bkg.jpg) no-repeat;
}

#nav {
	width: 270px;
	height: 295px;
	position: relative;
	top: 5px;
	left: 24px;
	/* background-color: #FFAAAA; */
}

#content-wrapper {
	width: 909px;
	text-align: left;
}

#main-wrapper {
	width: 909px;
	padding: 0;
	margin: 0;
	float: left;
	text-align: left;
}

#main-content {
	width: 909px;
	text-align: justify;
	line-height: 11pt;
}

#subnav {
	margin-left: 10px;
	margin-right: 11px;
}

#boxdiv {
	width: 909px;
	height: 21px;
	background: url(images/boxdiv.gif) no-repeat;
}

#real-content {
	padding: 15px 33px 25px 30px;
	line-height: 15pt;
}


#footer-wrapper-home {
	width: 909px;
	height: 279px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: url(images/footer-home-bkg.jpg) no-repeat;
}

#footer-content-home { 
	padding-top: 20px;
	padding-left: 9px;
	padding-right: 10px;
	font-size: 8pt;
}

#footer-wrapper {
	width: 909px;
	height: 57px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: url(images/footer-bkg.jpg) no-repeat;
}

#footer-content { 
	padding-top: 20px;
	padding-left: 9px;
	padding-right: 10px;
	font-size: 8pt;
}

.txt {
	text-align: justify;
}

.image {
	border: 1px #A4D0DB solid;
}

.title {
	font-size: 11pt;
	font-weight: bold;
	color: #2E798C;
}

.btn-more, a.btn-more{
	width: 67px;
	height: 17px;
	text-align: center;
	color: #FFFFFF;
	background-color: #86CA13;
}


.nav-row {
	background: url(images/nav-bkg.gif) repeat-y;
}

.navlink {
	font-size: 9pt;
	font-weight: bolder;
}

a.navlink, a.navlink:link, a.navlink:visited {
	color: #5C584F;
    text-decoration: none;
}

a.navlink:hover, a.navlink:active {
	color: #2D7A8C;
    text-decoration: none;
}

a.navlink-active, a.navlink-active:link, a.navlink-active:visited {
	color: #2D7A8C;
    text-decoration: none;
}

a.navlink-active:hover, a.navlink-active:active {
	color: #2D7A8C;
    text-decoration: none;
}

.altlink {
	color: #2D7A8C;
}

a.altlink, a.altlink:link, a.altlink:visited {
	color: #2D7A8C;
    text-decoration: none;
}

a.altlink:hover, a.altlink:active {
	color: #2D7A8C;
    text-decoration: underline;
}
