body {
	background-color: #1d694f;
	background-image: url(bkgrnd_vert.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/**************** menu coding *****************/
#menu {
	width: 220px;
	white-space: nowrap;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#menu ul {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#menu ul a {
	display: block;
	white-space: nowrap;
	color: #D3B30A;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
	border: 1px solid #D3B30A;
	background-color: #5C3518;
	background-image: url(btn.jpg);
	background-repeat: repeat-y;
}

#menu ul a:visited {
	display: block;
	white-space: nowrap;
	color: #D3B30A;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
	border: 1px solid #D3B30A;
	background-color: #5C3518;
	background-image: url(btn.jpg);
	background-repeat: repeat-y;
}

#menu ul a:hover {
	display: block;
	white-space: nowrap;
	color: #D3B30A;
	text-decoration: underline;
	border: 1px solid #FFFFFF;
	background-color: #5C3518;
}

#menu li {
position: relative;
}

#menu ul ul {
	list-style: none;
	position: absolute;
	top: 0;
	left: 220px;
	width: 100%;
}

#menu ul ul a {
	display: block;
	width: 250px;
	white-space: nowrap;
	color: #5C3518;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px;
	border: 1px solid #5C3518;
	background-color: #D3B30A;
	background-image: url(btn2.jpg);
	background-repeat: repeat-y;
}

#menu ul ul a:visited {
	display: block;
	white-space: nowrap;
	color: #5C3518;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px;
	border: 1px solid #5C3518;
	background-color: #D3B30A;
	background-image: url(btn2.jpg);
	background-repeat: repeat-y;
}

#menu ul ul a:hover {
	text-decoration: underline;
	color: #5C3518;
	padding: 2px;
	border: 1px solid #FFFFFF;
	background-color: #D3B30A;
}

div#menu ul ul,
div#menu ul li:hover ul {
display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}


/**************** layout coding *****************/
.pageHeaderWrapper {
	background-color: #FFFFFF;
	display: block;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	height: 170px;
	left: 3%;
	top: 5px;
	right: 3%;
}
.headerLHScell {
	display: inline;
	width: 130px;
	height: 150px;
	left: 5px;
	right: 765;
	text-align: left;
	position: absolute;
	top: 15px;
}
.headerCenterCell {
	display: inline;
	width: 650px;
	height: 150px;
	left: 150px;
	right: 100px;
	position: absolute;
}
.headerRHScell {
	display: inline;
	width: 80px;
	height: 150px;
	right: 0px;
	left: 820px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	position: absolute;
	top: 30px;
}
.pageContentWrapper {
	background-color: #1D694F;
	display: block;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	position: absolute;
	left: 3%;
	top: 190px;
	right: 3%;
}
.menuLHSwrapper {
	background-color: #D3B30A;
	text-align: left;
	vertical-align: top;
	display: inline;
	width: 222px;
	left: 0px;
	top: 0px;
	height: 100%;
	float: left;
}
.contentRHSwrapper {
	background-color: #D0E485;
	vertical-align: top;
	display: inline;
	width: 642px;
	right: 0px;
	top: 0px;
	height: 100%;
	float: right;
	padding: 15px;
}



/**************** presentation coding *****************/

h2 { /* Header/Site Title */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 70px;
	font-weight: normal;
	color: #1D694F;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 2px;
}
.headerObject { /* Flash Banner */ 
	text-align: center;
}
h4 { /* Header/Site Tagline */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #5C3518;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	vertical-align: top;
	display: block;
	margin: 0px;
	padding: 2px;
}
h4 a:link { /* Header/Site Tagline */
	color: #5C3518;
	text-decoration: none;
}
h4 a:visited { /* Header/Site Tagline */
	color: #5C3518;
	text-decoration: none;
}
h4 a:hover { /* Header/Site Tagline */
	color: #5C3518;
	text-decoration: none;
}
.promoWrapper {
	background-color: #D3B30A;
	text-align: right;
	display: block;
	padding: 5px;
	width: 220px;
	border: 2px solid #1D694F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	right: 0px;
	left: auto;
	float: right;
	margin: 5px;
}
.textPromoBold {
	font-size: 18px;
	font-weight: bold;
	color: #5C3518;
	text-align: center;
}
.textPromoBold2 {

	font-size: 20px;
	font-weight: bold;
	color: #1D694F;
	text-align: center;
}
.tableLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #5C3518;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;

}
.textLHS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1D694F;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}

.tableRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #5C3518;
	text-decoration: none;
	text-align: right;
	white-space: nowrap;
}
.tableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5C3518;
	text-decoration: none;
	text-align: right;
	white-space: nowrap;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #1D694F;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5C3518;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	display: block;
	margin: 0px;
	padding: 5px;
	background-color: #D3B30A;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	white-space: normal;
}
.textLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	white-space: normal;
	vertical-align: top;
}
.textBoldItalic {
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	white-space: normal;
	vertical-align: top;
}
.textRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: right;
	white-space: normal;
	vertical-align: top;
}
.textCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	white-space: normal;
	vertical-align: top;
}
.textCenterSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.textCenterBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.smallCaps {
	font-size: 12px;
	text-transform: uppercase;
}
a:link {
	font-weight: bold;
	color: #1D694F;
	text-decoration: underline;
}
a:visited{
	font-weight: bold;
	color: #1D694F;
	text-decoration: underline;
}
a:hover{
	font-weight: bold;
	color: #5C3518;
	text-decoration: none;
}
.nonUnderline {
	text-decoration: none;
}
