body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #6B9EA7;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 950px;
	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. */
	background-color: #FFFFFF;
} 

.thrColAbsHdr #header { 
	height: 110px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #FFFFFF; 
	padding: 0 0px 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. */
} 
.thrColAbsHdr #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 */
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 111px;
	left: 1px;
	width: 194px; /* padding keeps the content of the div away from the edges */
	background-color: #216374;
	list-style-image: none;
	padding: 0px;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 110px;
	right: 0px;
	width: 188px;
	background-color: #FFFFFF;
	font-size: 80%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6B9EA7;
	border-right-color: #6B9EA7;
	border-bottom-color: #6B9EA7;
	border-left-color: #6B9EA7;
}
.thrColAbsHdr #mainContent {
	margin: 0 0 0 196px; /* 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. */
	padding: 0 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #EFF2F3;
	font-size: 85%;
	height:1%;
}
.thrColAbsHdr #mainContent a:link, #mainContent a:visited {
	color: #216374;
	text-decoration: none;
}
.thrColAbsHdr #mainContent a:hover {
	color: #000000;
	background-color: #FFFFCC;
}
.thrColAbsHdr #mainContent h1{
	font-size: 150%;
}
.thrColAbsHdr #mainContent h2{
	font-size: 125%;
}
.thrColAbsHdr #mainContent h3{
	font-size: 105%;
}
.thrColAbsHdr #mainContent ul{
	list-style: circle;
	margin-left: 35px;
}
.thrColAbsHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColAbsHdr #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 */
}
.thrColAbsHdr #footer a:link, #footer a:visited {
	color: #216374;
	text-decoration: none;
}
.thrColAbsHdr #footer a:hover {
	color: #000000;
	background-color: #FFFFCC;
}
.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;
	}
	
	/*- Menu 3--------------------------- */
	
.thrColAbsHdr ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0px;
	}
	
.thrColAbsHdr #menu3 {
	font-size: 80%;
	width: 182px;
	margin: 5px;
	border-style: solid solid none solid;
	border-color: #BCD2E6;
	border-size: 0px;
	border-width: 0px;
	}
	
.thrColAbsHdr #menu3 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
.thrColAbsHdr #menu3 li a:link, #menu3 li a:visited {
	color: #FFFFFF;
	display: block;
	background:  url(images/menu5.gif);
	padding: 8px 0 0 10px;
	text-decoration: none;
	}
	
.thrColAbsHdr #menu3 li a:hover {
	color: #000000;
	background:  url(images/menu5.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}

.thrColAbsHdr #menu3 {
	width: 182px;
	margin: 5px;
	border-style: solid solid none solid;
	border-color: #BCD2E6;
	border-size: 0px;
	border-width: 0px;
	}

.thrColAbsHdr #menu4 {
	font-size: 80%;
	width: 182px;
	margin: 5px;
	border-style: solid solid none solid;
	border-color: #BCD2E6;
	border-size: 0px;
	border-width: 0px;
	}
	
.thrColAbsHdr #menu4 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
.thrColAbsHdr #menu4 li a:link, #menu4 li a:visited {
	color: #FFFFFF;
	display: block;
	background:  url(images/menu5.gif);
	padding: 8px 0 0 10px;
	text-decoration: none;
	}
	
.thrColAbsHdr #menu4 li a:hover {
	color: #000000;
	background:  url(images/menu5.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}

.thrColAbsHdr #menu4 {
	width: 182px;
	margin: 5px;
	border-style: solid solid none solid;
	border-color: #BCD2E6;
	border-size: 0px;
	border-width: 0px;
	}


.thrColAbsHdr #menu5 {
	font-size: 80%;
	width: 182px;
	margin: 5px;
	border-style: solid solid none solid;
	border-color: #BCD2E6;
	border-size: 0px;
	border-width: 0px;
	}
	
.thrColAbsHdr #menu5 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
.thrColAbsHdr #menu5 li a:link, #menu5 li a:visited {
	color: #FFFFFF;
	display: block;
	background:  url(images/menu5.gif);
	padding: 8px 0 0 10px;
	text-decoration: none;
	}
	
.thrColAbsHdr #menu5 li a:hover {
	color: #000000;
	background:  url(images/menu5.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}

.thrColAbsHdr #menu5 {
	width: 182px;
	margin: 5px;
	border-style: solid solid none solid;
	border-color: #BCD2E6;
	border-size: 0px;
	border-width: 0px;
	}
	
.thrColAbsHdr #sidebar1 h2 {
	color: #FFFFFF;
	padding-left: 2px;
	margin: 5px;
	font-size: 90%;
}

.thrColAbsHdr #sidebar1 h2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColAbsHdr #sidebar1 h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColAbsHdr #sidebar1 h2 a:hover {
	color: #FFFF00;
}
	
.thrColAbsHdr #sidebar1 h3
{
	color: #FFFFFF;
	padding-left: 2px;
	margin: 5px;
	font-size: 90%;
}

.thrColAbsHdr #sidebar2  a:link, #sidebar2 a:visited {
    color: #216374;
	text-decoration: none;
}
.thrColAbsHdr #sidebar2  a:hover {
	color: #000000;
	background-color: #FFFFCC;
}

  
.thrColAbsHdr #liquid-round {
	width:100%;
	margin:0px auto;
	background:#fff url(images/leftside.gif) repeat-y left top;
}
.thrColAbsHdr .top {
width:100%;
height:20px;
background:url(images/top.gif) no-repeat left top;
}
.thrColAbsHdr .top span {
display:block;
position:relative;
height:20px;
background:url(images/top-right.gif) no-repeat right top;
}
.thrColAbsHdr .center-content {

background:url(images/rightside.gif) repeat-y right top;
padding:1px 20px 1px 25px;
margin:-1px 0 -50px 0;
}
.thrColAbsHdr .center-content p {position:relative;z-index:999;}
.thrColAbsHdr .bottom {
width:100%;
height:60px;
background:url(images/bottom.gif) no-repeat left bottom;
}
.thrColAbsHdr .bottom span {
display:block;
position:relative;
height:60px;
background:url(images/bottom-right.gif) no-repeat right top;
}

