/*
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: 680px;
	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);
	background-repeat: repeat-x;
	background-color: #F4E800;
}
#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; 
}


#flashingButtons {
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/test.jpg);
}

#flashingButtons  ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#flashingButtons  li {
	border-bottom: 2px solid #F59A19;
}
#flashingButtons  li a:link, #flashingButtons  li a:visited {
	width: 135px;
	height: 30px;
	padding: 3px 3px 3px 3px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;	
}
#flashingButtons  li a:hover {
	width: 135px;
	height: 30px;
	padding: 3px 3px 3px 3px;
	color: #FFFFE7;
	font-style: normal;
	text-decoration: none;
}

#leftnav2 {
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;

}
#leftnav2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#leftnav2 li {
	border-bottom: 2px solid #F59A19;
}
#leftnav2 li a:link, #leftnav2 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;	
}
#leftnav2 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: 14px;
	font-style: normal;
	text-decoration: none;
	display: block;
	backgound-color: #95E40C;
	font-weight: bold;	
}

/*---end of left side and navigation menu---*/

a.pinkfrog:link, a.pinkfrog:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF00CC;
	text-decoration: underline;
	letter-spacing: 0px;
}
a.pinkfrog:hover {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #C0C0C0;
	
}