/* CSS Document */

body {
	background-color: #969696;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.common_text{
	font-size: 12px;
	color: #969662;
	text-align: left;
}
#headercontent #bannertext {
	position: relative;
	height: 30px;
	width: 350px;
	font-weight:bold;
	font-size: 12px;
	color: #969662;
	left: 50px;
	top: 40px;
}

.common_text_black {
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.common_headers{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.larger_headers{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.footerwhite {
	font-size: 12px;
	color:#ffffff;
	text-align: left;
}
	.footerwhite a {
	color:#ffffff;
	text-decoration:none;
	text-align: left;	
		
	}
	.footerwhite a:hover {
		color:#ffffff;
		
	}
#headercontent {
	width: 932px;
}
.image {
	margin: 5px;
	padding: 5px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	position: relative;
	text-align: center;
}
.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;
}
.floatleft {
	float: left;
	position: relative;
}
