body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:0;/*removes the padding*/
	margin:0;/*removes the margin*/
	color: #FFFFFF;
}
.thrColAbsHdr #container { /*background-image:url(images/left-sidebar.gif);
	background-repeat:repeat-y;
	background-position:600 left;*/
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 996px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/bothsidebarcolors.gif) repeat-y left top;
	
	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. */
	font-size: 13px;
} 
thrColAbsHdr { 
	height: 60px; /* 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: #DDDDDD;
	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. */
} 
#header { 
	height: 113px;
	background: #DDDDDD;
	background-image:url(images/header-image.gif);
	padding: 0 10px 0 20px; 
} 
 #headerUnder { 
	height: 65px; 
	background: #DDDDDD; 
	padding: 0 10px 0 20px; 
} 
.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: 130px;
	left: 0;
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #660066;
	/*background-image:url(images/sidebar1-graphic.gif);
	background-position:15px 60px;
	background-repeat:no-repeat;*/
	height: 345px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 22px;
	font-weight: bold;
	color: #003399;
	z-index:1;
}
.thrColAbsHdr #sidebar3 {
	clear:both;
	position: absolute;
	top: 130px;
	left: 0;
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #999;
	/*background-image:url(images/sidebar1-graphic.gif);
	background-position:15px 60px;
	background-repeat:no-repeat;*/
	height: 435px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 22px;
	font-weight: bold;
	color: #003399;
}

.thrColAbsHdr #sidebar2 {
	clear:both;
	position: absolute;
	top: 130px;
	right: 0;
	width: 160px;
	height: 472px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	z-index:1;
}
.thrColAbsHdr #mainContent { color:#333333;
	margin: 0 200px; /* 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColAbsHdr #footer { text-align:center; clear:both; font-size:10px; z-index:2;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	
	background:#7575d9; 
} 
.thrColAbsHdr #footer p { clear:both; z-index:2;
	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;

}
#menuContainer {
	background-color:#0000FF; 
	padding: 0px;
	height:25px;
}

/* menu */
#menu {
	padding-top:0px;/*the H space between menus*/
}
#menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#menu li {
	float:left;
	position:relative;
	z-index:100;
}
#menu a {/*makes horizontal display & space is removed because of the line 4,5 0 padding and margin*/
	display:block;
	width:154px;/*width of dropdown menus*/
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	height:13px;
	color:white;
	padding:6px;/*removes white space*/
	background-image:url(images/menu_link_back-.gif)/*image in dropdown menu*/
}
#menu a:hover {
	color:black;
	background-color:#E99414;
}
#menu ul ul { /*the 2nd ul is talking to the submenu level*/
	position:absolute;
	width:149px;
	visibility:hidden;
}
#menu ul li:hover ul, #menu ul a:hover ul {
	visibility:visible;

}
#menu table {
	position:absolute;
	left:-3px;/*adjusts the submenu space to left*/
	top:22px;
	border-collapse:collapse;
}
#menu ul ul a {
	background-position:0px -28px;/* menu dropdown adjustment*/
	font-size:9px;
	font-style:normal;
	color:#000000
}
#menu ul ul a:hover {
	background-position:0px 0px;
	color:#FFFFFF;
}
.body {
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: 660066;
}
.sidebar1 {
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
	width: 120px;
	z-index:1;
	
}
.sidebar2 {
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
	width: 120px;
	
}
#servicesList-left {
	list-style-image:url(images/arrow_more.jpg);
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	width:200px;
	left:80px;
	float:left;
	height:202px;
	line-height:23px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#servicesList-right {
	list-style-image:url(images/arrow_more.jpg);
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	width:250px;
	left:300px;
	float:left;
	height:202px;
	line-height:23px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.sidebarHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC6600;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: -5px;
}
.sidebar2txt {
	color: #3366CC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: 12px;
}
.sb-setupetc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.sbsetupetc {
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}
