@charset "utf-8";
body  {
	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: #0000CC;
	background-color: #FFF;
	margin-top: 10px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header_left {
	background-image: url(images/head_left.gif);
	background-repeat: no-repeat;
	float: left;
	height: 145px;
	width: 15px;
} 
.twoColFixLtHdr #header_logo {
	background-repeat: no-repeat;
	float: left;
	height: 145px;
	width: 150px;
}
.twoColFixLtHdr #header {
	background-image: url(images/head_bg.gif);
	background-repeat: repeat-x;
	height: 145px;
	float: left;
	width: 720px;
	color: #CCC;
}
.twoColFixLtHdr #header img {
	padding-top: 5px;
}

.twoColFixLtHdr #header p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
	text-align: right;
	position: absolute;
	margin-top: -140px;
	width: 710px;
}


.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 #header_right {
	background-image: url(images/head_right.gif);
	background-repeat: no-repeat;
	float: left;
	height: 145px;
	width: 15px;
}
.twoColFixLtHdr #nav1 {
	background-image: url(images/nav1_bg.gif);
	background-repeat: no-repeat;
	float: left;
	width: 900px;
	height: 55px;
}
.twoColFixLtHdr #nav1 ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.twoColFixLtHdr #nav1 li {
	float: left;
	text-align: center;
	list-style-type: none;
}

.twoColFixLtHdr #nav1 li p{
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 140px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	font-weight: bold;
	background-image: url(images/nav1_active.gif);
}

.twoColFixLtHdr #nav1 li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 140px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	font-weight: bold;
}
.twoColFixLtHdr #nav1 li a:hover {
	background-image: url(images/nav1_hover.gif);
	color: #CCC;
	background-repeat: no-repeat;

}
.twoColFixLtHdr #nav1 li a:active {
	background-image: url(images/nav1_active.gif);
	color: #CCC;
	background-repeat: no-repeat;
}

.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 195px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.twoColFixLtHdr #sidebar1 ul{
	float: left;
	width: 180px;
	background-image: url(images/sidebar1_bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

.twoColFixLtHdr #sidebar1 ul p{
	text-decoration: none;
	color: #FFF;
	float: left;
	width: 180px;
	background-image: url(images/sidebar1_bg.gif);
	background-repeat: repeat-y;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #sidebar1 ul a {
	color: #FFF;
	text-decoration: none;
	font-size: .8em;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 3px;
}
.twoColFixLtHdr #sidebar1 li{
	list-style-type: none;
	font-size: 0.95em;
}
.twoColFixLtHdr #sidebar1 li p {
	text-decoration: none;
	color: #FFF;
	float: left;
	width: 180px;
	background-image: url(images/sidebar1_active.gif);
	background-repeat: no-repeat;
	height: 25px;
	text-align: center;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: .95em;
}
.twoColFixLtHdr #sidebar1 li a {
	text-decoration: none;
	color: #FFF;
	float: left;
	width: 180px;
	background-image: url(images/sidebar1_li.gif);
	background-repeat: no-repeat;
	height: 25px;
	text-align: center;
	display: block;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: .95em;
}
.twoColFixLtHdr #sidebar1 li a:hover {
	background-image: url(images/sidebar1_hover.gif);
	background-repeat: no-repeat;
	color: #CCC;
}
.twoColFixLtHdr #sidebar1 li a:active {
	background-image: url(images/sidebar1_active.gif);
	background-repeat: no-repeat;
	color: #CCC;
}



.twoColFixLtHdr #sidebar1_top {
	float: left;
	background-image: url(images/sidebar1_top.gif);
	height: 15px;
	width: 195px;
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #sidebar1_ad {
	float: left;
	width: 195px;
	background-repeat: no-repeat;
	height: 185px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 195px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 

.twoColFixLtHdr #mainContent h1 {
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
}
.twoColFixLtHdr #mainContent h2 {
	color: #03C;
	font-size: 1em;
}
.twoColFixLtHdr #mainContent h4 {
	color: #000;
	font-size: 0.9em;
	margin-top: -.5em;
}

.twoColFixLtHdr #mainContent h5 {
	color: #000;
	font-size: 0.75em;
	margin-top: -1em;
}
.twoColFixLtHdr #mainContent h6 {
	color: #000;
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline-block;
	padding: 10px;
}
.twoColFixLtHdr #mainContent a {
	text-decoration: none;
}

.twoColFixLtHdr #mainContent a img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline-block;
	padding: 5px;
}


.twoColFixLtHdr #mainContent p {
	font-size: 0.75em;
	color: #000;
	text-decoration: none;
	line-height: 150%;
}

.twoColFixLtHdr #mainContent p a {
	color: #03F;
	text-decoration: none;
}
.twoColFixLtHdr #indent {
	padding-left: 15px;
	font-size: .95em;
}
.twoColFixLtHdr #table_ctr_outlined {


}



.twoColFixLtHdr #table_ctr_outlined td {
	border: 1px solid #999;
}

.twoColFixLtHdr #footer_container {
	margin-top: 15px;

}

.twoColFixLtHdr #footer_left {
	background-image: url(images/foot_left.gif);
	height: 50px;
	width: 15px;
	float: left;

}
.twoColFixLtHdr #footer {
	background-image: url(images/foot_bg.gif);
	height: 50px;
	width: 870px;
	background-repeat: repeat-x;
	float: left;
}

.twoColFixLtHdr #footer p {
	color: #000;
	font-size: 0.75em;
	line-height: 0px;
	margin-bottom: -5px;
	margin-top: 18px;

}
.twoColFixLtHdr #footer ul {
	text-align: right;
	float: right;
	margin-top: 1px;
}
.twoColFixLtHdr #footer li {
	list-style-type: none;
	display: inline;
	font-weight: normal;
	margin-left: 30px;
}
.twoColFixLtHdr #footer li a {
	text-decoration: none;
	color: #CCC;
	font-size: 14px;
}
.twoColFixLtHdr #footer li a:hover {
	color: #FFF;
}
.twoColFixLtHdr #footer li a:active {
}
.twoColFixLtHdr #footer_right {
	background-image: url(images/foot_right.gif);
	height: 50px;
	width: 15px;
	float: left;
}
.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;
}
.ErrorText {
	color: #F00;
}
.twoColFixLtHdr #sidebar1_bottom {

	float: left;
	background-image: url(images/sidebar1_bottom.gif);
	height: 15px;
	width: 195px;
	background-repeat: no-repeat;
}
