@charset "utf-8";
h1 {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-transform: capitalize;
}
h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
}

.centerMenu #header {
	padding-left: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.centerMenu #container {
	height: 598px;
	width: 742px;
}
.centerMenu #navigationLinks {

}
.centerMenu #mainContent {
	padding: 0px;
}

.centerMenu #imagePanels {
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.centerMenu #homeText {
	text-align:center;	
}
.centerMenu #homeText h1 {
	font-size:18px;
	font-weight:lighter;
	font-family: Helvetica, Arial, sans-serif;
}
.centerMenu #leftImagePanel {
	background-image:url(../images/content_area/image_panel2.png);
	float:left;
	display: block;
	height: 600px;
	width: 133px;
}
.centerMenu #rightImagePanel {
	background-image:url(../images/content_area/image_panel1.png);
	float:right;
	display: block;
	height: 600px;
	width: 133px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}
