@charset "utf-8";
/* CSS Document */
body{
margin: 0;
background:#DEDFDE;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
padding-left: 10px;
color: #082c50;
padding-right: 10px;

}
a{

color: #006;
padding:10px;
}
p{ 
margin: 5px;
}
#wrapper{
width:674px;
margin:0 auto;
text-align: center;
background: #A50021;

}
#header{
width: 100%;
height: 120px;
background: #fff url("./images/header.png");
color: #A50021;

}
#footer{
background: #082c52 url("./images/footer.png");
color: #FFF;
clear:both;
width:100%;
height: 30px;
}
#maincontent{
float:right;
width: 454px;
background: #fff;
text-align:justify;
padding: 10px;

}
#navigation{
float:left;
width:200px;
background: #a50021;
text-align:left;
}

#navigation a{
display:block;
color: #fff;
padding:10px;
text-decoration:none;
border-top: 0px solid #fff;
}

#navigation ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

a.home{
	background: url("images/mnu_home.png") no-repeat;
}
a:hover.home {
	background: url("images/mnu_home.png") no-repeat;
	background-position: -200px 0px;
}
a.southpoint{
	background: url("images/mnu_southpoint.png") no-repeat;
}
a:hover.southpoint {
	background: url("images/mnu_southpoint.png") no-repeat;
	background-position: -200px 0px;
}
a.loanprograms{
background: url("images/mnu_loanprograms.png") no-repeat;
}
a:hover.loanprograms {
background: url("images/mnu_loanprograms.png") no-repeat;
	background-position: -200px 0px;
}
a.faq{
background: url("images/mnu_faq.png") no-repeat;
}
a:hover.faq {
background: url("images/mnu_faq.png") no-repeat;
	background-position: -200px 0px;
}
a.contactus{
background: url("images/mnu_contactus.png") no-repeat;
}
a:hover.contactus {
background: url("images/mnu_contactus.png") no-repeat;
	background-position: -200px 0px;
}

p.title {
   color: #A50021;
   font-size:12px;
   font-weight:bold;
   text-decoration: none;
}
.copyright {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
	color: #082c50;
	padding-right: 5px;
	padding-left: 5px;
}
.gwd {
	text-align:center;
	width: 674px;
	margin: auto;
	font-size: 10px;
}
.rusert{
	background: #fff;
	color: #A50021;
	text-align:center;
	height: 10px;
	
}