body {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin:0px;
	text-align:center;
	height:100%;
}
form {
	margin:0px;
	padding:0px;
}
/* spam control */
div.info {
	display:none;
}
img {
	border:0px;
}
img.right {
	float:right;
	padding-left:10px;
}
img.left {
	float:left;
	padding-right:10px;
}
h1 {
	font-size:180%;
	font-weight:normal;
	color:#934e00;
}
h2 {
	font-size:120%;
	font-weight:normal;
	color:#95968f;
	text-transform: uppercase;
}
hr.line {
	border:none;
	background:#CCC;
	color:#CCC;
	height:1px;
}
a:link,
a:visited,
a:active {
	color:#4172aa;
	text-decoration:none;
}
a:hover {
	color:#1c426d;
	text-decoration:underline;
}

#container {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size:120%;
}

/* header */
#topbar {
	text-align:right;
	border-bottom: solid 3px #FFFFFF;
	background: #26384f;
	color:#3e526b;
	padding: 4px 10px;
	vertical-align:middle;
}
#homeheader {
	background: url(/images/fmt_headerback1.jpg) repeat-x #b1b2ad;;
	height:255px;
	border-bottom: solid 3px #737470;
	margin-bottom: 4px;
}

a.topbartext:link,
a.topbartext:visited,
a.topbartext:active {
	color:#9fa09b;
}
a.topbartext:hover {
	color:#9fa09b;
	border-top: solid 2px #9fa09b;
	text-decoration:none;
}

/* inside */
#insideheader {
	background: url(/images/fmt_headerback2.jpg) repeat-x #b1b2ad;;
	height:148px;
	border-bottom: solid 3px #737470;
	margin-bottom: 4px;
}

/* home page */
.subnav {
	margin-right:15px;
	margin-bottom:3px;
	vertical-align:middle;
}
.subnav+span {
	
}
#welcome {
	font-size:110%;
	padding-bottom:15px;
	border-bottom: solid 2px #c1cad6;
}

/* footer */

#footer {
	clear: both;
	background: #26384f;
	border-top: solid 3px #95968f;
	margin-top: 10px;
	padding:10px;
	font-size: 90%;
	color: #9fa09b;
	height: 50px;
}

#bottomnav {
	font-size: 90%;
	text-align: center;
	margin:10px 0px;;
}

/* navigation */

#navigation {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	background: url(/images/fmt_navback.gif) no-repeat #29333c;
	height:28px;
	width:100%;
}
.navcell {
	padding-top:5px;
	text-align:center;
}
a.navtext {
	color:#c2d6ce;
}

/* main */

#leftpane {
	width:532px;
	background:#FFFFFF;
}
#rightpane {
	width:215px;
	background:#f1f1f0;
}
#maincontent {
	margin-top:15px;
	min-height:300px;
}

/* classes */

a.sitemap:link,
a.sitemap:active,
a.sitemap:visited {
	border: solid 1px #d2d3cd;
	padding:1px 2px;
}
a.sitemap:hover {
	border: solid 1px #d2d3cd;
	background:#f1f1f0;
	text-decoration:none;
	padding:1px 2px;
}

div.promoBanner {
	padding-bottom: 5px;
}

.rp_header {
	background: url(/images/rp_headerback.gif) repeat-y #9fa09b;
	border-bottom: solid 2px #FFFFFF;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:120%;
	font-weight:bold;
	padding-left:12px;
	padding-top:5px;
	color:#f1f1f0;
	height:23px;
}
.rp_standard {
	background:#f1f1f0;
	border-bottom: solid 2px #FFFFFF;
	padding:12px 15px;
	color:#737470;
	font-size:90%;
}
.rp_image {
	width:215px;
	border-bottom: solid 2px #FFFFFF;
	padding:5px 0;
}
.txtbutton {
	padding:2px 10px;
	font-style: italic;
	font-weight: bold;
}
a.txtbutton:link,
a.txtbutton:visited,
a.txtbutton:active {
	color:#f1f1f0;
	text-decoration:none;
	background: url(/images/btn_background1.gif) repeat-x #95968f;
}
a.txtbutton:hover {
	color:#f1f1f0;
	text-decoration: none;
	background: url(/images/btn_background2.gif) repeat-x #7b7c76;
}

img.systemstepimg {
	float:left;
	padding-right:5px;
}

.header1 {
	clear:both;
	font-size:110%;
	font-weight:bold;
	padding:3px;
	margin: 16px 0px 5px 0px;
	background:#f1f1f0;
	border-left: solid 3px #9fa09b;
}
.testimonial {
	clear:both;
}
.column2 {
	float:left;
	width:240px;
}
.colhorizdiv {
	margin-right: 10px;
	padding-right: 10px;
	border-right: dotted 1px #999;
}
.indented_lf {
	padding-left:10px;
}
.indented_rt {
	padding-right:10px;
}
.indented {
	padding-left:10px;
	padding-right:10px;
}
.txtbrown {
	color:#934e00;
}
.txtgrey {
	color:#95968f;
}
.txtsmall {
	font-size:90%;
}
.txtsmaller {
	font-size:80%;
}
.txtsmallest {
	font-size:70%;
}
.txtbig {
	font-size:110%;
}
.txtbigger {
	font-size:120%;
}
.txtbiggest {
	font-size:130%;
}

