html,body {
	margin:0;
	width:100%;
	height:100%;
}
h1 {
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding:0;
	text-indent:20px;
}
h2 {
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding:0;
	text-indent:20px;
}
h3 {
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding:0;
	text-indent:20px;
	margin:20px 0 0 0;
}
caption {
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	background-color: #cecaa5;
	padding: 4px;
}
.mainTbl {
	width:100%;
	height:100%;
}
.lftCol {
	background-image:url(images/lft_shad.gif);
	background-position:top right;
	background-repeat:repeat-y;
	width:auto;
	background-color:#cecaa5;
}
.midCol {
	width:770px;
	vertical-align:top;
	background-color:#ffffff;
}
.midCol p {
	font-family:verdana;
	font-size:11px;
	color:#000000;
	padding:10px 10px 20px 0;
	margin:0 0 0 20px;
	line-height:20px;
}
.midCol p a {
	color:#82552C;
}
.midCol p a:hover {
	background-color:white;
	color:#000000;
	text-decoration:none;
}
.rtCol {
	background-image:url(images/rt_shad.gif);
	background-position:top left;
	background-repeat:repeat-y;
	width:auto;
	background-color:#cecaa5;
}
.quote {
	font-family:verdana;
	font-size:11px;
	color:#000000;
	margin:10px 15px 0 15px;
	line-height:18px;
}
.quotie {
	font-family:verdana;
	font-size:11px;
	color:#000000;
	margin:10px 15px 0 15px;
	line-height:18px;
	text-align:right;
}
ul {
	margin: 10px 20px 0 50px;
    padding: 0;
}
li {
	padding: 0 0 5px 0;
    line-height:15px;
    font-family:verdana;
	font-size:11px;
	color:#000000;
}
#btnBox {
	background-color:white;
	text-align:center;
}
#fadeBar {
	background-image:url(images/fade_bar_bg_sm.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	height:21px;
	border-bottom:1px solid white;
	margin:0 0 10px 0;
}
#ftr {
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	text-align:center;
	background-image:url(images/ftr_fade_bg.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	background-color:#CACDD2;
	height:181px;
}
#ftr a {
	color:#666666;
	text-decoration:none;
}
#ftr a:hover {
	text-decoration:underline;
}
.bdyRtCol {
	width:200px;
	background-color:#FCE0C8;
	border-left:1px solid white;
	vertical-align:top;
}
.formTbl {
	width:80%;
	border-collapse:collapse;
	border:1px solid #BCB2B1;
}
.formTbl td {
	font-family:verdana;
	font-size:11px;
	color:#000000;
	border:1px solid #BCB2B1;
}
.formTbl th {
	font-family:verdana;
	font-size:11px;
	color:#000000;
	border:1px solid #BCB2B1;
	background-color:#cccc99;
}
.formTbl input,select,textarea {
	background-color:#FAF8E1;
	border:1px solid #625861;
	font-family:verdana;
	font-size:11px;
	color:#000000;
}
.stepTbl {
	width:90%;
	background-color:#D8D6A5;
	margin-bottom:10px;
}
.stepTbl td {
	font-family:verdana;
	font-size:10px;
	color:#ffffff;
	padding:7px;
	text-align:center;
}