@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.boxgraphics #container {
	width: 1080px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 


#navbox {
	width: 115px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

#boxlogo {
	width: 102px;
}

#nav {
	font-family:"FS Albert Web Light", Verdana , sans-serif; font-size-adjust:0.48; font-weight:200; font-style:normal;
	font-size: 13px;
	width: 80px;
	padding-left: 29px;
	padding-top: 5px;
	line-height: 17px;
	color: #AFBD22;
}


#anchor {
	width: 650px;
	height: 100px;
}


#mainContent {
	width:555px;
	padding-top: 105px;
	height: 850px;
	margin-left: 220px;
	margin-top: 0px;
} 

#head {
	font-family:"FS Albert Web Light", Verdana , sans-serif; font-size-adjust:0.48; font-weight:200; font-style:normal;
	font-size: 16px;
	color: #AFBD22;
	margin-bottom: 15px;
	width: 536px;
	padding-bottom: 3px;
	border-bottom-color: #7c7c88;
	line-height: 19px;
}

#head1 {
	font-family:"FS Albert Web Light", Verdana , sans-serif; font-size-adjust:0.48; font-weight:200; font-style:normal;
	font-size: 15px;
	color: #7c7c88;
	margin-bottom: 10px;
	width: 536px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7c7c88;
}



#text2 {
	font-family:"FS Albert Web Light", Verdana , sans-serif; font-size-adjust:0.48; font-weight:200; font-style:normal;
	font-size: 14px;
	color: #7c7c88;
	width: 456px;
	line-height: 20px;
	margin-top: 30px;
}



.boxgraphics #footer {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0;
	margin-left: 19px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A0B21B;
	margin-right: 19px;
	height: 90px;
	font-family:"FS Albert Web Light", Verdana , sans-serif; font-size-adjust:0.48; font-weight:200; font-style:normal;
	font-size: 11px;
	color: #AFBD22;
} 


.fltrt { /* this class can be used 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;
}
.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;
}
