html { height: 100%; margin-bottom: 1px; } /*fixes a displacement when
scroll bar is created*/ 

.plntxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.menutxt {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #E2DFD0;
}
.topic {
	font: 14px Georgia, "Times New Roman", Times, serif;
}
.smtxt {
	color: #800000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
}

.smtxt a:link a:visited a:hover a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
}
.outln {
	border: 1px solid #4F1406;
}
h1 {
	font: 14px Georgia, "Times New Roman", Times, serif;
}
.smtopic {
	font: 11px Georgia, "Times New Roman", Times, serif;
}
ul {
	list-style: square inside;
}
ol {
	list-style-type: decimal;
}
.prts {
	text-align: left;
	width: 180px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 6px solid #cccccc;
	background-color: #7D0000;
}
#navbar {
	position: relative;
	top: 0;
	right: 0;
	padding: 0;
	margin-top: 8;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 3px 8px;
	text-transform: none;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#navbar li a:hover {
	color: #000;
	 }
#navbar li ul {
	display: none;
	  }
#navbar li:hover ul, #navbar li.hover ul {
	position: absolute;
	display: inline;
	left: 0;
	width: 100%;
	width: 760px;
	margin: 0;
	padding: 0;
	}
#navbar li:hover li, #navbar li.hover li {
	float: left; }
#navbar li:hover li a, #navbar li.hover li a {
	color: #000; }
#navbar li li a:hover {
	color: #FFCC33;
	border-top: 0px solid #000;
	}

