@charset "utf-8";
body  {
	background: #ffffff;
	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: #4d5259;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 80%;
	border-top: 10px;
}
.thrColFixHdr #container {
	width: 950px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #header {
	height: 105px;
}
.thrColFixHdr #headerleft {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 80px;
}
.thrColFixHdr #headerright {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	height: 70px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}

.thrColFixHdr #headerright ul {
	list-style: none;
	padding: 0;
	margin: 0px 0px 0px 40px; 
}

.thrColFixHdr #headerright li {
	float: left;
	margin: 0 0.15em;	

}
.thrColFixHdr #headerright li a	{
	height: 4em;
	line-height: 2em;
	float: left;
	width: 11em;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;


}

.thrColFixHdr #headerright li h3	{
	margin: 4px 0px 0px 0px;
	text-decoration: none;
}

/* Hide from IE5-Mac \*/
.thrColFixHdr #headerright li a {
	float: none;

}
/* End hide */

.thrColFixHdr #headerright {
	width:50em
	padding: 0px 0px 0px 10px;
	
} 


.thrColFixHdr #topnav {
	border-top: 10px solid #84c446;
	background-color:#4d5259;
	height: 27px;
}



.thrColFixHdr #title1 {
	float: left; /* since this element is floated, a width must be given */
	width: 400px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 1px;
	padding-left: 1px;
}
.thrColFixHdr #title2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	padding-right: 1px;
	padding-left: 1px;
	
}


.thrColFixHdr #toppanelleft {
	float: left; /* since this element is floated, a width must be given */
	width: 607px;
	background: #cdcce1;
	margin: 0px 0px 0px -11px;
	padding: 0px 0px 0px 0px;
	height: 194px;
}
.thrColFixHdr #toppanelleft h1 {
	margin: 6px 0px 0px 10px;

}
.thrColFixHdr #toppanelleft p {
	margin: 6px 0px 0px 10px;

}
.thrColFixHdr #toppanelleft img {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
}
.thrColFixHdr #toppanelright {
	float: right; /* since this element is floated, a width must be given */
	width: 328px;
	height: 194px;
	background: #cdcce1; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin: 0px -4px 0px 0px;
}
.thrColFixHdr #toppanelright img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	margin: 0px 0px 5px 0px;
}

.thrColFixHdr #SideNav {
	background : #ffffff;
	padding: 5px 0px 5px 0px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	margin: 15 5 5 0;
}
.thrColFixHdr #mainContent {
	margin-right: 240px;
	margin-left: 230px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left: 3px solid #84c446;
	border-right: 3px solid #84c446;
} 

.thrColFixHdr #mainContent h1 {
	margin: px 0px 6px 0px;

}
.thrColFixHdr #mainContent p {
	margin: 6px 0px 6px 0px;
		line-height: 150%;

}
.thrColFixHdr #mainContent li {
	line-height: 150%;
	font-size: 120%;
	list-style-image: url(images/bullet4.gif);
}


.thrColFixHdr #footer {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 3px solid #84c446;
	height: 27px;
} 


.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;
}
#headingstrip {
	
	width:300px;
	top:5px;
	right:5px;
	vertical-align: text-middle;
	position: static;
}
#searchBox {
	width:300px;
	top:5px;
	right:5px;
	vertical-align: middle;
	position: static;
}

.thrColFixHdr #container #sidebar2 .alpha li {
	list-style-type: lower-alpha;
	font-size: 1.2em;
}

