﻿
body {
	margin: 0;
	padding: 0;
	background-color: #bcaca7;
	color: #000000;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 1em;
}

#wrapper {
	background-color: #ded6d3;
	margin: 1em auto 1em auto;
	padding: 0px;
	width: 100%;
	max-width: 1300px;
	border: 1px solid #1d1816;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	-moz-border-top-left-radius: 1em;
	-moz-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}

#header {
	overflow: auto;
 	padding: .5em;
	border-bottom: 1px solid #1d1816;
	text-align: center;
	background-color: #574742;
	color: #ded6d3;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	-moz-border-top-left-radius: 1em;
	-moz-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}

.box1 {
	width: 10%;
    	float: left;
	padding-top: 1em; /* --- Adjusts image up or down in the header --- */
	text-align: left;
}

.box2 {
	width: 80%;
	float: left;
	padding-top: 20px;
}

.font1 {
	font-size: 2em; 
	font-weight: bold;
	text-shadow: 2px 2px #1d1816;
}

.font2 {
	font-size: 1.3em; 
	font-weight: bold; 
	text-shadow: 1px 1px #1d1816;
}

.box3 {
	width: 10%;
    	float: right;
	padding-top: 0em; /* --- Adjusts image up or down in the header --- */
}

.topNav {
	background-color: #ded6d3;
	padding-top: .2em;
	padding-bottom: .2em;
 	padding-left: 1em;
	border-bottom: 1px solid #1d1816;
	text-align: center;
	font-size: 1em;
	color: inherit;
}

.topNav a{
	font-weight: bold;
	border: 1px solid #1d1816;
	color: #ded6d3;
	background: #574742;
	display: inline;
	line-height: 17px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 10px; /*link text is indented 8px*/
	padding-right:10px; /*link text is indented 8px*/
	text-decoration: none;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

.topNav a:hover { 
	color: #574742;
	background-color: #ded6d3;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

.topNav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.topNav li {
	display: inline-block;
	padding: .4em .2em;
}

.topNav p{
	margin: 0;
	padding: 0;
	line-height: 2.4em;
}

.nav {
	clear: both;
	float: left;
	width: 200px;
	background-color: #ded6d3;
}

.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.nav ul li {
	padding-bottom: 0px; /*bottom spacing between menu items*/
}

.nav ul li a {
	font: normal 12px Arial;
	color: #ded6d3;
	background: #574742;
	border-top: 1px solid #bcaca7;
	border-bottom: 1px solid #1d1816;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}

.nav ul li a:hover { 
	color: #574742;
	background-color: #ded6d3;
}

#content {
	margin-left: 200px;
 	padding: 1.8em;
	text-align: left;
	vertical-align: top;
	line-height: 1em;
	background-color: #FDFDFB;
}

/* Heading Styles */
#content h1 {
	text-align: left;
	font-size: 1.6em; 
	line-height: 1em;
	color: #1d1816;
}

#content h2 {
	text-align: center;
	font-size: 1.2em;
	line-height: 1em;
	color: #1d1816;
}

#content h3 {
	text-align: left;
	font-size: 1em;
	line-height: 1em;
	color: #1d1816;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: normal;
	text-align: center;
	font-size: .9em;
	background-color: #574742;
	color: #ded6d3;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #1d1816;
}

#footer a:hover {
	color: #ded6d3;
}

img {
	max-width: 100%;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

li { 
	padding-bottom: 10px;
	list-style-type: none;
}

