html, body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border: none;
	height: 100%;
	scrollbar-base-color: #B1AF94;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #D5D4BF;
	scrollbar-highlight-color: #D5D4BF;
	scrollbar-shadow-color: #D5D4BF;
	scrollbar-track-color: #B1AF94;
	
/*	background : #dfdfdf;*/
/*	margin : -300px 0 0 0;*/
/*	position: relative;*/
/*	left: 20%;*/
/*	top: 10%;
	height: 100%;*/
/*	width: 100%;*/
}

.tanbg, .tanbgmenu, .content {
	background-color: #B1AF94;
}

.tanbgmenu {
	height: 19px;
}

.cornertopright {
	background-image: url(../images/corner_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #B1AF94;
	width: 50px;
}

.cornerbottomleft {
	background-image: url(../images/corner_bottomleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #B1AF94;
	height: 16px;
}

.cornerbottomright {
	background-image: url(../images/corner_bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #B1AF94;
	width: 50px;
}

.content {
	height: 446px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #FFFFFF;
}

.borderleft {
	background-image: url(../images/border_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #B1AF94;
	padding-left: 26px;
}

.sidebarbg {
	background-color: #8E8C74;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #FFFFFF;
	padding-left: 15px;
}

.textlink, .textlink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.textlink:hover {
	color: #880038;
	text-decoration: none;
}

.textlinkactive {
	color: #880038;
	text-decoration: none;
	font-weight: bold;
}

/* Top nav bar */
.navbar, .navbaractive {
	/*display: block;*/         /* lines extend to right, make area clickable */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #B1AF94;
	margin: 0;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

.navbar a {
	color: #FFFFFF;
	background-color: #B1AF94;
	text-decoration: none;
}

.navbaractive a {
	color: #880038;
	background-color: #B1AF94;
	text-decoration: none;
}

.navbar a:hover, .navbar:hover,
.navbaractive a:hover, .navbaractive:hover {
	color: #880038;
	background-color: #B1AF94;
	text-decoration: none;
}

/* Drop down menu */
#dropmenudiv {
	position: absolute;
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 0px;
	border-top: 5px solid #95947A;
	border-bottom: 5px solid #95947A;
	text-decoration: none;
	color: #FFFFFF;
}

#dropmenudiv a:hover { /*hover background color*/
	border-top: 5px solid #E1DFCF;
	border-bottom: 5px solid #E1DFCF;
	background-color: #E1DFCF;
	color: #880038;
}