/* Typeography */

/* Colors

Dark Blue
#55728e
Light Blue
#b5d2ef

Dark Red
#933
Light Red
#c05454

Brigh Orange
#c60

Dark Grey
#666
Light Grey
#b8b9b8
Very Light Grey
#e5e5e5

Bright Purple
#72335e
Dark Purple
#422236

Light Gold
#dba548
Dark Gold
#cb963b

*/
/* Structural Elements */
/*******************************************************************************/
#navigation-container,
#second-level-nav,
#login-box,
#footer,
#logo a,
#logo-subheader,
.badge-type2,
.learn-more-alt{
 display:none;
}
#main-content h2,
h3.header,
#main-content .position-statment,
.learn-more{
	margin:0;
}


/* Generic Elements */
/*******************************************************************************/
body{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:62.5%;
	color:#666;
}
h1,h2,h3,h4,h5,h6,h7,p{
	font-size:1em;
}
p,label{
	line-height:1.4em;
}
sup, sub{
	font-size:.8em;
}
/* Global Elements */
/*******************************************************************************/
#main-content h2{
	font-size:1.1em;
	letter-spacing:.1em;
	color:#666;
	text-transform:uppercase;
}
#main-content h3.header{
	font-size:2.2em;
	font-weight:normal;
	color:#555;
	text-transform:uppercase;
}
#main-content h3{
	font-size:2.2em;
	font-weight:normal;
	color:#c05454;
}
#main-content .position-statment{
	color:#999;
	text-transform:capitalize;
}
#main-content h4{
	font-size:1.6em;
	color:#55728e;
}
#main-content p{
	font-size:1.2em;
}
#main-content li{
	font-size:1.2em;
}
#main-content a:link.learn-more,#main-content a:visited.learn-more{
	font-size:1.2em;
	color:#fff;
	text-decoration:none;
}
#main-content a:link,#main-content a:visited{
	color:#933;
	text-decoration:none;
}
#main-content a:hover,#main-content a:active{
	color:#c05454;
	text-decoration:underline;
}
.required {
 color: #933;
 font-weight: bold;
}
.loan-form-lable{
	font-size:1.2em;
}
form .reset-button,form .submit-button{
	color:#fff;
	font-weight:bold;
}
/* Data Table Elements */
/*******************************************************************************/

table.data-table td,table.data-table th {
	vertical-align:baseline;
	font-size:1.2em;
}
table.data-table th {
	text-align:left;
}
table.data-table .header{
	font-weight:bold;
	font-size:1.4em;
	color:#55728e;
}
/* Feature Table Elements */
/*******************************************************************************/
.feature-table th.alt-axis-header{
	border-top:solid 3px #55728e;
	width:33%;
}
.feature-table td.alt-axis-header{
	border-top:solid 3px #b8b9b8;
	width:67%;
}
.feature-table td{
	font-size:1.2em;
}
.feature-table th{
	color:#55728e;
	font-size:1.4em;
}
/* Changed  Printable Elements */
/*******************************************************************************/
#copywrite{
	color:#666;
}