@charset "utf-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background2.png);
	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;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 847px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:603px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 


.thrColAbsHdr #header { 
	background: #DDDDDD; 
	height: 152px;
	background-image: url(images/header2.png);
	padding: 0 10px;  /* 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. */
} 



.thrColAbsHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



.thrColAbsHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.thrColAbsHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 23%; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}

.thrColAbsHdr #sidebar3 {
	position: absolute;
	top: 810px;
	right: 830px;
	width: 42px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 50px;
}



.thrColAbsHdr #sidebar4 {
	position: absolute;
	top: -21px;
	right: 363px;
	width: 435px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 10px;
	color:#000000;
}


.thrColAbsHdr #sidebar5 {
	position: absolute;
	top: 258px;
	right: 474px;
	width: 329px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 487px;
}



.thrColAbsHdr #sidebar6 {
	position: absolute;
	top: 729px;
	right: 824px;
	width: 47px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 24px;
}


.thrColAbsHdr #sidebar7 {
	position: absolute;
	top: 738px;
	right: -67px;
	width: 47px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 36px;
}

.thrColAbsHdr #sidebar8 {
	position: absolute;
	top: 662px;
	right: -58px;
	width: 68px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 28px;
}


.thrColAbsHdr #sidebar9 {
	position: absolute;
	top: 275px;
	right: 75px;
	width: 42px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 23px;
}



.thrColAbsHdr #sidebar10 {
	position: absolute;
	top: 557px;
	right: 836px;
	width: 30px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 30px;
	color:#026009;
}



.thrColAbsHdr #sidebar11 {
	position: absolute;
	top: 449px;
	right: 837px;
	width: 34px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 59px;
}



.thrColAbsHdr #sidebar12 {
	position: absolute;
	top: 775px;
	right: 586px;
	width: 188px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 10px;
}


.thrColAbsHdr #sidebar13 {
	position: absolute;
	top: 152px;
	right: 132px;
	width: 666px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 10px;
}


.thrColAbsHdr #sidebar14 {
	position: absolute;
	top: 378px;
	right: 48px;
	width: 353px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 232px;
}


.thrColAbsHdr #sidebar15 {
	position: absolute;
	top: 629px;
	right: 834px;
	width: 43px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 49px;
	color:#FFFFFF;
}



.thrColAbsHdr #sidebar16 {
	position: absolute;
	top: 568px;
	right: -35px;
	width: 39px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 45px;
}


.thrColAbsHdr #sidebar17 {
	position: absolute;
	top: 49px;
	right: -28px;
	width: 372px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 66px;
}



.thrColAbsHdr #mainContent { 
	margin: -3% 0 0 0;
	background-image: url(images/some_science2.jpg);
	height: 879px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}

.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style2 {font-family: Geneva, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 80%; }
.style3 {font-family: Geneva, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 90%; }
.style8 {font-size: medium}
.style12 {font-size: medium; color: #026009; }
.style15 {color: #026009}
#apDiv14 {
	position:absolute;
	left:119px;
	top:312px;
	width:570px;
	height:58px;
	z-index:10;
	font-size: 36px;
	color: #FFFFFF;
}
#apDiv9 {
	position:absolute;
	left:17px;
	top:393px;
	width:405px;
	height:347px;
	z-index:7;
}
.style19 {font-size: small; }
.style20 {
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
.style22 {font-size: small; color: #FFFFFF; }
.style24 {	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}
#apDiv8 {
	position:absolute;
	left:21px;
	top:403px;
	width:250px;
	height:24px;
	z-index:6;
	color: #FFFFFF;
}

.style17 {font-size: 80%}
#apDiv1 {
	position:absolute;
	width:850px;
	height:95px;
	z-index:1;
	left: 8px;
	top: 984px;
}

<!--[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
.thrColAbsHdr #sidebar1 { width: 180px; }
.thrColAbsHdr #sidebar2 { width: 190px; }
