 
 
body  {
	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;
	background-color: #ffffff;
	/*background-image: url(../images/headerLt3flatBack.jpg);
	background-attachment: fixed;
	background-position:center;
	background-repeat: no-repeat;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 0;
	margin-right: 125px;
	margin-bottom: 0;
	margin-left: 150px;
}
/* Start of Skip Nav */
.awt-skipNav {
position: absolute;
left: -999px;
width: 990px;

}
/* End of Skip Nav */

.thrColFixHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #CCCC98;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/1BGImage.jpg);
	background-repeat:repeat;
	width: 100%;
	background-color: #666633;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 16%; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.thrColFixHdr #mainContent {
	margin-right: 0px;
	margin-left: 155px;
	margin-top: 2px;
	width: 72%;
	padding-top: 12px;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 25px;
	text-align: left;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	background-image: url(../images/bannerbgbottomWhite.jpg);
} 
.thrColFixHdr #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 */
}

#calloutrt {
width: auto;
overflow: hidden;
float: right;
border: #666633 thin inset;
margin: 3px;
padding: 3px;
color: black;
background-color: #CCCC99;
}



#calloutleft {
width: auto;
overflow: hidden;
float: left;
border: #666633 thin inset;
margin: 3px;
padding: 3px;
color: black;
background-color: #CCCC99;
}

 
.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;
	background-image: url(../images/bgbox.png);
}
 
H1{
	font-size: 1.5em;

}
H2{
	font-size: 1.5em;
	
}

H3{
	color: #666633;
	text-align: left;
}
H5 {
	color: #666633;
}

ul.arr {
   list-style-image: url(../images/arrow2.gif);
   list-style-position: outside;
   vertical-align: middle;
}

ul.arrhidden {
   list-style-image: url(../images/arrowbullet1.gif);
   list-style-position: outside;
   vertical-align: middle;
}

.stylehidden {
	background-color: rgb(204,204,152);
	padding: 10px;
}

a.more {
	font-size:10px;
	color: #666633;
}
.beta {
	color: #F00;
}

abbr, acronym {
border-bottom: none;
}