@charset "UTF-8";
body  {
	font: Helvetica Neue, Helvetica, Arial; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixLtHdr #container {
	width: 1050px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: xx-large;
	font-weight: bold;
	text-transform: uppercase;
	color: #3D3D3D;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	font-family: "helvetica neue", helvetica;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
	padding-right: 55px;
	padding-bottom: 0;
	padding-left: 0px;
	padding-top: 0px;
} 
img {
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: x-large;
	line-height: 21px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #footer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 0px;
	position: relative;
	bottom: 0px;
	margin: 0px;
} 
a:link {
	font-size: xx-small;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #666666;
	font-family: "Helvetica Neue", Helvetica, Arial;
	margin: 0px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 7px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-transform: lowercase;
	color: #333333;
}
.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;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 8px;
	text-transform: uppercase;
	font-weight: normal;
	color: #666666;
	margin-top: 76px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	line-height: 9px;
}
.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;
}
h2 {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: large;
	font-style: normal;
	line-height: 23px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: x-small;
	font-weight: lighter;
	text-transform: uppercase;
	color: #666666;
	margin: 0px;
	padding: 0px;
	line-height: 9px;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-size: xx-small;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	font-family: "Helvetice Neue", Helvetica, Arial;
}
a:hover {
	text-decoration: none;
	color: #02BCC6;
	font-size: xx-small;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial;
}
a:active {
	text-decoration: none;
	color: #666666;
	font-size: xx-small;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial;
}
h5 {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	float: left;
	clear: none;
	margin-top: 300px;
	margin-left: 160px;
	font-variant: normal;
	text-transform: lowercase;
	line-height: 11px;
}

