body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	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: 802px;
	margin: 0 auto;
	border: 1px solid #e09e31;
	text-align: left;
	/*background-image: url(../images/delta-fades-left-1.jpg);*/
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 0 0px;  /* 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. */
} 

.banner-sub-brdr_top {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #e09e31;
	border-bottom-color: e09e31;
	background-color: e09e31;
}
.banner-sub-brdr {
border-bottom: #e09e31 thick solid;
}

.banner-sub-brdr-lower {
border-bottom: #e09e31 thick solid;
}

#topnav {
	width: 783px;
	margin: 0;
	clear:both;
	padding-left:20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e09e31;
}

.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;
	/*width: 150px;*/
	padding: 30px 10px 0px 0px;
	font-size: 0.75em;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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; /* 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 */
	margin-top: 5px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color:#FFFFFF;
} 
.mainContent-ad {
	background-color:#FFFFFF;
	margin: 10px 275px 10px 40px;
	}
.thrColFixHdr #mainContent-right {
	margin: 0 0 5px 0; 
	padding: 0 10px 0 40px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 50px;
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: #e09e31;
	border-bottom-color: #e09e31;
	font-size: 11px;
	color:#666666;
	/*background-image:url(../images/footer-back2.jpg);
	background-repeat:no-repeat; */
} 
.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 0px; /* 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: 15px;
	margin-right: 35px;
	margin-top: 10px;
}
.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;
}

/* font sizes */

#mainContent h1 {
	font-size: 1.5em;
}

h2 {
font-size: 1.15em;
color: #173842;
}

#mainContent h2 {
font-size: 1.15em;
color: #173842;
}

#mainContent {
font-size: .82em;
}
.mainContent-ad {
	font-size: 0.86em;
	padding: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #e09e31;
}
.dots {
	margin: 10px 30px 10px 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #e09e31;
}
.mainContent-ad  p {
color: #173842;
}
#mainContent p {
color: #173842;
}
.Delat-orange {
color: #e09e31;
}

.Delat-blue-drk {
color: #193a45;
}

.Delat-blue-drker {
color: #173842;
}
.Delat-blue {
color: #000034;
}

.blue {
border:medium solid;
border-color: #000034;
}
.orange {
border:medium solid;
border-color: #e09e31;
}

/* left nav  */

#navcontainer
{
	width: 210px;
	/*padding: 0 0 1em 0px;*/
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #333;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #90bade;
margin: 0;
}

#navcontainer li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 20px solid #e09e31;
	background-color: #F7DABA;
	color: #e09e31;
	text-decoration: none;
	width: 100%;
	background-image: url(../images/left-nav-bck2_jg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	border-left: 20px solid #e09e31;
	background-color: #000034;
	color: #000034;
}
.update_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.calloutbox {
	border: medium solid #E09E31;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000034;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}
.flash {
	background-image: url(../Images/Alternategraphichome.png);
}
.bannerdiv {
	height: 300px;
	width: 800px;
	background-image: url(../Images/Alternategraphichome.png);
}