body {
	background-repeat: repeat-x;
	background-position: 0 58px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

a {
	text-decoration: none;
	color: #0088cc;
}

a:hover {
	text-decoration: underline;
}

#topBar {
	margin: 0 auto;
	width: 960px;
	height: 41px;
	background: url(../img/top_bar.gif) top center no-repeat;
	position: relative;
}
	
	#topBar p#logo {
		height: 28px;	
		width: 180px;
		background: url(../img/top_bar.gif) no-repeat top left;
		background-position: -15px -46px;
		position: absolute;
		top: 5px;
		left: 15px;
		text-indent: -19000px;
	}
	
		#topBar p a {
			display: block;
			height: 28px;
			width: 37px;
			background: url(../img/top_bar.gif) no-repeat top left;
			background-position: -15px -46px;
			position: absolute;
		}
		#topBar p a:hover {
			background-position: -15px -87px;
		}
		
	#topBar p#forBorrowers {
	background: url(../img/for_borrowers.gif) no-repeat;
	height: 13px;
	font-size: 1px;
	width: 135px;
	text-indent: -19000px;
	position: absolute;
	top: 15px;
	right: 15px;
	}

#content {
	margin: 0px auto 0 auto;
	width: 960px;
	position: relative;
}

#nav {
	height: 32px;
	margin: 0 0 20px 0;
	background-image: url(../img/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 1px;
	padding-top: 1px;
	border-top: 1px solid #E8E8E8;
}

	#nav ul {
		margin: 5px 10px 0 10px;
	}
	
		#nav ul li {
			display: inline;
			float: left;
			padding: 0 0 0 5px;
			margin: 0 2px 0 0;
			height: 28px;
		}
		
		#nav ul li.active {
			background: url(../img/tab.gif) no-repeat top left;			
		}
		
		#nav ul li a {
			display: block;
			height: 20px;
			width: auto;
			float: left;
			font-family: Helvetica, Arial, sans-serif;
			font-weight: bold;
			color: #FFFFFF;
			font-size: 14px;
			padding: 5px 5px 0 0;
		}
		
		#nav ul li a:hover {
			color: #CCCCCC;
			text-decoration: none;
		}
		
		#nav ul li.active a {
			background: url(../img/tab.gif) no-repeat top right;
			color: #666666;	
		}
		
		#nav ul li.active a:hover {
			color: #666666;	
		}
		
#footer {
	border-top: 1px solid #E8E8E8;
	margin: 0 auto 0 auto;
	padding: 10px;
	width: 945px;
}

.button {
	margin: 5px 0;
	background-image: url(../img/button_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 28px;
	float: right;
}

.button:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
.button {
	height: 1%;
}

	.button a {
		display: block;
		float: left;
		height: 22px;
		width: auto;
		padding: 3px 13px 3px 0;
		color: #FFFFFF;
		background-image: url(../img/button.png);
		background-position: top right;
		font-variant: small-caps;
		margin-left: 13px;
		display: inline;
	}
