* { 
	margin: 0px;
	padding: 0px;
	}
body {
	margin:0;
	background-color:#ffffff;
}
#container {
	width:100%;
	height:100%;
}


/*	sidebar nav */
#lnav {
	width:200px;
	padding-top:10px;
}
#lnav h1 {
	margin:5px;
	padding-left:5px;
	font-size:11px;
	font-weight:bold;
	color:#693532;
	line-height:20px;
	background-color:#693532;
	border:1px solid #693532;
}
#lnav ul {
	font-size: 11px;
	font-weight: bold;
	font-family:verdana;
}
#lnav li {
	list-style-type: none;
	line-height: 24px;
	padding-left: 15px;
	color:#693532;
}
#lnav a:link, #lnav a:visited, #lnav a:active {
	text-decoration: none;
	color: #693532;
/*	border-bottom: 1px solid #693532; */
	width:175px;
}
#lnav a:hover {
	text-decoration:none;
	color: #bf1238;
	border-bottom: 1px solid #693532; 
	width:175px;
}
/*	tabular data */
#hdr {
	font-family:sans-serif;
	text-transform:uppercase;
}
#hdr h1 {
	margin-bottom:2px;
	padding-left:5px;
	font-size:11px;
	font-weight:bold;
	color:#434343;
	line-height:20px;
	border-bottom:1px solid #434343;
}
#hdr h2 {
	margin-bottom:2px;
	padding-left:5px;
	font-size:11px;
	font-weight:bold;
	color:#434343;
	line-height:20px;
}
#bhead {
	font-family:verdana;
	font-size:14px;
	color:#005288;
	font-weight:bold;
}
#bhead p {
	margin:5px;
	color:#693532;
}
#list {
	font-family:verdana;
	font-size:12px;
}
#list p {
	margin:8px;
	color:#693532;
#list br {
	margin:8px;
	color:#693532;
}
#list .title {
	font-weight:bold;
}
#list a:link, #list a:visited, #list a:active {
	text-decoration: none;
	color: #693532;
}
#list a:hover {
	text-decoration:none;
	color: #bf1238;
	border-bottom: 1px solid #693532; 
/*	width:175px; */
}
