
/*------------------------------------------------------REGISTRATION--------------------------------------*/
.twoColFixLtHdr #container_terms { 
	width: 992px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: #FFFFFF 10px solid;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 6030px;
}

.twoColFixLtHdr #mainContent_terms { 
	margin: 10px 0 0 10px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	float:left;
	position:relative;
	height: auto;
	width:462px;
	background:#FFFFFF;
	padding: 10px 10px 0 10px;
	margin-top: 0;
	background-image:url(../graphics/BG_gray2.jpg);
	background-repeat:repeat-x;
	background-position:top left;
} 

.twoColFixLtHdr #mainContent_terms p {
	font-size:14px;
	color:#666666;
	margin: 10px 0 10px 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #mainContent_terms a {
	color: #666666;
	font-size:14px;
	text-decoration:none;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}


.twoColFixLtHdr #mainContent_terms a:hover {
	color: #666666;
	text-decoration:underline;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}


#mainContent_terms ul {
	list-style:none;
	padding: 0;
	margin: 0;
	color:#FFFFFF;
}
#mainContent_terms li ul {
	background-color:#FFFFFF;
	padding-left: 2.3em;
	color:#FFFFFF;
}
#mainContent_terms li li {
	color:#FFFFFF;
	list-style:none;
	font-size:12px;
	text-align:left;	
}
#mainContent_terms ul li ul li a {
    background:none;
    text-indent:0;
    color:#FFFFFF;
    text-decoration:none;
	height:20px;
}
#mainContent_terms ul li ul li a:hover {
    color:#93C9FF;
	text-decoration:underline;
}

.twoColFixLtHdr #sidebar2_terms {
	float: left; 
	width: 240px; /* since this element is floated, a width must be given */
	background: #9FBFD0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
	height:5719px;
	margin-top: 10px;
}
.twoColFixLtHdr #sidebar2_terms h3, .twoColLiqLtHdr #sidebar2_terms p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColFixLtHdr #apDiv4_terms {
	float:left;
	position:relative;
	left:10px;
	width:229px;
	height:5445px;
	z-index:2;
	background:#A5A47F;
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
}

.twoColFixLtHdr #apDiv4_terms a {
	color:#FFFFFF;
	font-size:14px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #apDiv4_terms p {
	color:#FFFFFF;
	font-size:14px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #apDiv4_terms a:hover {
	color: #C9C994;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
#apDiv4_terms ul {
	list-style:none;
	padding: 0;
	margin: 0;
	color:#FFFFFF;
}
#apDiv4_terms li ul {
	background-color:#FFFFFF;
	padding-left: 2.3em;
	color:#FFFFFF;
	}
#apDiv4_terms li li {
	color:#FFFFFF;
	list-style:none;
	font-size:0.8em;
	text-align:left;	
	}
#apDiv4_terms ul li ul li a {
    background:none;
    text-indent:0;
    color:#FFFFFF;
    text-decoration:none;
	height:20px;
    }
#apDiv4_terms ul li ul li a:hover {
    color:#93C9FF;
	text-decoration:underline;
}