@charset "utf-8";
.style4 {
	font-size: 10px;
	font-weight: bold;
}

.style1 {
	font-weight: bold;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0A2181;
	font-size: 18px;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {

}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent hr {
	margin-top: 0px;
}

.oneColFixCtrHdr #container #mainContent table {
	font-size: 10px;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #808080;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.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 */
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.oneColFixCtrHdr #container #mainContent td p {
	padding: 5px;
}
.oneColFixCtrHdr #container #mainContent #AltTableDeco {
	background-color: #e7e7e7;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #999999;
}
.oneColFixCtrHdr #container #mainContent #MissionTable {
	background-color: #fff;
	font-size: 12px;
}

.oneColFixCtrHdr #container #mainContent #tblMeningitisNotice {
	background-color: #B9C7F6;
	border: 1px solid #999999;
	margin: 10px 0px;
}
.oneColFixCtrHdr #container #mainContent #tblHearingLoss {
	background-color: #F7F7F7;
}
.oneColFixCtrHdr #container #mainContent #HR2 {
	margin-top: 0px;

}
.oneColFixCtrHdr #container #mainContent #MissionTable #HR3 {
	margin: 0px;
}
.oneColFixCtrHdr #container #mainContent #tblPageTitle {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #363875;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #container #mainContent #tblStaff #tblSubStaff {
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent #tblStaff img {
	margin: 2px;
}


.style3 {
	font-size: 12px;
}
.style5 {
	font-size: 16px;
	font-weight: bold;
}
