/** BASIC */

.header {background-image: url(../images/commercialmortgage.gif); height: 150px;}



table.MainTable{
	width: 688px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	}

hr {
	width: 95%;
}

.container {
	width: 680px;
	padding: 10px;
	}

/** NAVIGATION */

.navigation {
	background-color: #032771;
	font-weight: bold;
	font-size: .7em;
	text-align: center;
	color: #D7D7D7;
	padding-bottom: 5px;
	height: 35px;
	
}

.navigation a {color: #ffffff; text-decoration: underline;}
.navigation a:hover, #navigation a:active {color: #999999;}



/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1 {font-size: 1.3em; font-weight: bold; color: #032771;}
#sub {font-size: 1.1em; color:#666666;}
h2 {font-size: 0.97em; font-weight: bold; color: #333333;}
#sub2 {font-size: 1.1em; font-weight: bold; color: #0066FF;}
#ProductHeading {font-size: 0.97em; font-weight: bold; color: #990000;}
h3 {font-size: 1em; font-weight: bold; color: #333333;}


/** TEXTS */

body, th, td, input, textarea, select, p {
	color: #363636;
	font: 0.95em  Verdana, Arial, Helvetica, sans-serif;
}



#footer {
	font-size: .75em;
	text-align: center;
	height: 50px;
	vertical-align: middle;
	padding: 5px;
}

	
.bullets{
	font-size: .92em;
	list-style-type:disc;
}


/** LINKS */

a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #990000;
}

a:active {
	color: #990000;
}




.testimonials {
	width: 90%;
	padding: 5px 5px 5px 5px;
	background-color: #FFC4C4;
}
	


#textleft {text-align: left; vertical-align:top;}
#textright {text-align: right; vertical-align:top;}




