@charset "utf-8";
.header {
	background-image: url(images/Header%20Image.png);
	height: 201px;
	background-repeat: no-repeat;
}
.navsidebar {
	float: left;
	width: 25%;
	background-color: rgba(210,238,237,0.5);
	margin-top: 15px;
}
li {
	list-style-type: circle;
}


.content {
	width: 100%;
	background-color: rgb(210,238,237);
	padding-top: 10px;
	border-radius: 15px;
}
.label {
	text-align: right;
	width: 25%;
	clear: left;
	float: left;
	padding-right: 10px;
}

.counter {
	font-size: small;
	font-style: italic;
	display: block;
	margin-left: 27%;
}
.wrapper {
	width: 879px;
	margin-right: auto;
	margin-left: auto;
}

#message_f {
	width: 60%;
}
.footer {
	clear: both;
	width: 879px;
	background-color: rgb(210,238,237);
	margin-top: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.menus {
	width: 879px;
	clear: both;
	height: auto;
}

body {
	background-color: #76CCC9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: x-large;
	text-transform: uppercase;
	text-align: center;
}
h1, h2, h3 {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	border-bottom-style: none;
	background-color: rgb(97,194,192);
	border-right-style: none;
	border-left-style: none;
	margin-right: 5px;
	margin-left: 5px;
	font-style: normal;
	margin-top: 15px;
}
p {
	margin-left: 5px;
	margin-right: 10px;
}
h1, h2, h3 , p, li{
	color: #0C746C;
	font-style: normal;
}
li {
	padding-top: 5px;
}


h2 {
	font-size: large;
	text-transform: uppercase;
}
.paranthetical {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
}
.images {
	display: block;
	clear: both;
	border-radius: 20px;
}

.label {
	text-align: right;
}

h3 {
	font-size: 0.9em;
	margin-top: -20px;
}
li {
	padding-right: 10px;
}
a {
	color: #59746C;
	text-decoration: underline;
}
