/* CSS Document */

body{
scrollbar-base-color:#BCA7A8;
}


a {
	text-decoration: none;
	color: #000000;
}

td.leftBox{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#infobox{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #BCA7A8;
	padding-top:10px;
	padding-bottom:10px;
	border: 3px solid #B99F9E;
	text-align:center;
	position:relative;
	top: 0;
}
	
td.nav{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 3px solid #B99F9E;
}

div.stuff{
	
	width: 300px;
	height: 150px;
	position: absolute;
	top: 20;
	left: 575;
	z-index:auto;
}

a.special{
	color: #000000;
	text-decoration: underline;
}

#contentcell{
border: 3px solid #B99F9E;
background-color: #BCA7A8;
}

#maincontent h1{
font-size:18px;
margin-bottom: 20px;
}

#maincontent h2{
font-size:14px;
margin-bottom: 20px;
}

#maincontent{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #BCA7A8;
	margin-left: 30px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
}

#maincontent a{
	color: #993300;
	font-weight: bold;
}


