@charset "utf-8";
.bold{
	font-weight:bold;	
}
.wide-box {
	background-image: url(images/wide-bottom-box.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 239px;
	width: 310px;
}
.small-box {
	background-image: url(images/small-bottom-box.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 239px;
	width: 252px;
	margin-right: 35px;
	margin-left: 35px;
}
.green{
	font-size: 16px;
	color:#36B1AE;
	color: #84B0BB;/*green*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.white{
	font-size: 16px;
	color: #0D0B0C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.menu-btn {
	display: block;
	background-image: url(images/download-btn.jpg);
	height: 36px;
	width: 105px !important;
	float: right;
	margin-right: 45px;
}
#main-content-area div.menu-btn a:link,
#main-content-area div.menu-btn a:hover {
	width: 105px !important;
}
.menu-title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}