/* CSS Document */

#Leftnav {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FC7C00;
	border-right-color: #FC7C00;
	border-bottom-color: #FC7C00;
	border-left-color: #FC7C00;
}
#Leftnav a {
	font-size: 12px;
	color: #FC7C00;
	text-decoration: none;
}
#Leftnav a:hover {
	color:#FC7C00;
	text-decoration: underline;
}
#Leftnav2 {
	margin-left: 20px;
	text-decoration: none;
}
.boxTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/box_top_orange_short.gif);
	height: 26px;
	width: 215px;
	margin: 2px;
	text-align: center;
}
.boxBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/box_bottom_orange_short.gif);
	height: 145px;
	width: 215px;
	margin-top: -2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-repeat: no-repeat;
	text-align: center;
}
