h1 {font-family: 'daxregular', serif; font-size: 24px; font-weight: normal; text-align: left; color: #990000; margin: 0 0 0 0; padding: 0}
h2 {font-family: 'daxregular', serif; font-size: 20px; font-weight: normal; text-align: left; color: #000; margin: 0 0 0 0; padding: 0; line-height: 110%;}
h3 {font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px; font-weight: bold; text-align: left; width: 93%; color: #333; background-color: #ddd; margin: 20px 0 8px; padding: 8px;} 

A.white:link {text-decoration: none; font-weight: none; color: #ffffff}
A.white:visited {text-decoration: none; font-weight: none; color: #ffffff}
A.white:active {text-decoration: none; font-weight: none; color: #ffffff}
A.white:hover {text-decoration: none; font-weight: none; color: #cccccc}

A:link {text-decoration: none; font-weight: none; color: #900}
A:visited {text-decoration: none; font-weight: none; color: #900}
A:active {text-decoration: none; font-weight: none; color: #900}
A:hover {text-decoration: none; font-weight: none; color: #cd0d10}

.divider {font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; color: #990000; font-weight: bold;text-shadow: 1px 1px #333;}
.bullet-red {font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; color: #990000; line-height: 130%;}
.bullet-text {font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 8pt; line-height: 130%;}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #a3a3a3 url(/images/back-steel-opt.jpg) fixed;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/*.twoColFixLtHdr #container { 
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
}*/

.twoColFixLtHdr #rounded-box {
   width: 881px;
   margin: 25px auto 15px;
   padding: 24px 20px 10px;
   background-color: #ffffff;
   text-align: left; 
   /* border radius */
   border-radius: 15px;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   /* box shadow */
   box-shadow: 0px 0px 30px rgba(0,0,0,0.6);
   -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.6);
   -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.6);
}
 
.twoColFixLtHdr #header { 
   width: 871px;
   margin: 0 auto 0;
} 

#navigation {
        background: #900 url(/images/back-nav.jpg) repeat-x;
        width: 871px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
        padding: 0;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        font-family: 'daxregular', sans-serif; font-size: 18px; color: #fff;
        text-align: left; /* this overrides the text-align: center on the body element. */
        z-index: 1;
}

.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* 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: #fff url(/images/back-gradient.jpg) repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
        font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; color: #333; line-height: 140%;
        margin: 25px 5px 10px 20px; 
	padding: 15px 15px 15px 15px;
}
.twoColFixLtHdr #mainContent { 
	margin: 25px 250px 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; color: #222; line-height: 140%;
} 

.twoColFixLtHdr #mainContent-Home {
        margin: 25px 0px 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
        padding: 0 20px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; color: #222; line-height: 140%;
}

.twoColFixLtHdr #footer { 
        font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; color: #ffffff; font-weight: bold;
        text-shadow: 1px 1px #333;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
        width: 881px;
        text-align: left;
        margin: 0 auto 20px;
} 

.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;
}
