@charset "utf-8";
/* Tri-State Dowsers' Screen CSS */
/* (c) 2008 All Rights Reserved */
/* Product of Sedona De3 http://www.sedonade3.com */
/* Made in U.S.A. by America's Best DDD Provider--Sedona De3 */
body {
	font-size:small;	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #FFFFCC;
	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;	
}
* html body {
		font-size: x-small; /* for IE5/Win */
		f\ont-size: small; /* for other IE versions */
		}
h1 {
	font-size:300%;
	}
h2 {
	font-size:250%;
	}
h3 {
	font-size:200%;
	font-weight:normal;
	}
h4 {
	font-size:150%;
	}
h5 {
	font-size:125%;
	}
p {
	font-size:100%;
	}
sup {
	font-size:50%;
	}	
#content dt {
	font-size:125%;
	margin: 50px 50px 0 50px;
	}
#content dd {
	margin: 0 50px 0 50px;
	padding:0;
	}
/* Calendar Page Styles*/		
#jul, #aug, #sep, #oct,  {
	margin:0 0 0 .25em;
	width:80%;
	}
/*#sep, #oct, */#nov, #dec {
	height:60px;
	}
#jul dt, #aug dt,#sep dt, #oct dt,  {
	padding:3.5em 0 0 1em;
	}
/*#sep dt, #oct dt, */#nov dt, #dec dt {
	margin:1em 0 10px 4.5em;	
	padding:-1em 0 0 3em;
	} 
#jul dd, #aug dd, #sep dd, #oct dd, #nov dd, #dec dd {
	margin:0 0 0 70px;
	padding:5px 255px 8px 30px;
	}	
#jul {	
	background:url(../images/jul.gif) left no-repeat;
	}
#aug {	
	background:url(../images/aug.gif) left no-repeat;
	}
#sep {
	background:url(../images/sep.gif) left no-repeat;
	}
#oct {
	background:url(../images/oct.gif) left no-repeat;
	}	
#nov {
	background:url(../images/nov.gif) left no-repeat;
	}
#dec {
	background:url(../images/dec.gif) left no-repeat;
	}
/* END Calendar Page Styles*/								
#header {
	height:250px;
	margin:0 0 .75em; 0;
	background:url(../images/TSD.banner.gif) top center no-repeat;	
	}
#header_text {
	display:none;
	}
#header_print {
	display:none;
	}
#container {
	width: 900px/*70em*/;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0 .75em 0 .75em;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:#FFFFCC; 
} 	
#content {
	/*margin: 0 1.5em 0 13em; *//* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding:0 0 0 16em;
	} 
/* Sidebar Styles */	
#sidebarNav {
	float: left; 
	width: 200px; /*15em;*/ /* since this element is floated, a width must be given */
	/*margin-right:1em;*/
	background:#E5FECC url(../images/TSD.n.r.r.gif) top right no-repeat; /*#FFFFCC;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 .25em 0 0; /* top and bottom padding create visual space within this div */
}
#sidebarNav a, #sidebarNav p {	
	display:block;
	background-color:#CCFECC;
	}	
#sidebarNav p {
	padding:.5em 0 0 .5em; /*0;*//* .25em 0 .25em 0;*/
}
#sidebarNav h4 {
	margin:0;
	padding:.5em 0 0 .5em;
	font-size:125%;
	}
#sidebarNav #upperCorner {
	background:url(../images/TSD.n.l.r.gif) top left no-repeat;
	}
#sidebarNav a, #sidebarNav ul li {
	padding:.25em .5em .25em .5em;	
	list-style:none;
	text-decoration:none;
	text-align:center;
	color:#000000;	
	}
#sidebarNav a:hover {
	color:#000000;
	font-weight:bolder;
	background:#FEE5CC;
	}
#sidebarNav ul {
	margin:0;
	padding:0;
	}
/* END Sidebar Styles */	
#lmsg {
	margin:0;
	padding:0 0 20px 0;
	float:right;
	width: 695px;
	}
#lflexmsg {
	margin:0;
	padding:0 0 20px 0;
	float:left;
	width: 535px;
	}
#lflexmsg img {
	vertical-align:text-top;
	float:left;
	}
#lnewsflx {
	margin:0;
	padding:0;
	float:right;
	width: 150px;
	font-weight:normal;
	background: #FFF6DB;	
	}
#lnewsflx h5 {	
	color: #666666;	
	}
#lmsg h2, #lmsg h3, #lmsg p, #lflexmsg h3, #lflexmsg p, #lnewsflx h4, #lnewsflx h5, #lnewsflx p {
	margin:0;
	padding:0 10px 5px 10px;
	}
#lflexmsg img {
	margin:0 20px 0 10px;
	/*margin:0;*/
	/*padding:0 10px 0 0;*/
	}
#newsC {
	float:right;
	width:10em;
	}
#newsC a {
	text-decoration:none;
	}
#tech {
	text-align:center;
	background:#FF0000;
	width:100%;
	}			
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFCC;
} 
#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 */
	text-align:center;
	font-size:80%;
	margin:0;
	padding:0;	
}
#footer a {
	text-decoration:none;
	}
/* Miscellaneous classes for reuse */
.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;
}