.body {
	background-image: url(images/back.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

.lshad {
	background-image: url(images/lshadow.jpg);
	background-position: right top;
	width: 30px;
	background-repeat: no-repeat;
}

.rshad {
	background-image: url(images/rshadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 30px;
}

.header {
	vertical-align: top;
}

.content {
	background-image: url(images/content.jpg);
}

.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px
}

.style6 {
	font-size: 8px
}

.style7 {
	font-size: 8px; color: #E8DAB7;
}

.style8 {
	color: #DAC58B
}

.content2 {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBDEBC;
	border-right-color: #EBDEBC;
	border-bottom-color: #EBDEBC;
	border-left-color: #EBDEBC;
}

.tableheader {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #EBDEBC;
	border-right-color: #EBDEBC;
	border-bottom-color: #EBDEBC;
	border-left-color: #EBDEBC;
	border-bottom-style: solid;
	background-image: url(images/heading.jpg);
	background-repeat: repeat-x;
}

a:link {
	color: #875220;
}

a:visited {
	color: #875220;
}

a:hover {
	text-decoration: none;
}

.footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat;
	margin-top: 4px;
	border: 1px solid #492B13;
}

.footertext {
	clip:   rect(auto auto auto auto);
	line-height: 24px;
}

/******* Navigation Styles *******/
.subgnav {
	position: relative;
	text-align: left;
	vertical-align: middle;
	visibility: inherit;
	padding: 0px 0px 0px 10px;
}

A.glink:link {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(images/navselect.gif);
	text-decoration: none;
}

A.glink:visited {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(images/navselect.gif);
	text-decoration: none;
}

A.glink:hover {
	font-weight: bold;
    color: #FFFFFF; 
    background-image: url(images/navselect2.gif); 
    text-decoration: underline;
}

A.glink:active {
	color: #FFFFFF;
} 

.subglobalNav{
	position: absolute;
	top: 236px;
	width: 740px;
	text-align: right;
	vertical-align: top;
	visibility: inherit;
	padding: 0px 0px 0px 10px;
	font-style: italic;
	font-size: 10px;
}

