/* CSS Document */
*
	{
		margin:0;
		padding:0;
	}
	
html
	{
		height:100%;
	}

body 
	{
		min-height:99%;
		margin: 0;
		padding: 0;
		background-color: #003f72;
		
		font:Arial, Helvetica, sans-serif, Verdana;
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;		
		
	}
	
#content a
	{
		text-decoration:none;
		font-weight:700;
		text-transform:uppercase;
		color:#01796f;
		font-size:14px;
	}
	

#mainWrapper
	{
		border-style: solid;
		border-color: #000000;
		border-width: 1px;		
		min-height:100%;
		background-image:url(../images/templateV2/fauxCol.jpg);
		background-repeat:repeat-y;
		
		border-bottom-style:hidden;
		
	}
	
	
#mainWrapper, #footer, #cornerAccent
	{
		border-left-style:solid;
		border-left-width:1px;
		border-left-color:#000000;
		
		border-right-style:solid;
		border-right-width:1px;
		border-right-color:#000000;
		
		margin-left:auto;
		margin-right:auto;
		width:695px;
	}
	
	
#banner
	{
		width: 695px;
		height: 110px;
		background-image:url(../images/templateV2/banner.jpg);
		background-repeat:no-repeat;
	}
	
#titleBar
	{
		width:695px;
		height:45px;
		background-image:url(../images/templateV2/titleBar.jpg);
		background-repeat:no-repeat;
		
	}
	
#titleBar h1
	{
		font-size:24px;
		color:#01796f;
		padding-left:169px;
		padding-top:10px;
	}
	
	
	
	
#content, #menu
	{
		vertical-align:top;
		padding-bottom:50px;
		padding-top:20px;
			
	}
	
#menu
	{
		width:159px;
		padding-left:2px;
	}


#content
	{
		width:510px;
		padding-left:10px;
		padding-right:10px;
		margin-bottom:50px;
		
		position:relative;
		z-index:2;
	}
		
#footer
	{
		width:695px;
		height:50px;
		margin-top:-50px;
		font-size:10px;
		text-align:right;
	}
	
#footer a, #footer a:link, #footer a:hover
	{
		color:#01796f;
		text-decoration:none;
	}
	
#topFooter
	{
		width:695px;
		height:10px;
		background-image:url(../images/templateV2/topFooter.jpg);
		background-repeat:no-repeat;
		margin-bottom:10px;
	}
	
#copyrightText
	{
		margin-right:10px;
		color:#01796f;
	}
	
#copyrightText a:link
	{
		color:#01796f;
		text-decoration:none;
	}
	
	
#cornerAccent
	{

		height:	205px;	
		margin-top:-245px; /*Picture Height Plus the Footer Height */
		margin-bottom:47px;
		background-image:url(../images/templateV2/contentAccent.jpg);
		background-position:bottom right;
		background-repeat:no-repeat;
		
		position:relative;
		z-index:1;
	}
	
#accentBuffer
	{
		height:195px;
		padding-bottom:50px;
	}
	


#content img
	{
		border-style:solid;
		border-width:3px;
		border-color:#555237;
	}
	
#content img.floatLeft
	{
		float:left;
		margin-right:10px;
	}
	
	
.largeText
	{
		font-size:20px;
		font-weight:500
	}
	
	
h2
	{
		font-size:24px;
		color:#01796f;
	}
	
h3
	{
		font-size:18px;
		color:#01796f;
	}
	
	
/* Content Specific */

table.linksTable
	{
		width:100%;
	}
	
	
table.linksTable tbody tr td
	{
		vertical-align:top;
	}
	

table.mortgageRates
	{
		margin-top:50px;
	}

table.mortgageRates tbody tr td
	{
		padding-bottom:3px;
		padding-left:20px;
		padding-right:20px;
	}
	
div#privacyPolicy ul li
	{
		margin-left:10px;
	}
/* End Content Specific*/