/* CSS Document */

body {
	margin: 0px;
	background-color: #DDD;
	color: #8F8F8F;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	}

.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #FFF;
	padding-bottom: 151px;
	border-right: 12px solid #FFF;
	border-bottom: 12px solid #FFF;
	margin-top: 6px;
	}

.head {
	position: absolute;
	top: 6px;
	left: 24px;
	background-image: url(images/head.gif);
	width: 196px;
	height: 114px;
	}
.headbar {
	position: absolute;
	top: 130px;
	left: 8px;
	background-image: url(images/head-bar.gif);
	background-repeat: no-repeat;
	width: 900px;
	height: 15px;
	}

.fsalogos {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 11px;
	top: 370px;
	}

a {
	color: #69C;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	margin: 4px 0px 0px 0px;
	font-size: 20px;
	}
h2 {
	margin: 4px 0px 0px 0px;
	font-size: 20px;
	}
h3 {
	margin: 4px 0px 0px 0px;
	font-size: 20px;
	color: #005FD2;
	padding-bottom: 2px;
	margin-bottom: 6px;
	border-bottom: 1px solid #005FD2;
	}
li {
	font-weight: bold;
	margin-bottom: 5px;
	}
.normal {
	font-weight: normal;
	}
hr {
	height: 1px;
	}
strong, b {
	color: #005FD2;
	}
	
.menu {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 163px;
	height: 572px;
	font-size:14px;
	text-align: center;
	}
.menu a{
  color: #8F8F8F;
	}

.content {
	position: relative;
	top: 151px;
	margin-left: 170px;
	width: 693px;
	padding-bottom: 6px;
	padding-left: 18px;
	border-left: 1px solid #005FD2;
	min-height:526px;
	height:auto !important;
	height:526px;
	}
	
.links {
	padding-top: 50px;
	padding-left: 22px;
	}
.links .mainul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	}
.links .secondaryul {
	margin: 0 0 2px 1px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	}
.links .secondaryul li {
	background: url(images/bullet.gif) no-repeat 0px 3px;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 13px;
	font-weight: normal;
	}
.links li {
	margin: 0;
	}

img {
  border: 0px;
	}
	
.navbar {
	position: absolute;
	right: 10px;
	top: 100px;
	z-index: 5;
	}
.navbar ul {
	margin: 0px;
	padding: 0px;
	}
.navbar li {
	display:inline; 
	float:left; 
	}
.navbar li a {
	font-size:15px;
	font-weight: normal;
	display:block; 
	text-align: center;
	float:left; 
	text-decoration:none; 
	}
.navbar li a b {
	color: #fff;
	padding-top: 8px;
	width: 102px;
	display:inline; 
	float:left; 
	height:22px; 
	background-image: url(images/top-tab.gif);
	}

.loansmacro {
  float: right;
	display: inline;
	margin-left: 12px;
	margin-top: 6px;
	}

.splashimage1 {
  position: relative;
	right: 13px;
	background-image: url(images/splash.jpg);
	width: 722px;
	height: 154px;
	}