@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background: url(../images/background_lake_1050x800_faded_med.jpg);
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #0033FF;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 960px;
	background: #EDF4FE;
	margin: 25px auto 0px;
	border: thin solid #FFF;
}


#FBtop {
	float: left;
	height: 20px;
	width: 600px;
}
#sharetop {
	float: right;
	height: 20px;
	width: 125px;
	padding-top: 3px;
}


/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #EDF4FE;
	height: 125px;

}
.hmenu {
	background-color: #EDF4FE;
	height: 40px;
}
.content {
	padding: 10px 10;
	width: 960px;
	float: right;
	background-color: #FFF;
	text-align: justify;
}
#contentTop {
	height: 25px;
	width: 780px;
	background-color: #EDF4FE;
	float: right;
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
	text-align: justify;
}
.container .content ol li {
	padding-bottom: 20px;
}


.prefooter {
	font-size: x-small;
	color: #000;
	text-align: justify;
	background: #EDF4FE;
	float: right;
	padding-bottom: 10px;
	width: 960px;
	padding-top: 10px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px;
	background: #111F4F;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	color: #FFF;
	font-size: small;
	text-align: center;
}
