@charset "utf-8";
body,td,th {
	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: #003366;
	background-color: #BDC8DC;
}
a:link {
	color: #0A5239;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #9A9C5E;
}
a:active {
	color: #0A5239;
}
 
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	color: #660033;
}
h2 {
	font-size: 16px;
	color: #660033;
}
h3 {
	font-size: 16px;
	color: #6B0042;
}
h4 {
	font-size: 14px;
	color: #6B0042;
}
h5 {
	font-size: 13px;
	line-height: 1.4;
	color: #6B0042;
}
h6 {
	font-size: 12px;
	color: #6B0042;
}
.twoColFixLtHdr #container {
	width: 788px;  /* 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: 1px solid #BDC8DC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
} 
.twoColFixLtHdr #header {
	padding: 0 0px 0 0px;  /* 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. */
	color: #FFFFFF;
	background-color: #BDC8DC;
	background-repeat: repeat;
} 
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebarLeft{
float: left; /* since this element is floated, a width must be given */
width: 113px;
height: 488px;
padding: 0 0 0em 0;
color: #333;
background-color: #94BCA4;
font-size: 95%;
font-weight: bold;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

* html .twoColFixLtHdr #sidebarLeft{ /*IE 6 only */
w\idth: 98px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

.twoColFixLtHdr #sidebarLeft ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

.twoColFixLtHdr #sidebarLeft li {
border-bottom: 1px solid #90bade;
margin: 0;
}

.twoColFixLtHdr #sidebarLeft li a{
display: block;
padding: 3px 0px 3px 1px;
border-left: 4px solid #8EBEA8;
border-right: 4px solid #508fc4;
background-color: #8EBEA8;
color: #fff;
text-decoration: none;
width: 113;
}

html>body .twoColFixLtHdr #sidebarLeft li a{ /*Non IE6 width*/
width: auto;
}

.twoColFixLtHdr #sidebarLeft li a:hover{
border-left: 4px solid #558D84;
border-right: 4px solid #5ba3e0;
background-color: #558D84;
color: #fff;
}

.twoColFixLtHdr #sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 238px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	color: #2A5987;
	background-color: #FFFFFF;
	background-repeat: repeat;
	text-align: center;
}
.twoColFixLtHdr #Loadarea {
	position:relative;
	z-index:5;
	overflow: hidden;
	background-color: #FFFFFF;
	padding-top: 5px;
	visibility: visible;
}
.twoColFixLtHdr #Thumbnail {
	position:relative;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 1px 10px 10px 10px;
	visibility: visible;
	z-index:4;
}
.twoColFixLtHdr #mainTop {
	color: #0A5239;
	background-color: #FFFFFF;
	float: left;
	height: 38px;
	width: 436px;
	position: relative;
	margin: 0px;
	padding: 0px;
} 
.twoColFixLtHdr #mainContent {
	color: #003366;
	background-color: #FFFFFF;
	float: left;
	height: 445px;
	width: 416px;
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px 10px 5px 10px;
} 
.twoColFixLtHdr #footer {
	padding: 0 0px 0 0px;
	color: #2C578E;
	background-color: #BDC8DC;
	background-image: url(../images/greenspace.gif);
	background-repeat: repeat;
	text-align: center;
} 
.twoColFixLtHdr #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;
}

.bluefoot {
	font-size: 80%;
	font-weight: bold;
}
.connectec {
	font-size: 75%;
	color: #6D88BA;
}
.menuHighlight {
	color: #741C37;
}
