body  {
	margin: 25px; /* 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: #6F695E;
	font-size: 100.1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
p {
	font-size: 0.7em;
}
.twoColFixLtHdr #container {
	width: 900px;  /* 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 */
	border: 1px solid #CCCCCC;
	text-align: left;
	margin-top: 1.5em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(/test/images/banner-main.jpg);
	height: 95px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	position: relative;
8
	margin: 0 auto;
	text-align: left;
	width: 900px;
} 
.twoColFixLtHdr #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 */
	font-size: 1.3em;
	text-align: left;
}
.twoColFixLtHdr #logoimage {
	float: left;
	padding-top: 0.8em;
	padding-left: 1.2em;
}
.twoColFixLtHdr  #logoimage  a img {<br />
	border: 0 none;
	border: 0 none;
	;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB;
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr  #panels {
	background: #EBEBEB;
	display: table;
	float: right;
	clear: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 600px;
}
.twoColFixLtHdr #mainContent {
	padding-right: 20px;
	float: right;
	padding-left: 20px;
	width: 600px;
	clear: right;
	padding-bottom: 10px;
	height: 275px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #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;
}
.twoColFixLtHdr #header h2 {
	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 */
	font-size: 1.2em;
}
/* ---------------------Main Navigation Menu --------------------- 
---------------------------------------------------------------------*/
#tabs ul{
		width: auto;
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
		padding: 0 15px 0 0;
		list-style: none;
		background: url(images/header_tab.gif) no-repeat bottom right;
		/*z-index: 90; /* below the H1 */
		text-decoration: none;
		/*margin: 0;
	padding: 100;
	list-style: none;
	float: left;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background:url(images/header_tab.gif) no-repeat left center;*/
}
/*Right Nub Background - Also determines placing of tabs*/
#tabs li {
	float: left; /*Determines which order tabs will go*/
	background: transparent url(images/header_tab.gif) 100% -600px no-repeat;  
	padding: 0 6px 0 0; 
	margin: 0 3px 0 0; /* Spacing between Tabs*/
	font: .9em/1.2em bold Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #333333;
}
/*This changes color of right hand nub of tab, on hover to lighter blue****************************************/
#tabs li:hover {
	background-position: 100% -400px;
}
 /*Right Nub to White****************************************/
#tabs li.current {
	background-position: 100% -200px;
	color: #656F84;
	cursor: default;
}
/*Main TAB Background*****************************************/
#tabs li a {
	float: left;
	display: block;
	padding: 4px 4px 4px 10px;
	background: transparent url(images/header_tab.gif) 0% -600px no-repeat;
	font: .9em/1.2em bold Verdana, Arial, Helvetica, sans-serif;
	color: white; /*Sets Color of Tab Text*/
	text-decoration: none; /*Turns off underline*/
	font-weight: bold;
}
/*Main TAB to light blue*****************************************/
#tabs li:hover a {
	background-position: 0% -400px; 
}
/*Makes Main TAB White*********************************************/
#tabs li a.current {
	background-position: 0% -200px;
	cursor: default;
	color:#006699; /*Changes text color to blue so it stands out agains white*/
}
#search {
	float: right;
	padding-top: 1.2em;
	padding-right: 1em;
}
h1 {
	border-left-width: 5px;
	border-left-style: outset;
	border-left-color: #687287;
	text-indent: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
/* ---------------------End Main Navigation Menu --------------------- 
---------------------------------------------------------------------*/

#sidebar1 img {
	border-width: 1px;
	border-color: #666666;
}
#seal img {position : fixed; right : 20px; top : 20px;}
#container img { top: 0; left: 0; }
#panels ul {
	list-style-type: none;
	width: 600px;
	margin: 0;
	padding:0;
	border-top : 20px solid #90305c;
}
#panels li {
	position: relative;
	float: right;
	width: 200px;
	padding: 2em 0;
}

