<style type="text/css"> 
 
body  {
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
 
</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  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}


#sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	font-weight: bold;

	}



#sidebar1 ul li {

	position: relative;

	}

	

#sidebar1 li ul {

	position: absolute;

	left: 149px; /* Set 1px less than menu width */

	top: 0;

	display: none;

	}



/* Styles for Menu Items */

#sidebar1 ul li a {

	display: block;

	text-decoration: none;

	color: #777;

	background: #fff; /* IE6 Bug */

	padding: 5px;

	border: 1px solid #ccc;

	border-bottom: 0;

	}

/* Fix IE. Hide from IE Mac \*/

* html #sidebar1 ul li { float: left; height: 1%; }

* html #sidebar1 ul li a { height: 1%; }

/* End */



#sidebar1 ul li a:hover {
	color: #FFFFFF;
	background-image: url(images/sideline.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #000000;
} /* Hover Styles */

/* Sub Menu Styles */
#sidebar1 li ul li a { 
	padding: 2px 5px; 
	height:22px;
	} 
	
/* The magic */
#sidebar1 li:hover ul, li.over ul { display: block; } 

#sidebar1 ul ul,
#sidebar1 ul ul ul,
#sidebar1 ul li:hover ul ul,
#sidebar1 ul li:hover ul ul ul
{display:none;}


#sidebar1 ul ul li:hover ul,
#sidebar1 ul ul ul li:hover ul
{display:block;}

.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-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #555555;
	border-left-color: #555555;
	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/columbia-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;
	min-height:600px;
/*  border-right-width: 1px;
* height:600px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-left-color: #999999;
	height: 600px;
	overflow: auto;
*/
} 
.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: 13px;
	padding-right: 0;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 15px;
}
#searchbar {
	height:2,5em;
	border-bottom-style:solid;
	border-bottom-width:1px;
	position:static;
	background-color:#FFFFFF;
	}

a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#searchbar {
	height:29px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-bottom:0px;
	}