/*
The code below is for the structure and formatting of the left side and the navigation menu
*/
#leftnavwrap {
	position: absolute;
	top: 152px;
	width: 135px;
	height: 560px;
	border: 1px solid #F59A19;
	background-color: #F4E800;
}
#leftnav {
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/nav_bg.jpg);
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#leftnav li {
	border-bottom: 2px solid #F59A19;
}
#leftnav li a:link, #leftnav li a:visited {
	width: 135px;
	height: 15px;
	padding: 3px 3px 3px 12px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	display: block;
	font-weight: bold;	
}
#leftnav li a:hover {
	width: 135px;
	height: 15px;
	padding: 3px 3px 3px 12px;
	color: #FFFFE7;
	font-style: normal;
	text-decoration: none;
	display: block;
	backgound-color: #F59A19; 
}
.onlink {
	width: 135px;
	height: 15px;
	padding: 3px 3px 3px 12px;
	color: #F59A19;
	font-style: normal;
	text-decoration: none;
	display: block;
	font-weight: bold;	
}
.HeadLink {
	width: 135px;
	height: 15px;
	padding: 3px 3px 3px 12px;
	color: #FF0000;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	display: block;
	backgound-color: #95E40C;
	font-weight: bold;	
}
/*---end of left side and navigation menu---*/