body {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	margin:0px;
 	background:#FFFFFF;
	text-align: center;
}

td {
	font-size: 11px; 
	color: #000000; 
	font-family: Verdana, Arial, sans-serif;
}

a:link, a:visited {
	font-size: 11px; 
	color: #000; 
	font-family: Verdana, Arial, sans-serif; 
}

a:hover {
	color: #CC0000;
}

#wrapper {
	width: 771px;
	text-align: left;
	margin: 0px auto;
}

#header{
	margin: 20px 0px 10px 0px;
}

#navigation {
	background: #000;
	border: 1px solid #FFCC00;
	color: #FFCC00;
	margin-bottom: 10px;
}

#navigation a:link, #navigation a:visited {
	color: #FFCC00;
	font-weight: bold;
}

#link-home, #link-mortgage, #link-loan, #link-credit, #link-contact, #link-faqs{
	float: left; 
	background: #000;
	border-right: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	padding: 6px 24px;
}
#link-mortgage, #link-loan, #link-credit{
	padding: 6px 25px;
}

#link-faqs {
	border-right: 0px;
	padding-right: 26px;
}

#telephone {
	float: left;
	width: 230px;
	padding: 15px;
	text-align: center;
	border-right: 1px solid #FFCC00;
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial;
}

#welcome {
	float: left;
	padding: 15px;
	margin-left: 150px;
	color: #fff;
	font-weight: bold;font-family: Arial;
}


/* Main Page Stuff */


#left-main{
	float: left;
	width: 382px;
	text-align: left;
}

#right-main{
	float:right;
	width: 382px;
	text-align: center;
}

.top_l{
	background: url('images/left_topcurve.jpg') no-repeat;
	width: 11px;
	height: 11px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.top{
	background: url('images/orange_linebg.jpg');
	width: 11px;
	height: 5px;
	width: 382px;
}

.top_r{
	background: url('images/right_topcurve.jpg') no-repeat;
	width: 11px;
	height: 11px;
	float: right;
	margin: 0px;
	padding: 0px;
}

.cell-left{
	background: url('images/orange_leftbg.jpg') repeat-y left;
}

.cell-right{
	background: url('images/orange_rightline.jpg') repeat-y right;
}

.cell-text, .cell-text-left {
	padding: 5px 10px 5px 13px;
}

.cell-text-left{
	font-size: 12px;
}


.bottom_l{
	background: url('images/left_botcurve.jpg') no-repeat;
	width: 11px;
	height: 11px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.bottom{
	background: url('images/orange_botlinebg.jpg');
	width: 11px;
	height: 11px;
	width: 382px;
}

.bottom_r{
	background: url('images/right_botcurve.jpg') no-repeat;
	width: 11px;
	height: 11px;
	float: right;
	margin: 0px;
	padding: 0px;
}


#left-title{
	color:#cc0000;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom: 15px;
	text-align: center;
}

#left-img {
	margin: 0px 15px 5px 0px;
	float: left;
	position: relative;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 125px;
}


#right-title{
	color: #000;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	font-weight: bold;
}



.redwords{
	color: #CE3031;
}



.column,.column2{
	float: left;
	width: 173px;
	text-align: center;

}


.column_img {
	float: left;
	width: 35px;
	
}

.column_field {
	margin-left: 35px;
	padding: 5px;
	margin-bottom: 15px;
	font-weight: normal;
}

#bigbutton {
	background: url('images/main_but.gif');
	width: 281px;
	height: 92px;
	border:0px;
}

#yellow_l {
	background: url('images/orangecolor_leftcurve.jpg');
	width: 4px;
	height: 4px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#yellow_r {
	background: url('images/orangecolor_rightcurve.jpg');
	width: 4px;
	height: 4px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#yellow_bl {
	background: url('images/orangecolor_botcurve.jpg');
	width: 4px;
	height: 4px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#yellow_br {
	background: url('images/orangecolor_botrightcurve.jpg');
	width: 4px;
	height: 4px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#yellow-footer{
	background: #FED12D;
	margin-top: 10px;
}

#yellow-text {
	padding: 10px;
	font-size: 10pt;
	font-weight: bold;
	font-face: Arial;
	text-align: center;
}

.yellow-column {
	float: left;
	font-size: 16px;
	width: 48%;
	padding: 10px 0px;
	margin: 5px 0px;
	background: #FED12D;
}

