@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 0px;
	margin-right: 300 px;
	margin-bottom: 25px;
	margin-left: 0;
	background-color: #5C85FC;
}
.twoColFixRtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	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. */
	padding: 0 0 0 0;
	margin-top: 25px;
} 
.twoColFixRtHdr #header {
	padding: 0;  /* 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: 0 0 0 0;
	color: #000;
	background-color: #5E87FE;
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding: 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 10px;
	text-align: left;
}
.twoColFixRtHdr #mainContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	color: #000;
	font-size: 12pt;
} 
.twoColFixRtHdr #footer {
	background:#DDDDDD;
	text-align: left;
	font-size: 10pt;
	margin-right: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #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: 10pt;
}
.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;
}
Links {
	font-size: 10px;
}
.twoColFixRtHdr #container #mainContent table tr {
	text-align: center;
	font-size: 10pt;
}
.twoColFixRtHdr #container #mainContent table tr {
	text-align: left;
	color: #30F;
	font-style: italic;
}
.twoColFixRtHdr #container #mainContent table tr td {
	text-align: left;
	color: #000;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
}
.twoColFixRtHdr #container #mainContent table {
	text-align: center;
	vertical-align: text-bottom;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
TableHeaders {
	text-align: center;
}
.TableHeader {
	text-align: center;
	color: #FFF;
}
#TableHeaderFormatting {
	font-weight: bolder;
	text-align: center;
}
Spry_tr {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.PostListing {
	color: #00009C;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.PostingContactInfo {
	font-size: 12pt;
}
.PostBlock {
	background-color: #C6D6FF;
}
.twoColFixRtHdr #container #mainContent div table .TableHeader th #Spry_Table {
	color: #FFF;
	font-style: normal;
}
.twoColFixRtHdr #container #mainContent table tr td {
	color: #100592;
}
.twoColFixRtHdr #container #mainContent table tr td div {
	color: #000080;
}
.twoColFixRtHdr #container #mainContent table tr td {
	color: #000080;
}
.twoColFixRtHdr #container #footer table tr td div {
	color: #666;
}
.twoColFixRtHdr #container #footer table tr td div {
	color: #F3F3F3;
}
ZoombaHyperlink {
	color: #E5DDDD;
}
