@charset "UTF-8";
body {
	background: #666666;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using less than full width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(index_images/gray_fade_bg.jpg) no-repeat bottom;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: url(index_images/header1.jpg) no-repeat;
	height: 120px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0pt;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	height: 50px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #menu {
	height: 35px;
	background-color: #999999;
}
.oneColFixCtrHdr #menu p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.sectionHeads {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #999;
}
.sectionHeadsID {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #AE7176;
}
.leftMenu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #000;
	background-image: url(index_images/leftmenu_bg.jpg);
	cursor: default;
}
.leftMenuOver {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #CCC;
	background-image: url(index_images/leftmenuOver_bg.jpg);
	cursor: default;
}
.bodycopy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
.bodycopySub {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #AD1E37;
	font-weight: bold;
}
.homePageCopy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.homePageSub {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	font-weight: bold;
}
