body {
	margin: 0;
	padding: 0;
}
* {
	font-family: Helvetica, arial, sans-serif;
}
.menu {
	padding-left: 16px;
	padding-right: 56px;
	padding-bottom: 23px;
	background: url('../images/menuBackground.jpg') left top no-repeat;
}
.menuItem {
	display: block;
	padding-bottom: 12px;
}
img {
	border: 0;
}
.topGradient {
	background: #FFF url('../images/topGradient.jpg') repeat-x;
	
}
.title {
	color: #304E56;
	font-weight: 800;
	padding-bottom: 4px;
	border-bottom: 4px solid #7d7c7c;
	margin-bottom: 10px;
}
.content {
	width: 515px;
	padding-top: 76px;
	color: #4d4c4c;
}
.footer {
	font-weight: 800;
	font-size: 12px;
}
a {
	color: #4889af;
}
a:hover {
	text-decoration: none;
}

.smallheading {
	color: #e8b121;
}

.underline {
	text-decoration:underline;
}


.tablehead {
	text-align: right;
	font-weight: 800;
}