@charset "UTF-8";
#left {
	float: left;
	width: 185px;
	height: 100%;
	vertical-align: top;
	margin: 10px;
	text-align: center;
	background-color: #E6E6E6;
}
#apDiv1 {
	position:absolute;
	left:37px;
	top:8px;
	width:85px;
	height:92px;
	z-index:1;
	visibility: hidden;
}
.NewTag {
	color: #660000;
	font-weight: bold;
	font-size: 10px;
}
.SmallDate {
	font-size: 9px;
	color: #999999;
	text-align: center;
}
.PostDate {
	color: #666666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr  #footer a:link { color: white; }
.thrColFixHdr  #footer a:visited { color: white; }
.thrColFixHdr  #footer a:hover {
	color: white;
	text-decoration: none;
}
#search {
	float: right;
	width: 400px;
	height: 35px;
	vertical-align: middle;
	margin-top: 20px;
}
#homelogo {
	float: left;
	width: 150px;
	height: 55px;
	vertical-align: middle;
	margin-top: 0px;
}
a:link {
	color: #336666;
	font-style: normal;
	font-weight: normal;
}
a:visited {
	text-decoration: underline;
	color: #336666;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 16px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #B2B2B2 url(/images/template/new_bkg.gif) repeat-x left top;
	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;
}
.thrColFixHdr #container {
	width: 760px;  /* 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;
} 
.thrColFixHdr #header {
	background: #336666 url(/images/template/header_area.jpg) no-repeat top;
	padding: 0 10px 0 20px;  /* 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. */
	height: 65px;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
} 
.thrColFixHdr #nav {
	background: #E8E0C4 url(/images/template/topbar_bkg.gif) repeat-x top;
	padding: 6px 0px 0;
	clear: none;
	height: 26px;
}
.thrColFixHdr #lgimage {
	background: #336666 url(/images/template/new_midbkg.jpg) repeat-x top;  /* 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. */
	height: 100%;
	clear: none;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(/images/template/leftnavbkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #F5F5F5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px; /* padding keeps the content of the div away from the edges */
	font-size: 11px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	background-color: #336666;
	background-image: url(/images/template/new_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
} 
.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: 18px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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 #header a:link {
	color: white;
	text-decoration: none;
}
.thrColFixHdr #header a:visited {
	color: white;
}
.thrColFixHdr #header a:hover {
	color: white;
	text-decoration: none;
}
.thrColFixHdr #mainContentBB {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#bbpicture {
	float: right;
	width: 185px;
	height: 100%;
	vertical-align: top;
	margin: 10px;
	text-align: center;
}
#rightpicture {
	float: right;
	width: 235px;
	height: 100%;
	vertical-align: top;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#rightpicture_wavelength {
	float: right;
	width: 200px;
	height: 100%;
	vertical-align: top;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #EAEAEA;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.tagline {
	font-style: italic;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	text-align: left;
}
#header {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
#redheader {
	color: #F00;
	font-size: 16px;
	font-weight: bold;
}