#footer{
	text-align: center;
	font-size: 11px;
	margin: 20px 0px 40px 0px;
}

/* Make sure the forms don't give away unwanted padding or margins */
form {
	padding: 0px; 
	margin: 0px;
}



.italics{
	font-style: italic;
	}


.iu{
	font-style: italic;
	text-decoration: underline;
}

.iub{
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

.ib{
	font-style: italic;
	font-weight: bold;
}

.bold{
	font-weight: bold;
}

.u {
	text-decoration: underline;
}
.ub {
	text-decoration: underline;
	font-weight: bold;
}

/* Faqs Page */

#faqs-left-column{
	float: left;
	position: relative;
	width: 190px;
	padding: 5px;
}

#faqs-main {
	margin-left: 200px;
	padding: 10px;
	text-align: center;
}


.faq-question {
	float: left;
	width: 120px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #000;
	color: #FED12D;
	font-weight: bold;
	margin-right: 5px;
}

.faq-answer {
	margin: 5px 0px;
	padding: 10px;
	border: 1px solid #FED12D;
	text-align: left;
}

/* All below this are from the original stylesheet. I'm not sure if you still need these or not for other pages.  */



H1 {
	font-weight: bold; 
	font-size: 16px; 
	color: #333333; 
	font-family: Verdana, Arial, sans-serif
}

H2 {
	font-weight: bold; 
	font-size: 12px; 
	color: #ce3031; 
	font-family: Verdana, Arial, sans-serif
}

H3 {
	font-weight: bold; 
	font-size: 16px; 
	color: #990000; 
	font-family: Verdana, Arial, sans-serif
}

H4 {
	font-weight: bold; 
	font-size: 11px; 
	color: #333333; 
	font-family: Verdana, Arial, sans-serif
}

H5 {
	font-weight: bold; 
	font-size: 11px; 
	margin: 25px; 
	color: #333333; 
	line-height: 17px; 
	font-family: Verdana, Arial, sans-serif
}

P {
	font-size: 11px; 
	color: #000000; 
	line-height: 17px; 
	font-family: Verdana, Arial, sans-serif;
}

IMG {
	border: 0px
}

PRE {
	margin-top: 20px; 
	font-size: 12px; 
	margin-bottom: 10px; 
	line-height: 22px
}
LI {
	font-size: 11px;
	list-style-image:url(bul.jpg);
	line-height:18px;
}
INPUT {
	border: #cccccc 1px solid; 
	font-size: 8pt; 
	vertical-align: middle; 
	font-family: Verdana, Arial, sans-serif
}
TEXTAREA {
	font-size: 8pt; 
	font-family: Verdana, Arial, sans-serif
}

.bigredfont
{
	color:#A31803;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.noborder
{
	border:0px;
}

.greyfont
{
	color:#999999;
	line-height:18px;
}


.bannertext
{
	font-size:14px;
	color:#000;
	font-weight:bold;
	line-height:18px;
}

.counter
{
	padding:3px;
	background-color:#BCD595;
	border:1px solid #618726;
	width:50px;
	float:left;
}

/**Noraml CSS tags**/
	
/**Links **/
A.blacklink:link {
	font-size: 12px; 
	color: #000; 
	font-family: Verdana, Arial, sans-serif; 
	text-decoration: none;
}
A.blacklink:visited {
	font-size: 12px; 
	color: #000; 
	font-family: Verdana, Arial, sans-serif; 
	text-decoration: none;
}
A.blacklink:hover {
	font-size: 12px; 
	color:#000; 
	font-family: Verdana, Arial, sans-serif; 
	text-decoration: underline;
}

A.redlink:link {
	font-size: 11px; 
	color: #990000; 
	font-family: Verdana, Arial, sans-serif; 
	text-decoration: none;
}
A.redlink:visited {
	font-size: 11px;
	color:#990000; 
	font-family: Verdana, Arial, sans-serif; 
	text-decoration: none;
}
A.redlink:hover {
	font-size: 11px;
	color:#990000; 
	font-family: Verdana, Arial, sans-serif; 
	text-decoration: underline;
}

td.warning
{
  font-size: 10pt;
  font-weight: bold;
  font-face: Arial;
  color: black;
  background-color: #FED12D;
}

td.apr
{
  font-size: 12pt;
  font-weight: bold;
  font-face: Arial;
  color: black;
  background-color: #FED12D;
}
