/****************HTML tag styles ***************/

body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #eaf0f5;
}

/******* hyperlink and anchor tag styles *******/

a.link:link    {color : #ffaa00; text-decoration : none; font-weight:bold;}
a.link:visited {color : #ffaa00; text-decoration : none; font-weight:bold;}
a.link:active  {color : #ffaa00; text-decoration : none; font-weight:bold;}
a.link:hover   {color : #ffaa00; text-decoration : underline; font-weight:bold;}

a.loan:link    {color : #336699; text-decoration : none; font-weight:bold;}
a.loan:visited {color : #336699; text-decoration : none; font-weight:bold;}
a.loan:active  {color : #336699; text-decoration : none; font-weight:bold;}
a.loan:hover   {color : #336699; text-decoration : underline; font-weight:bold;}

/******* MAIN DIVISONS *******/

#site_container{
	position: relative;
	width: 750px;
	margin: 0px auto 0px auto;
	border-left: 50px #FFFFFF solid;
	border-right: 50px #FFFFFF solid;
	background-color:#FFFFFF;
}

#header{
	position: relative;
	width: 750px;
	height: 165px;
}

#main{
	position: relative;
	width: 750px;
	padding: 25px 0px 25px 0px;
}

#halfbox{
	position: relative;
	width: 344px;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	background-image: url('images/template_corners.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0px 15px 0px 15px;
}

#fullbox{
	position: relative;
	width: 720px;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	background-image: url('images/template_corners_full.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0px 15px 0px 15px;
}

#page_content{
	position: relative;
	text-align: left;
	width: 300px;
	*padding-top: 15px;
	padding-right: 22px;
	padding-bottom: 15px;
	padding-left: 22px;
}

#page_content_full{
	position: relative;
	text-align: left;
	width: 676px;
	*padding-top: 15px;
	padding-right: 22px;
	padding-bottom: 15px;
	padding-left: 22px;
}

#footer{
	position: relative;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.6;
}

#lender_image{
	position: relative;
	left: 15px;
	margin-bottom: 20px;
}

hr{
	height: 0;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #336699;
	width: 100%;
}

/**********FONT STYLES**********/

.style_content{
	font-size: 11px;
	line-height: 1.6;
	color: #336699;
}

.style_content_orange{
	font-size: 11px;
	line-height: 1.6;
	color: #ffaa00;
}

.style_orangeheader{
	font-size: 13px;
	line-height: 1.6;
	color: #ffaa00;
}