@charset "utf-8";
/* CSS Document */

body {
	background-color: #e8f5da;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

div {
	margin: 0;
	padding: 0;
}

div.layout {
	position: relative;
	margin: 9px auto 10px auto;
	text-align: left;
	width: 909px;
	height: 705px;
	left: 0;
	top: 0;
	z-index: 1;
	text-align: left;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ====================================================== */
/*                   Header Area Styles                   */
/* ====================================================== */

div.header {
	background-image: url(../images/header.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 909px;
	height: 170px;
	z-index: 10;
	position: relative;
}

div.logo {
	position: absolute;
	top: 12px;
	left: 388px;
	width: 133px;
	height: 85px;
}

div.mainNav {
	position: absolute;
	top: 83px;
}

div.mainNav li {
	float: left;
}

div.mainNav_left {
	left: 65px;
}

div.mainNav_right {
	right: 80px;
}

/* ====================================================== */
/*                  Content Area Styles                   */
/* ====================================================== */

div.contentArea {
	background-color: #ffffff;
	background-image: url(../images/content_bkg.gif);
	background-position: top;
	background-repeat: repeat-y;
	width: 909px;
	height: 443px;
	position: relative;
	z-index: 1;
}

div.contentAreaContainer {
	position: absolute;
	top: -40px;
	left: 23px;
	background-color: #ffffff;
	width: 860px;
	height: 483px;
}

div.leftColumn {
	position: absolute;
	top: 0px;
	left: 23px;
	width: 190px;
	height: 100px;
	z-index: 1;
}
	
div.rightColumn {
	position: absolute;
	top: 20px;
	left: 335px;
	width: 535px;
	height: 470px;
	z-index: 1;
/*	Added by Glenn: 10/08/08 */
	overflow-y: auto;
	padding: 0px 0px 5px 0px;
	height: 455px;
}
	

/* ====================================================== */
/*                   Footer Area Styles                   */
/* ====================================================== */

div.footer {
	background-image: url(../images/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 909px;
	height: 92px;
	position: relative;
}

div.footerNav {
	position: absolute;
	top: 15px;
	left: 221px;
}

div.footerNav li {
	float: left;
}

div.footerText {
	position: absolute;
	top: 68px;
	/*left: 153px; */
	left: 115px;
}

div.footerText li {
	float: left;
	color: #EEEEEE;
	font-size: 11px;
}

div.footerText li,centerItem {
	margin: 0px 10px 0px 10px;
}

/* ====================================================== */
/*                   By Miranda                           */
/* ====================================================== */

div#left {
	margin: 0;
	padding: 5px 0 0 0;
	width: 285px;
}

div#left h1 {
	margin: 0;
	padding 0 0 3px 0;
	font-weight: bold;
	color: #034C61;
	font-size: 14px;
}

div#left h2 {
	margin: 0;
	padding: 0 0 3px 0;
	font-weight: bold;
	color: #034C61;
	font-size: 12px;
}

div#left strong {
	font-weight: bold;
}
	
div#left img {
	margin: 0;
	padding: 0 5px 0 0;
	display: inline;
	border: none;
}

div#left a:link {
	font-weight: bold;
	color: #83580c;
	text-decoration: none;
	
}

div#left a:hover {
	color: #8cc01e;
	text-decoration: none;
	
}

div#left p {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 12px;
	color: #000;
}

div#right {
	margin: 0;
	padding: 0;
	width: 480px;
}

div#right h1 {
	margin: 0;
	padding: 0 0 3px 0;
	font-weight: bold;
	color: #034e6b;
	font-size: 18px;
}

div#right h2 {
	margin: 0;
	padding: 0 0 3px 0;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}

div#right p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 13px;
	color: #000;
}

div#right ul {
	margin: 0 0 10px 5px;
	padding: 0;
}

div#right ul li {
	margin: 0 0 3px 10px;
	padding: 0;
	list-style: disc;
}

div#right a:link {
	font-weight: bold;
	color: #83580c;
	text-decoration: none;
	
}

div#right a:hover {
	color: #8cc01e;
	text-decoration: none;
	
}