@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#wrap {
	width: 819px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#header {
	width: 850px;

}
#rightcol {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 160px;
	
}
#leftcol {
	float: left; /* since this element is floated, a width must be given */
	width: 125px;
	padding: 5px 5px 5px 20px;
	background-color: #eaa145;
	
}

.fltrt { /* tused to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	clear: both;
	background-color: #35698E;
	border-top: 2px solid #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 3px;
	color: #FFFFFF;
	font-size: 10px;
	height: 55px;

}

#footer a:link {
	color: #CCCCCC;
}
#footer a:visited {
	color: #ffffff;
}

#footer a:hover {
	color: #EAA143;
}



#rightcol .fltlft .fltrt form {
	border: 1px solid #333333;
	padding: 3px;
}
a:link {
	color: #34688D;
}
a:visited {
	color: #35698E;
}

a:hover {
	color: #EAA143;
}
.signature {
	font-size: 10px;
}

