
/*------------------------------------------------------REGISTRATION--------------------------------------*/
.twoColFixLtHdr #container_reg { 
	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: 1570px;
}
 
.twoColFixLtHdr #mainContent_reg { 
	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: 1195px;
	width:462px;
	background:#166690;
	padding: 10px 10px 0 10px;
	margin-top: 0;
} 
.twoColFixLtHdr #mainContent_reg p {
	font-size:14px;
	color:#FFFFFF;
	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_reg a {
	color: #9ABFE9;
	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 */
}
.twoColFixLtHdr #mainContent_reg a:hover {
	color: #FFFFFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

#mainContent_reg ul {
	list-style:none;
	padding: 0;
	margin: 0;
	color:#FFFFFF;
}
#mainContent_reg li ul {
	background-color:#FFFFFF;
	padding-left: 2.3em;
	color:#FFFFFF;
	}
#mainContent_reg li li {
	color:#FFFFFF;
	list-style:none;
	font-size:12px;
	text-align:left;	
	}
#mainContent_reg ul li ul li a {
    background:none;
    text-indent:0;
    color:#FFFFFF;
    text-decoration:none;
	height:20px;
    }
#mainContent_reg ul li ul li a:hover {
    color:#93C9FF;
	text-decoration:underline;
    }
	
.twoColFixLtHdr #sidebar2_reg {
	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:2459px;
	margin-top: 10px;
}
.twoColFixLtHdr #sidebar2_reg h3, .twoColLiqLtHdr #sidebar2_reg 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;
}

#apDiv4_reg {
	float:left;
	position:relative;
	left:10px;
	width:229px;
	height:1185px;
	z-index:2;
	background:#A5A47F;
	/*background:#659481;*/
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
}

#apDiv4_reg 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 */
}

#apDiv4_reg 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 */
}

#apDiv4_reg 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_reg ul {
	list-style:none;
	padding: 0;
	margin: 0;
	color:#FFFFFF;
}
#apDiv4_reg li ul {
	background-color:#FFFFFF;
	padding-left: 2.3em;
	color:#FFFFFF;
	}
#apDiv4_reg li li {
	color:#FFFFFF;
	list-style:none;
	font-size:0.8em;
	text-align:left;	
	}
#apDiv4_reg ul li ul li a {
    background:none;
    text-indent:0;
    color:#FFFFFF;
    text-decoration:none;
	height:20px;
    }
#apDiv4_reg ul li ul li a:hover {
    color:#93C9FF;
	text-decoration:underline;
    }

/********************/