@charset "utf-8";
body  {	
	background-image:url(../img/header_background_content.jpg);
	background-repeat:repeat-x;
	font: 100% Arial, Verdana, Helvetica, sans-serif;

	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;
}

.twoColFixLtHdr #container { 
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #logo { 
padding: 17px 0 0 0;
text-align:left;
width:255px;
float:left;
} 
.twoColFixLtHdr #header { 

	width:820px;
	height: 149px;
	margin: 0 auto;
	padding: 0 10px 0 20px;  /* 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. */
} 
.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 */
}
.twoColFixLtHdr #sidebar1 {
/*margin-left:40px;*/
margin-top: 45px;
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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 */
	/*background-image:url(../img/sidebar_background.jpg);*/
	background-repeat:repeat-x;
	/*background-color: #4176CF;*/
	padding: 15px 10px 15px 20px;
	text-align:left;
}

.twoColFixLtHdr #sidebar1 .contactInfo{
margin-top:5px;
padding: 7px;
_padding: 0px;
font-size: 11px;
_margin-left: 5px;
}

.twoColFixLtHdr #sidebar1 .supportInfo{
margin-top:60px;
padding: 7px;
_padding: 0px;
font-size: 11px;
_margin-left: 5px;
}

.twoColFixLtHdr #sidebar1 .contactImg{
margin-top: 4px;
color:#FFFFFF;
font-size: 11px;
float:left;
width:30px;
}

.twoColFixLtHdr #sidebar1 .contacttxt{
margin-top: 4px;
float:right;
padding-right:0px;
_padding-right:5px;
}

.twoColFixLtHdr #sidebar1 #navlist
{
padding-left: 0;
margin-left: 0px;
border-bottom: 1px solid white;
text-indent: 9px;
}

.twoColFixLtHdr #sidebar1 #navlist li
{
list-style: none;
margin: 0;
padding: 0.3em;
border-top: 1px solid white;
color:#FFFFFF;
font:Arial, Helvetica, sans-serif;
font-size:13px;
}

.twoColFixLtHdr #sidebar1 #navlist li a { 

text-decoration: none; 
color:#fff;

}


.twoColFixLtHdr #mainContent h1{ 

font-size:19px;
padding-bottom: 7px;
border-bottom: 2px dotted #EFEFEF; 
}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:13px;
	line-height: 1.5;
} 

.twoColFixLtHdr #mainContent img
{
border: 5px solid #000000; 
}

.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 .navigation
{
margin-top: 90px;
width:535px;
float:right;
/*background-color:#CC0000;*/
color:#FFFFFF;
font-weight:bold;
font-size:13px;
margin-right:0px;
_margin-right: 0px;
}

.twoColFixLtHdr #header .navigation a
{
color:#FFFFFF;
text-decoration:none;
}

.twoColFixLtHdr #header .navigation a:hover
{
color:#FFFFFF;
text-decoration:underline;
}


#footer
{
clear:both;
width: 500px;
border-top: 1px solid #EFEFEF; 
margin: 100px auto 0 auto;
font-size:12px;
color: #949494;
}

#footer .footertxt
{
margin-top:10px;
}

#footer .footertxt a
{ 
color: #949494;
text-decoration:none;
}

#footer .footertxt a:hover
{ 
color: #949494;
font-weight:bold;
}


#progtopbox{padding:0; margin:0px 0 0 40px; width:170px; height: 200px; text-align:left;

background:url(../img/sidebar_background.jpg) repeat-x top; height: auto; font-size:11px; color:#FFFFFF; background-color:#4076CE;

}

  #tabs6 {
      float:left;
      width:100%;
      /*background:#efefef;*/
      font-size:93%;
      line-height:normal;
      }
    #tabs6 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs6 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs6 a {
      float:left;
      background:url("../img/tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:left;
      display:block;
      background:url("../img/tabright6.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      }
    #tabs6 a:hover span {
      background-position:100% -42px;
      }



