@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 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;
	background-color: #FFFFFF;
	background-image: url(/images/BluePatt.bmp);
}
.twoColFixRtHdr #container {
	width: 795px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/*.twoColFixRtHdr #mainContent2 {
	float: right;
	clear: left;
}*/

.twoColFixRtHdr #header {
	background-color: #FFF;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0 0 0 10px; /* 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: 2.65em;
	font-weight: lighter;
}
.twoColFixRtHdr #header h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 2em;
}

.twoColFixRtHdr #lineSpace {
	padding: 0px;
}

.twoColFixRtHdr #mainGraphic {
	position: relative;
	padding: 0px;
}

.twoColFixRtHdr #mainContent {
	position: relative;
	float: left;
}
.twoColFixRtHdr #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 1.75em;
	font-weight: lighter;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

.twoColFixRtHdr #container #mainContent #mainTable {
	position: relative;
}



.twoColFixRtHdr table#mainTable li {
	font-size: 0.95em;
	color: #06C;
	font-weight:bold;
	background-image:url(/images/BlueBull.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style:none;
	padding-left: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	margin-left: -23px;
}

.twoColFixRtHdr table#mainTable p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	padding-right: 20px;
	font-weight: normal;
}
.twoColFixRtHdr #mainTable #Position Header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #06C;
}


.twoColFixRtHdr #mainTable a {
	text-decoration: none;
}
.twoColFixRtHdr #prTable {
	width: 695px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 50px;
	text-decoration: none;
}
.twoColFixRtHdr #prTable tr td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.twoColFixRtHdr #prTable tr td h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #prTable tr td h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #06C;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #prTable tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 0px;
}




.twoColFixRtHdr #lineSpaceb {
	padding: 0px;
}



.twoColFixRtHdr #footer {
	padding: 7px 10px 7px 10px;
	background-color: #FFF;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.65em;
	padding: 10px 0 10px 0;
	font-weight: bold;
	color: #999;
	background-color: #FFF;
}
.twoColFixRtHdr #footer p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.twoColFixRtHdr #appForm {
	padding: 20px;
}
