@charset "utf-8";
body  {
	background: url(pics/bkgndclouds-1.gif); /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 2;
	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: #800040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 3px;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: none;
	background-color: #D6F4FE;
} 
.twoColFixLtHdr #header {
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-right: 2px;
	margin-left: 4px;
	background-image: none;
	background-color: #68A2F3;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	margin-top: 8px;
	background-color: #92A9D2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColFixLtHdr #container #sidebar1 #Accordion1 .AccordionPanel AccordionPanelOpen .AccordionPanelContent .mission {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #800040;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 6px;
}

.twoColFixLtHdr #mainContent {
	background: #92A9D2;
	margin: 20px 0 0 250px;
	padding: 10px 16px 0 20px;
} 
.twoColFixLtHdr #container #mainContent p {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #004080;
	text-indent: 15px;
	margin-right: 4px;
	margin-left: 6px;
	margin-top: 2px;
	text-align: left;
}
.twoColFixLtHdr #footer .style22 {
	font: 10px "Trebuchet MS", Verdana, sans-serif;
	color: #555555;
	text-align: center;
}

.twoColFixLtHdr #container #widetext {
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 4px;
	padding-top: 4px;
	padding-left: 5px;
	padding-bottom: 4px;
	margin-top: 6px;
	margin-bottom: 4px;
}


.horzmenu {
	height: 45px;
	background: #92A9D2;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 4px;
}

.twoColFixLtHdr #footer {
	padding: 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#69A3F3;
	height: 25px;
} 
.footer-links {
	color: #000000;
	float: none;
	clear: none;
}

.twoColFixLtHdr #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 */
}
.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;
	margin-top: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 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;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #575757;
}
h5 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	color: #800040;
}
pwidetext {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 2px;
	padding-left: 2px;
}
.pwidetext {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #4D4D4D;
	text-indent: 5px;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 2px;
	padding-left: 2px;
}
.styleP2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	color: #800040;
	text-indent: 5px;
}
.twoColFixLtHdr  p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: 5px;
	margin-right: 4px;
	margin-left: 4px;
}
.question {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000FF;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent p a {
	font-weight: bold;
}
p retirement {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #C09;
}
.p retirement font {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #600;
	letter-spacing: 1em;
}
.staffNames {
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #4388F2;
}
