html {
}
body {
background: #666666 url(../images/bkg-body2.gif) repeat-x;
  	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	line-height: 17px;
	height: 100%;
	margin: 0 auto;
}

.thrColFixHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/left_nav_grad_bg.gif); 
background-repeat:repeat-x; 
background-position:left top; 
background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
    padding: 0 0px 0 0px;
		background: #ffffff;
  /* 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. */
} 
.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 30px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
		background-image:url(../images/left_nav_grad_bg.gif); 
background-repeat:repeat-x; 
background-position:left top; 


	color: #000000;
	font-size: 100%;
	font-weight: normal; 
	text-align: right;
}

.thrColFixHdr #sidebar1 {

background-image:url(../images/left_nav_grad_bg2.gif); 
background-repeat:repeat-x; 
background-position:left top; 
 
	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 */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* 15px-top margin, 10px-right margin 15px-no idea? 20px-left matgin; padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
background-image:url(../images/right_nav_grad_bg.gif); 
background-repeat:repeat-x; 
background-position:left top; 
	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 */
	 /* 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 */
}
.thrColFixHdr #mainContent {
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { 
	padding: 10px 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
	background-image:url(../images/left_nav_grad_bg.gif); 
background-repeat:repeat-x; 
background-position:left top; 
	color: #000000;
	text-align: center;
	width:770px;
	margin-top: 0px;
	font-size: 100%;
} 
.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 */
}
.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;
}
ul li {
list-style-type: disc;
margin:0;
	padding: 0;



}
.container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 723px;
}
div, form  {
	margin: 0;
	padding: 0;
}

h2 {
 
  color: #000099;
  font-size: 140%;
  font-weight: bold;
  margin: -3px 0 0;
  padding: 0 0 9px;
 } 
h2.noback {
  font-family: tahoma;
	font-size: 18px;
	line-height: 0px;
  color: #000000;
  
  font-weight: bold;
  margin: -3px 0 0;
  padding: 0 0 9px;
}
h3 {
  background: #4c4b4d;
  color: #fbfbce;
  font-size: 115%;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-top: 10px;
}


a, a:link {
	color: #b30101;
	text-decoration: underline;
}
a:visited {
	color: #114455;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
img {
 	border: 0;
}
img.right {
 	border: 0;
 	margin-left: 10px;
 	margin-bottom: 10px;
}
img.left {
 	border: 0;
 	margin-right: 10px;
 	margin-bottom: 10px;
}
img.center {
 	display: block;
 	margin-left: auto;
 	margin-right: auto 
} 
.hide {
	display: none;
}
.clear {
	clear: both;
}

/* ----- red box ----- */
.red-image {
	background: url(../images/bkg-site-search2.gif) no-repeat; 
	float: left; 
	height: 28px;
	text-align: left; 
	width: 161px;
}
.red-image img {
	margin:0;
 	padding: 5px 6px 0 1px;  
}
.red-image label {
	height: 1px;
	overflow: hidden;
	width: 1px;
	position: absolute;
	top: -500px;  
}


/* ----- Content Wrap ----- */
.content-wrapper {
	background: #ffffff;
	color: #333;
	border-top: 0px solid #000000; 
	padding: 15px 0 25px;
	width:723px;
	border-left:1px solid #85d5f7;
	
}
/* ----- HR rules ----- */
.hr-line { 
	background: #fff url(../images/hr-line.gif) repeat-x;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* ----- Back to Top ----- */
A.backtotop-link, A.backtotop-link:visited, A.backtotop-link:active {
	color : #447788;
	font-family : Arial, Verdana, Trebuchet MS, Tahoma, sans-serif;
	font-size: 88%;
	text-decoration : underline; 
	
} 

A.backtotop-link:hover {
	color : #4D4D4D; 
	font-family : Arial, Verdana, Trebuchet MS, Tahoma, sans-serif; 
	text-decoration : underline;
} 

/* ----- Quick Links Navigation ----- */
.quicklinks {
		
	border: 0px solid #000000; 
	color: #ffffff;
	margin: 0px 20px 0px;
	padding: 0;
	font-family : Arial, Verdana, Trebuchet MS, Tahoma, sans-serif; 
	}

.quicklinks a, 
.quicklinks a:link, 
.quicklinks a:visited {
	
	color: #ffffff;
 	font-size: 100%;
	font-weight:bold;
	width: 500px;
	text-decoration : none;
}
.quicklinks a:hover {
	
	color: #cccccc;
}



/* ----- Quick Links Navigation END----- */



/* ----- Right Column Lists ----- */
.rightnav-zone {
	
	background-color:#ffffff;
	color: #000000;
	float:right;
	height:auto !important; /* for modern browsers */
	width:190px;
	margin-bottom:0px; 
	text-align:center;
	padding:20px; 
	margin-right:0px;
		
}

.rightnav-zone_blu {
	
	background-color:#eff7fd;
	color: #000000;
	float:right;
	height:auto !important; /* for modern browsers */
	width:180px;
	margin-bottom:0px; 
	text-align:center;
	padding:20px; 
	margin-right:0px;
		
}

/* ----- Main Content ----- */
.content { 
	background:#fff;
	color: #4D4D4D;
	height:auto !important; /* for modern browsers */
	margin-left: 180px;
	width:420px;
}
.content-search-results { 
	background:#fff;
	color: #4D4D4D;
	height:auto !important; /* for modern browsers */
	margin-left: 180px;
	width:550px;
}

/* ----- Content Wrap ----- */
.content-wrapper {
	background: #ffffff;
	color: #333;
	border-top: 0px solid #6b99a9; 
	margin: 1px 0 0;
	padding: 0px 0 0px;
	width:723px;
	border-left:1px solid #85d5f7;
	
}
/* ----- Footer Navigation ----- */
.footer {
	
	
background-image:url(../images/left_nav_grad_bg2.gif); 
background-repeat:repeat-x; 
background-position:left top; 
	color: #fff;
	
	text-align: center;
	width:723px;
	margin-top: 0px;
	font-size: 100%;
}
.footer ul {
	 
	color: #fff;
	margin: 12px 0;
	padding: 0;
} 
.footer ul li {
	 
	color: #fff;
	display: inline;
	list-style: none;
}		
.footer ul li a, 	
.footer ul li a:link, 
.footer ul li a:visited {
	 
	color: #fff;
	text-decoration: underline;
}
.footer ul li a:hover {
	 
	color: #cccccc;
	text-decoration: underline;
}

.footer p {
	 
	color: #000000;
	margin-top: 12px;
	padding: 0;
	text-align: center; 
	font-size: 8px;
}
.footer p img {
	
	color: #fff;
	padding: 8px 0;
}
/* ----- Footer smaller font ----- */
		
.footer ul li.small a, 	
.footer ul li.small a:link, 
.footer ul li.small a:visited {
	font-size: 90%; 
	color: #fff;
	text-decoration: underline;
}
.footer ul li.small a:hover {
	font-size: 90%;
	color: #cccccc;
	text-decoration: underline;
}
/* --- end --- */
