body  {
	background: #666666; /* 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: #99A6C9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container #mainContent p a {
	text-decoration: none;
	color: #CA1930;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent p a:hover {
	color: #CA1930;
	text-decoration: underline;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../_images/columnBG.gif) repeat-y;
	margin: 0 auto 30px;
	text-align: left;
} 
.twoColFixLtHdr #header {
	padding: 1px 0px;  /* 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. */
	background-color: #F3EED6;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 294px;
	text-align: left;
	background-image: url(../../_images_css/Untitled-2.png);
} 
.twoColFixLtHdr #container #mainContent table, th, td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	vertical-align: top;
	padding-bottom: 5px;
}
.twoColFixLtHdr #container #mainContent table tr h3 {
	background-color: #8F8F8E;
	color: #FFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-right: 0px;
}
.twoColFixLtHdr #container #mainContent table tr h4 {
	color: #CA1930;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 14px;
}
.twoColFixLtHdr #container #mainContent table td p {
	padding: 0px 10px;
	margin: 0px;
}
.twoColFixLtHdr #container #header #mainNav {
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background-color: #8F8F8E;
	height: 31px;
	padding-top: 1px;
	padding-bottom: 1px;
	position: relative;
	top: 77px;
}
.twoColFixLtHdr #header_1 {
	padding: 1px 0px;  /* 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. */
	background-color: #F3EED6;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 294px;
	text-align: left;
}
.twoColFixLtHdr #container #header_1 #mainNav {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background-color: #8F8F8E;
	height: 31px;
	padding-top: 1px;
	padding-bottom: 1px;
	position: relative;
	background-image: url(../_images/navbarBG.gif);
	top: 78px;
}
.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;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 254px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px;
}
.twoColFixLtHdr #sidebar1 ul {
	padding: 1px 0px 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 20px 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
.twoColFixLtHdr #mainContent h1 {
	margin: 0 0 5; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #CA1930;
	font-variant: normal;
	text-transform: uppercase;
}
.twoColFixLtHdr #mainContent h2 {
	margin: 0 0 5; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #CA1930;
	font-variant: normal;
	text-transform: uppercase;
}
.twoColFixLtHdr #mainContent p {
	margin: 0 0 5; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5;
	color: #000;
	font-variant: normal;
	line-height: 1.5em;
	padding-left: 10px;
	font-size: 14px;
}
.twoColFixLtHdr #footer {
	padding: 1px 10px 1px 20px;
	background-color: #F1EACB;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-image: url(../_images/footerBG.gif);
} 
.twoColFixLtHdr #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.75em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 260px;
}
.twoColFixLtHdr #container #lightshow {
}
.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;
}
.bold_red {
	color: #CA1930;
}
.twoColFixLtHdr #container #header_1 #logo {
	width: 257px;
	position: relative;
	top: -40px;
	height: 295;
	background-color: #06F;
}
.twoColFixLtHdr #container #mainContent #p7EPM_1 #p7EPMdw_1 #p7EPMw1_1 #p7EPMc1_1 p a {
	color: #CA1930;
	text-decoration: none;
}
#header_image {
	position: absolute;
	height: 294px;
	width: 900px;
}
.red_bold {
	color: #D21930;
	font-weight: bolder;
}
.red_italic {
	color: #D21930;
}
#p7EPM_1 #p7EPMdw_1 #p7EPMw1_1 #p7EPMc1_1 p a {
	font-weight: normal;
}

