.left {
	background-color: bfbfbf;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.right {
	background-color: bfbfbf;
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.background {
	background-color: bfbfbf;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.sideMenuBG {
	background-color: 863603;
	background-image: url(images/side_menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.underButtons {
	padding-bottom: 4px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 75px 15px 25px;
	text-align: justify;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FF6600;
}
.subHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
}
.bodyContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}
