html, body {
	text-align: center;
}
.floatright {
	float: right;
	padding: 10px 0 10px 20px;
	background-color: #fff;
	text-align: center;
}
.floatleft {
	float: left;
	padding: 10px 0 10px 20px;
	background-color: #fff;
	text-align: center;
}
.left_error {

	padding-right:30px;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	padding: 6px 0 6px 0;

}
.left_error td {
	font-family:"Arial";
}
.full_col {
font-family:"Myriad Pro","Arial","Tahoma",sans-serif;
font-size: 12px;
padding: 4px;
}
#pagewrap {
	margin:-25px auto;
 	text-align: left;
	/* margin:-21px 0 0 0; */
	width:800px;
}
h1, h1 a, h1 a:visited {
	margin:-5px 0 0 20px;
	font-family:"Myriad Pro","Arial","Tahoma",sans-serif;
	font-size:30px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
h2 {
	font-size:20px;
	font-family:"Myriad Pro","Arial","Tahoma",sans-serif;
	padding:20px 0 0 0;
	margin:0 0 0 0;
	line-height: 20px;
}
h2 a, h2 a:visited {
	text-decoration:none;
	color:#55b6d6;	/* default blue */
}
h2 a:hover {
	text-decoration:underline;
	color:#0000FF;
		/* bright blue */
}
h3 {
	font-size:16px;
	font-family:"Myriad Pro","Arial","Tahoma",sans-serif;
	padding:20px 0 0 0;
	margin:0 0 0 0;
}
.shade, a .shade, a:visited .shade {
	color:#44a9cb;
}
.shade:hover, a:hover {
	color:#0000FF;
}
ul, ol {
	margin:0 0 0 25px;
	padding:10px 0 0 0;
	list-style-image: url('http://www.mortgageloanplace.com/images/blue-bullet.png');
} /*
ul li, ol li {
	padding:0 30px 10px 0;
	font-size:12px;
	font-family:"Verdana";
	line-height:20px;
	vertical-align: top;
}
*/
li {
	font-size:14px;
	font-family:"Arial";
	line-height:27px;
}
ul#menu li a:hover {
	color:#56b7d7;
	text-decoration:none;
}
ul#menu {
	top:88px;
	height:45px;
	width:800px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:center;
	color:#FFFFFF;
	font-size:13px;
	font-family:"Arial";
}
ul#menu li {
	display:inline;
	list-style:none;
	text-align:center;
	float:left;
	margin:5px 0;
	padding:0 0 0 20px;
}
ul#menu li a, ul#menu li a:link, ul#menu li a:visited  {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a, a:visited {
	color:#0000FF;	/* default blue */
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#55b6d6;	/* bright blue */
}
#misc_links {
	font-family:"Myriad Pro","Arial","Tahoma",sans-serif;
	font-size:12px;
	color:#555;
	float:right;
	margin:-25px 5px 0 0;
}
#misc_links a, #misc_links a:link, #misc_links a:visited {
	color:#888;
	text-decoration:none;
}
p {		/* Has no indent */
	font-size:14px;
	font-family:"Arial";
	line-height:27px;
	padding:10px 0 0 0;
	margin:0 0 0 0;
}

.fullcol {
	clear:both;
	width:778px;
	margin:0 10px 0 10px;
}

.leftcol {
	clear:left;
	float:left;
	width:210px;
	height:auto;
	margin:0 10px 10px 8px;
	padding:0 12px 10px 10px;
}
.leftcol_alt {	/* left column is a bit wider.  must use rightcol_alt in contrast */
	clear:left;
	float:left;
	width:340px;
	height:auto;
	margin:0 10px 10px 8px;
	padding:0 12px 10px 10px;
}
.leftcol h2, .leftcol_alt h2 {
	font-size:20px;
	font-family:"Myriad Pro","Arial","Tahoma",sans-serif;
	padding:10px 0 0 0;
	margin:0 0 0 0;
}
.leftcol h3, .leftcol_alt h3 {
	font-size:16px;
	font-family:"Myriad Pro","Arial","Tahoma",sans-serif;
	padding:10px 0 0 0;
	color: 464646;
	margin:0 0 0 0;
}
.sidebar h3 {
	font-size:26px;
	font-family:"Myriad Pro","Arial","Tahoma",sans-serif;
	padding:10px 0 0 0;
	color: #ADADAD;
	margin:0 0 0 0;
}

.rightcol {
	clear:right;
	float:right;
	width:520px;
	margin:0 10px 10px 0;
}
.rightcol_alt {	/* right column is not as wide.  must use leftcol_alt in contrast */
	clear:right;
	float:right;
	width:390px;
	margin:0 10px 10px 0;
}
.rightcol_wrap {	/* Alternative to 'rightcol'.  Allows stuff on the right-side to wrap around whatever is on the left-side*/
	margin:0 10px 0 12px;
	line-height:14px;
}
.rightcol_wrap li { /* stupid ie -STILL- isn't standards compliant, so this only works in firefox and other standards compliant browsers. */
	margin-left:28px;
}

.dcap {
	float:left;
	margin-top:0px;
	margin-right:5px;
	color:#56b7d7;
	padding-top:2px;
	font-size:56px;
	line-height:48px;
	font-weight:normal;
	font-family: "Arial";
}
.error {
	color:#c00;
	font-size:12px;
}
table.form3 {
	width: 100%;

}
table.form3 tr td {
	padding-right:30px;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	padding: 6px 0 6px 0;
}
table.form3 tr td.label {
	padding-right:30px;
	width: 120px;
	padding: 6px 30px 6px 0;
}

fieldset {
		margin-bottom: 15px;
	}
legend {
		font-weight: bold;
		font-size: 140%;
		color: #1F5647;
		padding: 3px 8px;
	}	
table.chart {
		width: 100%;
		padding: 0;
		margin: 0;
	}
td.chart {
		border-bottom: 1px solid #B3B3B3;
	}
td.chart .left {
		border-bottom: 1px solid #B3B3B3;
		width :70%
	}
	
tr.alt {
		background-color: #EFE;
	}


