<style type="text/css"> 
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
body  {
	background-color: #00ff00;
	font-size: 10px;
	font: 100% 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;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	/*
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	*/

	}



ul li {

	position: relative;

	}

	

li ul {

	position: absolute;

	left: 149px; /* Set 1px less than menu width */

	top: 0;

	display: none;

	}



/* Styles for Menu Items */

ul li a {

	display: block;

	text-decoration: none;

	color: #333;

	background: #fff; /* IE6 Bug */

	padding: 5px;
/*
	border: 1px solid #ccc;
*/
	border-bottom: 0;
	
	}
a {
	color:#000;
	text-decoration: none;
}

.newstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.newsheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}



/* Fix IE. Hide from IE Mac \*/

* html ul li { float: left; height: 1%; }

* html ul li a { height: 1%; }

/* End */



ul li a:hover {
	color: #FFFFFF;
	/*
	background-image: url(images/sideline.jpg);
	background-repeat: repeat-y;
	background-position: right;
	*/
	background-color: #999999;
} /* Hover Styles */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


		

/* Sub Menu Styles */
li ul li a { 
	padding: 2px 5px; 
	height:22px;
	
	} 
	
/* The magic */
li:hover ul, li.over ul { display: block; } 

ul ul,
ul ul ul,
ul li:hover ul ul,
ul li:hover ul ul ul
{display:none;z-index:2;}


ul ul li:hover ul,
ul ul ul li:hover ul
{
display:block;
	z-index:2;

}

.thrColFixHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	/*
	background-image:url(images/bgdot.gif);
	background-repeat:repeat-y;
	*/
} 
.thrColFixHdr #header {
	height: 108px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/topp.jpg);
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	z-index:1;
/*  border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-left-color: #999999;
	height: 600px;
	overflow: auto;
	min-height:600px;
* height:600px;
*/
} 
.thrColFixHdr #footer {
	background-image: url(images/footer.jpg);
	height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
}
.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;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	background-image:url(/images/background.gif);
	background-position:center;
	background-repeat:no-repeat;
	/*
	background-color:#FFF;
	*/
	/*
	background-position:top;
	*/
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#333;
}
a:hover {
	color: #ed1c24;
	text-decoration:none;
}
#searchbar {
	height:29px;
	/*
	border-bottom-style:solid;
	border-bottom-width:1px;
	*/
	text-decoration: none;
	background-color:#FFFFFF;
	}
.SearchButton {
	width:30;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ed1c24;
	height: 18px;
	padding-bottom: 2px;
	font-size: 10px;
	font-weight: bold;
	}
.SearchButton:hover {
	width:30;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
	height: 18px;
	padding-bottom: 2px;
	font-size: 10px;
	font-weight: bold;
}
.newsdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.newstitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
.newsintro {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
}
.NewsHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#ed1c24;
}