@charset "utf-8";
/******** sitename body elements ********/


* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

body {
	background-color: #E6E6E6;
	font-family: "Trebuchet Ms",arial, verdana, tahoma;
	font-size: 1em;
	line-height: 1.5em;
	color: #3d3d3d;
}

.maincontent
{
margin-left:auto;
margin-right:auto;
}

/******** sitename layout elements ********/

.fasterwebapps_wrapper {
	width: 780px;
	margin: 0px auto;
	background:#FFFFFF;
}

.header {
	margin: 0px 0px 0px 0px;
	height: 87px;
	background: #ffffff no-repeat top center;
	text-align: right;
}

.header-flash {
	margin: 0px 0px 0px 0px;
	background-color: #666666;
	text-align: center;
}

.header-menu { 
/*	font-weight:bold;*/
	background: #f1f2f4;
	height: 33px;
	font-size: 7.2pt;
	text-transform: uppercase;
	padding: 1em 1em 0em 1em;
/*	border-bottom: 5px solid #333333;*/

}

.content {
	margin: 0px 0px 0px 520px;
	padding: 1.5em 1.5em 1em 1.5em;
	background: #FFFFFF;
	text-align: center;
}

.content p{font-size: 10pt;}

.contentleft-bottom {
	font-size: 10pt;
	float: left;
	padding-left:10px;
	padding-right:10px;
	width: 218px;
	border-right: 1px dashed #c3c6cd;
}

.contentright-bottom {
	font-size: 10pt;
	margin: 0px;
	float: right;
	padding: 1.2em 1.2em 1.2em 1.2em;
	width: 218px;
	border-left: 1px dashed #c3c6cd;
	text-align: left;
}

.contentright-bottom img{ 
	margin: 8px 8px 6px 0px;
	float: left;
}

.contentcenter-bottom {
	font-size: 10pt;
	float:left;
	width:250px;
	padding-left:15px;
}


.left {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 493px;
	padding: 1.5em 0em 1em 1.5em;
	background: #ffffff url(../media/images/leftcol-bgtop.gif) no-repeat top left;
}

.left p{ 	font-size: 10pt;}

.footer {
	margin: 0px 0px 0px 0px;
	padding: 1.5em;
	background-color: #f1f2f4;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	border-top: solid 2px #c0c7cd;
}

.credlinks{
	margin: 0px 0px 0px 0px;
	font-size: .85em;
	text-align:center;
	height: 50px;
	background: #ffffff url(../media/images/bg-bottomshade.gif) no-repeat top left;
	padding: 1em;
}

.menu-align-right{ 
	text-align: right;
	}
.menu-align-left{ 
	text-align: left;
	}
.menu-align-center{ 
	text-align: center;
	}

/******** sitename document styles ********/

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}

h2 {
	margin: 0px 0px 15px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10.8pt;
	color: #2f5ac4;
/*	text-transform: uppercase;	*/
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #044273;
	text-transform: uppercase;	
}	

h4 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	text-transform: uppercase;	
	color: #87800d;
}	
h5 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}	


a, a:active, a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

p {
	margin: 0px 0px 15px 0px;
}

.footer p {
	margin: 0px;
	font-size: 1em;
	line-height: 1.2em;
}

img{ 
	margin: 8px 8px 6px 0px;
/*	float: left;*/
	}
/******** sitename list styles style ********/

ul li {
	margin: 0px 0px 0px 15px;
	list-style: url(../media/images/bullet-list-img.gif);
}

ul ul {
	margin: 0 0 15px 0;
}

.coder{ display:none;}