@charset "utf-8";
/* CSS Document */

img,a {border: 0 ; }

a {color:#000066; }

a:hover {text-decoration:none; }

A:visited {color:#0066CC; }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	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: #ededf2;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}

h2 { font-size:16px; line-height:normal; margin: 0 0 7px 0; color:#001479; }
h1 { font-size:25px; line-height:normal; margin: 0 0 7px 0; ; color:#b00000; }

h2.news {margin: 0 ; }

p {margin-bottom:20px; }

.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(img/cont-bg.jpg);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	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;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 150px; 
	padding: 0;
	margin: 0 0 0 14px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 190px; /* 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 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent_full {
	margin: 0 20px 0 20px; /* 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 10px 0;
	height:550px;
} 

.twoColFixLtHdr #footer {
	padding: 0;
	margin: 0;
} 
.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;
}
ul.nav
{
	padding: 0 ;
	margin: 0 ;
	list-style-type: none;
	font-size:12px;
}

li.nav {
	background-repeat:no-repeat;
}

a.nav,span.this
{
	display: block;
	color:#464646;
	margin: 0px 0px 0px 0px;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration:none;
	letter-spacing:2px;
	border: 0;
	padding-left:0px;
	background-image: url(img/navbg.gif);
	padding: 11px 0 11px 5px;
}

span.this {
	background-image: url(img/thisbg.gif);
	color: #660002;
	font-weight: bold;
}

a.nav:hover
{
	background-image:url(img/select.gif);
	color:#464646;
}

table.news {margin:0 0 30px 0; background-color:#F3F3F3; }
td.news_bottom {background-color:#CCCCCC; color:#333333; font-size:12px;  }