.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	padding-top: 5px;
	padding-left: 30px;
	background-image: url(images/left_nav.jpg);
	background-repeat: no-repeat;

}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 10px;
}
.heading {
	font-size: 16px;
	font-weight: bold;
	color: #3300CC;
}
.bottomline {
	background-image: url(images/bottom_background.jpg);
	background-repeat: repeat-x;
}
.bottomnavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #3300CC;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
