@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #F2F2F2;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.thrColFixHdr #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. */
	background-color: #FFFFFF;
	height: 150px;
} 
.thrColFixHdr #subhead {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#DCB34B;
	height: 30px;
	background-color: #2E3B97;
}
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #FBFBFB;
}
.thrColFixHdr #sidebar1 ul {
	right: 15px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
.thrColFixHdr #sidebar1 ul li {
	list-style-image: url(images/nav_bullet_li.gif);
}
.thrColFixHdr #sidebar1 li.active {list-style-image:url(images/nav_bullet_gld.gif);
 color:#DCB34B;}

.thrColFixHdr #sidebar1 ul li a{ text-decoration:none; color:#FFFFFF;
}
.thrColFixHdr #sidebar1 .topnav2 ul li {
	list-style-image: url(images/nav_bullet_bl.gif);
}
.thrColFixHdr #sidebar1 .topnav2 li.active {list-style-image:url(images/nav_bullet_gld.gif);
 color:#DCB34B;}

.thrColFixHdr #sidebar1 .topnav2 ul li a{ text-decoration:none; color:#2E3B97;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 165px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(images/right_col_bg.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #welcome {
	background:#DCB34B;
	font-size:16px;
	font-weight:bold;
	color:#2e3b97;
	height:25px;
	padding-top:10px;
	padding-left:15px;
	margin-left: 25px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 185px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	color: #DCB34B;
	background-color: #2E3B97;
	font-size: 10px;
} 
.thrColFixHdr #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;
}
.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;
}
.rptext {
	margin-left:40px;
	margin-right: 10px;
}
.date {
	font-size:10px;
	color:#FFFFFF;
	width: 225px;
	margin: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.topnav {
	font-size:14px;
	color:#FFFFFF;
	display:block;
	background-color: #6B6B6B;
	width: 175px;
	font-weight:bold;
	line-height:24px;
	text-align: left;
	padding: 5px;
}
.navhead {
	font-size:16px;
	color:#000000;
	display:block;
	background-color: #B2B0B0;
	padding: 5px;
	width: 175px;
	text-align:center;
	font-weight:bold;
}
.topnav2 {
	font-size:14px;
	color:#2E3B97;
	display:block;
	background-color: #E3E2E2;
	width: 175px;
	font-weight:bold;
	line-height:24px;
	text-align: left;
	padding: 5px;
}
.navhead2 {
	font-size:16px;
	color:#000000;
	display:block;
	background-color: #DCB34B;
	padding: 5px;
	width: 175px;
	text-align:center;
	font-weight:bold;
}
.c-align	{text-align:center;}
.bluehead {
	color:#FF0000;
	font-size:18px;
	font-weight: bold;
}
