body {
	scrollbar-face-color:#FFFFFF; 
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#666666;
	scrollbar-darkshadow-color:#666666;
	scrollbar-track-color:#666666;
	scrollbar-arrow-color:#666666;
	background-color: #24402B;
	margin: 0px;
	}

form {
	margin: 0px;
	}

ul {
	list-style-image: url(../images/interior/bullet.gif);
	}

/* Main Body Text */

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #30392B;
	}

/* Main Link Styles */

a:link {
	color: #30392B;
	text-decoration: underline;
	}
	a:hover {
		color: #C12C30;
		text-decoration: underline;
		}
	a:active {
		color: #30392B;
		text-decoration: underline;
		}
	a:visited {
		color: #30392B;
		text-decoration: underline;
		}
	a:visited:hover {
		color: #C12C30;
		text-decoration: underline;
		}
		
.whitelink {
	font-size: x-small;
	color: #FFFFFF;
	}
	a.whitelink:link {
		color: #FFFFFF;
		text-decoration: underline;
		}
	a.whitelink:hover {
		color: #FFFFFF;
		text-decoration: underline;
		}
	a.white:active {
		color: #FFFFFF;
		text-decoration: underline;
		}
	a.whitelink:visited {
		color: #FFFFFF;
		text-decoration: underline;
		}
	a.whitelink:visited:hover {
		color: #FFFFFF;
		text-decoration: underline;
		}

/* --------CUSTOM TEXT--------- */

/* - footer - */
.footer {
	font-size: xx-small;
	color: #F1EFE2;
	}

	a.footer:link {
		color: #F1EFE2;
		text-decoration: underline;
		}
	a.footer:hover {
		color: #FC3434;
		text-decoration: underline;
		}
	a.footer:active {
		color: #F1EFE2;
		text-decoration: underline;
		}
	a.footer:visited {
		color: #F1EFE2;
		text-decoration: underline;
		}
	a.footer:visited:hover {
		color: #FC3434;
		text-decoration: underline;
		}

/* - forms - */

.forms {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C12C30;
	font-weight: bold;
	text-transform: uppercase;
	}

.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #24402B;
	font-weight: bold;
	text-transform: capitalize;
	}
	
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	}.repeat {
	background-image: url(../images/interior/background.jpg);
	background-repeat: repeat-y;
}
.textbackground {
	background-image: url(../images/interior/textbackground.jpg);
	background-repeat: no-repeat;
}
.calloutrepeat {
	background-image: url(../images/interior/callout/repeat.gif);
	background-repeat: repeat-y;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}
/* Styles for Layered Views */

#bodyTextLabel {
	background-color: #24402B;
}

#bodyTableLabel {
	display: block;
}

#hiddenwindow {
	padding: 10px 10px 10px 10px;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9;
}
#hiddenwindow #container{
	width: 50%;
	color: #FFF;
	background-color: #24402B;
	border: 1px solid #000;
}
#hiddenwindow #container #nav {
	font-weight: bold;
	color: #FFF;
	padding: 0px 0px 0px 0px;
}
#hiddenwindow #container #piclayer {
	color: #FFF;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #000;
	
}
