html, body{ 
	margin: 5px auto;
	padding:0;
	border: 0; 
} 
body{
	font-family: verdana, sans-serif;
	font-size: 90%;
	text-align: center;
	background-color: #ddc;
}
img{
	border: 0;
}
acronym { 
	border-bottom: 1px dotted #000; 
	cursor: help; 
}
a {
    color: Blue;
    text-decoration: none;
}
a:link {
	color: Blue;
}
a:visited {
    color: Blue;
}
a:hover {
	color: Red;
	text-decoration: none;
}
#container {
	width: 98%;
	margin: 0 auto;
	background-color: #CCC3AF;
	color: #000;
	border: 1px solid #000;
	text-align: left; /*background-image: url(images/bg/pine.jpg);*/
}
#header {
	margin: 0 auto;
	padding: 0px;
	height: 100px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #000;
	background-color: #E6D5C5;
	background-image: url(images/bg/bghdfp.jpg);
}
#headadd{
	Position: absolute;
	top: 28px;
	left: 20px;
	color: #FFF8DC;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#headadd h3{
	font-family: sans-serif;
	margin-bottom: 4px;
	margin-top: 0;
	font-size: 18px;
}
#headadd h4{
	font-family: sans-serif;
	margin-top: 4px;
	font-size: 16px;	
}
#leftnav {
	float: left;
	width: 137px;
	margin: 0;
	padding: 8px 6px;
}
#content {
	margin-left: 148px; /*border: 1px solid #534137;*/
	margin-right: 0px;
	padding: 8px 10px;
	background-color: #E5DCC9;
	color: #000;
}
#footer {
	clear: both;
	height: 22px;
	width: 100%;
	line-height: 100%;
	margin-top: 0px;
	padding: 10px 0px 0px 0px;
	text-align: right;
	font-size: x-small;
	background-image: url(images/bari.jpg);
	background-color: #fff;
	color: #871103;
}
#leftnav p { 
	margin: 0 0 1em 0; 
}

.bfl:first-letter {
	font-size: 130%;
	margin-right: 2px;
}
.lft {
	text-align: left;
}
.rht {
	text-align: right;
}
.ctr {
	text-align: center;
}
.fntlg {
	font-size: 130%;
}
.fntsm {
	font-size: 95%;
}
.heading {
	border-top: none;
	border-right: 1px solid #111;	
	border-left: 1px solid #111;
	border-bottom: none;
	padding: 5px 0px 0px 5px;
	background-color: #FFF8AF;
	color: #871103;
	font-size: 1.0em;
	font-weight: bold;
    height: 25px;
	margin-bottom: 0px;
	background-image: url(images/barc.jpg);
}
.box {
	border: 1px solid #111;
	padding: 8px;
	margin-top: 0px;
	line-height: 1.4em;
}
#leftnav .box{
	background-color: #CCC3AF;
}
dl.gallery {
	border: 1px solid #000;
	background-color: #D3BFAC;
	/*width: 289px;
	text-align: center;*/
	padding: 10px;
}
.gallery dt img {
	border-top: 1px solid #444;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px solid #444;
	padding: 1px;
}
.gallery dt { 
	font-weight: bold; 
}
.gallery dd {
	margin: 0;
	padding: 0;
}
dl.log {
	border: 1px solid #000;
	background-color: #ddd;
}
.log dt {
	float: left;
	color: #666;
	padding: 5px;
}
.log dd {
	margin-left: 100px; 
	padding: 5px; 
	border-left: 1px dashed #222;
	border-bottom: 1px solid #ddd; /* fix creep bug in IE same colour as bkgrd */
}
#menu a{
	display: block;
	width: 94%;
	text-decoration: none;
}  /* eliminates the need for <br> after each link */
/* Switch Menu */
.menutitle{
	cursor: pointer;
	color: #C40028;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	width : 100%;
}
.submenu{
	margin-bottom: 0.25em;
	margin-top: .25em;
   /*background-color: #F8EDCF;	*/
}
/* Link Code -- do not change order */
a {
	color: Blue;
	font-size: 11px;
	text-decoration: none;

	font-weight: 500;
}
a:link {
	color: Blue;
}
a:visited {
	color: Blue;
}
a:hover{
	color: Red;
}
.submenu a:hover {
	background-color: #113366;
	color: White;
	text-decoration: none;
}
.submenu hr{
	height: 1px;
	border-top: 1px dashed #777777;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	margin: 0;
	padding: 0;
	width: 90%;
}
.menutitle a {
	color: #8B0000;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	width: 100%;
	margin: 2px 0px;
	border-top: 1px solid #888;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: 1px solid #888;
	padding: 1px 1px 1px 4px;
	background-color: #FFF8DC;
}
.menutitle a:link {
	color: #8B0000;
}
.menutitle a:visited {color: #8B0000;}
.menutitle a:hover {
	background-color: #113366;
	color: #FFFFF0;
	text-decoration: none;
}
.title {
	background-color: #FFF8AF;
	color: #871103;
	font-size: 10px;
	padding: 4px;
	border: 1px solid #000;
	font-weight: bold;
	background-image: url(images/bari.jpg);
}
.toprtsd  {
	position: absolute;
	top: 13px; 
	right: 18px; 
	text-align: right; 
	font-weight: bold; 
	font-size: .8em; 
	color: #000;
}
.toprt  {
	position: absolute;
	top: 10px;
	right: 24px;
	text-align: right;
	font-weight: bold;
	font-size: .9em;
	color: #33b;
	line-height: 1.4em;
}
.toplnk{
	text-align: right;
}
#sinfo th {text-align: center; color: #871103} 
#sinfo { 
 background-color: #FCFAEA; 
 color: #000000; 
 border: 1px solid #D7E5F2; 
 border-collapse: collapse; 
} 

#sinfo td { 
 border: 1px solid #D7E5F2; 
 padding-left: 4px; 
}