.site_wrapper {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #efedde;	
}
 
.top_nav {
	color:#0e80ff;
	text-decoration:none;
	font-family: Century Gothic, Arial;
	font-size: 12px;
	font-weight: bold;
}	  	  
.top_nav a:link, .top_nav a:visited {
	color:#6e6e6e;
	text-decoration:none;
	font-family: Century Gothic, Arial;
	font-size: 12px;
	font-weight: bold;
}
.top_nav a:hover {
	color:#0e80ff;
	text-decoration:none;
	font-family: Century Gothic, Arial;
	font-size: 12px;
	font-weight: bold;
}
.bg_white {
	background-color: #ffffff;
}
.bg_gray {
	background-color: #575757;
}
.bg_lightgray {
	background-color: #b6b6b6;
}

.heading {
	color:#243f74;
	font-family: Century Gothic, Arial;
	font-size: 13px;
	font-weight: bold;
}

.sub_heading {
	color:#fdb302;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.sub_heading a:link, .sub_heading a:visited {
	color:#fdb302;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
.sub_heading a:hover {
    color:#949494;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}


.text {
	color:#6e6e6e;
	font-family: Century Gothic, Arial;
	font-size: 11px;
	font-weight: bold;
}
.text a:link, .text a:visited {
	color:#6e6e6e;
	font-family: Century Gothic, Arial;
	font-size: 11px;
	font-weight: bold;
}
.text a:hover {
    color:#949494;
	font-family: Century Gothic, Arial;
	font-size: 11px;
	font-weight: bold;
}

.text_link, .text_link a:link, .text_link a:visited {
	color:#243f74;
	font-family: Century Gothic, Arial;
	font-size: 10px;
	font-weight: bold;
}
.text_link a:hover {
    color:#949494;
	font-family: Century Gothic, Arial;
	font-size: 10px;
	font-weight: bold;
}

table.border{
	border: 1px solid #575757;

}
.text_sm {
	color:#707070;
	font: 9px Arial;
}

.footer, .footer a:link, .footer a:visited {
	color:#747f83;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}

.footer a:hover {
	color:#f37731;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}

/* form */


.formfield{
    text-align: left;
	width: 160px;
	height:18px;
	border: 1px solid #747f83;
	background-color: #d9d7ce;
	color:#747f83;
	font: 12px Tahoma, Arial;
}
