/* first css is USAC standard css */
@import "usac.css";

hr {
	width: 500px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

#header 
{
	height: 150px;
	background: url(../images/sl-application-banner1.jpg) center no-repeat;
	padding-top: 0px;
	background-position: top;
	}

/* menu */
#menu 
{
	width: 770px;
	margin-left: auto; 
	margin-right: auto; 
	height: 30px;
	background: url(../images/bear-blue-bg.gif) center no-repeat;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 3px;
	background-position: top;
	text-align: left;
	}

#menu a, #menu a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
	padding-right: 3px;
	}

#menu a:hover {
	color:#ccc; 
	border-bottom-color:#069;
	text-decoration: underline;
	}
/* end menu */

#terms ul
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	padding-left: 20px;
	line-height: 18px;
}

ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 18px;
}

