@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #f4f4f4;
	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: #333;
}
img {
	border:none;
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f4f4f4;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #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;
	background: #f4f4f4;
} 
.twoColFixLtHdr #container #header #menu_up {
	background-image: url(images/menuNav.gif);
	background-repeat: no-repeat;
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 42px;
	text-align: center;
}
.twoColFixLtHdr #container #header #menu_up ul  {
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.twoColFixLtHdr #container #header #menu_up ul li {
	text-align: center;
	line-height: 30px;
	color: #FFF;
	list-style-type: none;
	display: inline;
	font-size: 110%;
	font-weight: bold;
}
.twoColFixLtHdr #container #header #menu_up ul li .active {
	background-color: #1E96EE;
	padding: 4px;
}
.twoColFixLtHdr #container #sidebar1 .sideBody p a {
	font-weight: bold;
	color: #036;
	font-size: 95%;
}

.twoColFixLtHdr #container #header #menu_up ul li a {
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}
.twoColFixLtHdr #container #header #menu_up ul li a:hover {
	background-color: #1E96EE;
}
.twoColFixLtHdr #container #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 244px;
	background-color: #f4f4f4;
}
.twoColFixLtHdr #container #sidebar1 .sideHead {
	background-image: url(images/headBox.gif);
	height: 31px;
	width: 230px;
	background-repeat: repeat-x;
	line-height: 31px;
	color: #FFF;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bebebe;
	border-right-color: #bebebe;
	border-bottom-color: #bebebe;
	border-left-color: #bebebe;
}
.twoColFixLtHdr #container #sidebar1 .sideBody {
	width: 230px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bebebe;
	border-right-color: #bebebe;
	border-bottom-color: #bebebe;
	border-left-color: #bebebe;
	padding: 0px;
	background-color: #FFF;
}
.twoColFixLtHdr #container #sidebar1 .sideBody p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #sidebar1 .sideBody ul {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #sidebar1 .sideBody ul li {
	list-style-type: none;
	padding: 0px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 12px;
}

#container #sidebar1 ul .sideHead_li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	list-style-type: none;
	background-image: url(images/headBox.gif);
	background-repeat: repeat-x;
	height: 31px;
	width: 230px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	font-size: 110%;
}
#container #sidebar1 .sideBody_li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	list-style-type: none;
	border: 0px none #bebebe;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#container #sidebar1 .side_ul  {
	color: #000;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bebebe;
	border-right-color: #bebebe;
	border-bottom-color: #bebebe;
	border-left-color: #bebebe;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
	padding: 0px;
}
#container #sidebar1 .side_ul .sideBody_li a {
	color: #036;
	font-weight: normal;
}

#container #sidebar1 .side_ul .sideBody_li a:hover {
	color: #036;
	font-weight: normal;
}




.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	background-color: #f4f4f4;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 262PX; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
h1    {
	font-size: 140%;
	color: #F90;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 12px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #0E73BD;
	border-right-color: #0E73BD;
	border-bottom-color: #0E73BD;
	border-left-color: #0E73BD;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent li {
	list-style-type: circle;
	list-style-position: inside;
	margin: 3px;
	padding: 3px;
}

.image    {
	padding: 6px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
.image_right    {
	padding: 6px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

h2    {
	font-size: 120%;
	color: #930;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 12px;
}

.twoColFixLtHdr #container #mainContent p {
	padding: 6px;
	margin: 0px;
}

.twoColFixLtHdr #footer {
	padding: 0;
	background-attachment:fixed;
	margin: 0;
	width: 1000px;
	background-color: #f4f4f4;
	height: 124px;
} 
.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 */
}
.twoColFixLtHdr #container #footer .footerTxt {
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 80%;
	text-align: center;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 124px;
}

.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 { 
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}
 /*
<![if IE 5]>
.twoColFixLtHdr #sidebar1 { width: 230px; }
<![endif]>
<![if IE] >
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
<![endif]>
*/
.twoColFixLtHdr #container #header #menu_up ul li {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

