@charset "UTF-8";
body  {
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 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;
	font-size: 80%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 940px;
	background-color: #FAFCFF;
}
.thrColFixHdr #dropshadow {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	height: auto;
	padding: 0 0 0 0;
	background-image: url(../images/template/dropshadow2.jpg);
}
.thrColFixHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/template/container2.jpg);
	height: auto;
	background-color: #888;
	padding: 0 0 0 0;
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0 0 0 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. */
	width: 900px;
	height: 125px;
} 
.thrColFixHdr #header h1 {
	margin: 0 0 0 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: 0 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #header2{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 35px;
}

.thrColFixHdr #search{
	height: 35px;
	text-align: center;
	background-image: url(../images/template/toolbar/toolbar_whitebutton.jpg);
}

a img { border:none; } 


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 7px;
	margin: 10px 10px 0 0px;
	background-image: url(../images/template/sidebars/sidebar.jpg);
	color: #253179;
	font-size: 14px;
	text-align: center;
}
.thrColFixHdr #accordion_headings{
	background:#99CC00;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	height: 27px;
	background-image: url(../images/template/toolbar/toolbar_tealbutton.jpg);
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 0 0 0;
	font-size: 14 px;
	text-align: center;
	border: 1px solid #BCCDF0;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 7px; /* padding keeps the content of the div away from the edges */
	margin: 10px 0px 0 10px;
	background-image: url(../images/template/sidebars/sidebar.jpg);
}
.thrColFixHdr #mainContent {
	margin: 0px 175px 0 275px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px;
	color: #000;
	font-size: 10pt;
	text-align: left;
	background-color: #ffffff;
	line-height: 20px;
} 
.thrColFixHdr #footer {
	padding: 10px 0px 0 0px;
	background-image: url(../images/template/footer/footer.jpg);
	height: 50px;
	color: #FFF;
	font-size: 8pt;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
} 
.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;
}
.thrColFixHdr #photo {
	padding: 10px;
}
