﻿body {
	width: 100%;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	background-attachment: scroll;
	background-color: #4473B9;
	background-repeat: repeat-x;
}
#container {
	margin: 0px;
	text-align: center;
}
#masthead {
	position: relative;
	top: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#content {
	position: relative;
	top: 0px;
	font-size: 14px;
	text-align: center;
}
#footer {
	position: inherit;
	top: 0px;
	background-color: #294672;
	margin-top: 30px;
	padding-top: 30px;
	font-size: 14px;
	color: white;
	text-align: center;
}
/* Masthead Styles */
#masthead img {
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	border: 0px;
}
/* Content Styles */
h6 {
	color: white;
}
h5 {
	color: white;
}
h4 {
	color: white;
}
h3 {
	color: white;
}
h2 {
	color: white;
}
h1 {
	color: white;
}
#content img {
	padding: 0px;
}
/* Footer Styles */
#footer p {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
}
#footer img {
	border: 0px;
}
#footer a {
	color: white;
	text-decoration:none;
}
#footer a:hover {
	text-decoration: underline;
	color: #F1C300;	
}
/* Link Styles */
a {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: #F1C300;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/*Snag It Style*/
.auto-style24 a:hover {
	color: #F1C300;
	text-decoration: underline;
}
/*buttons*/
.share-buttons{
	list-style: none;
}

.share-buttons li{
	display: inline;
}

