/*------------------------------------------------------REGISTRATION--------------------------------------*/
.twoColFixLtHdr #container_info { 
	width: 815px;  /* 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: 2120px;
}

.twoColFixLtHdr #mainContent_info {
	margin: 10px 0 0 0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	float: none;
	position:relative;
	height: 2110px;
	width:775px;
	background:#166690;
	margin-top: 0;
	background-color: #FFFFFF;
	margin: 20px;
} 

.twoColFixLtHdr #mainContent_info H3 {
	font-size:28px;
	color:#0274B0;
}

.twoColFixLtHdr #mainContent_info 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_info a {
	color: #166690;
	font-size:14px;
	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_info a:hover {
	color: #9ABFE9;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}


#mainContent_info ul {
	list-style:none;
	padding: 0;
	margin: 0;
	color:#FFFFFF;
}
#mainContent_info li ul {
	background-color:#FFFFFF;
	padding-left: 2.3em;
	color:#FFFFFF;
}
#mainContent_info li li {
	color:#FFFFFF;
	list-style:none;
	font-size:12px;
	text-align:left;	
}
#mainContent_info ul li ul li a {
    background:none;
    text-indent:0;
    color:#FFFFFF;
    text-decoration:none;
	height:20px;
}
#mainContent_info ul li ul li a:hover {
    color:#93C9FF;
	text-decoration:underline;
}
