@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #756C64;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}

#container {
	width: 900px;
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0px;
} 


#mainContent {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
} 
p {
	font-size: 10px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #756C64;
}
a:hover {
	color: #CCCCCC;

}
h1 {
	color: #3A3732;
	font-size: 34px;
	font-weight: normal;
	padding-bottom: 20px;
	margin: 0px;
}
h2 {
	color: #666666;
}

ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 15px;
}

li {
	font-size: 12px;
	text-decoration: none;
	padding: 10px 0px 0px;
	color: #000000;
}


.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;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #mainContent a {
	color: #3A3732;
}
.leftimage {
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

