@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

body,td,th {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
body {
	background-color: #F2F5FF;
	text-align: center;
}

/*div formatting*/

#page {
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #967E49;
	border-left-color: #967E49;
}
#header {
	text-indent: -9000px;
	background-image: url(header.jpg);
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
}
#left {
	width: 310px;
	float: left;
	font-size: 85%;
	color: #666666;
	padding: 15px;
	text-align: center;
}
#left a {
	color: #000066;
	text-decoration: underline;
}
#wide {
	padding: 15px;
}
#right {
	margin-left: 340px;
	font-size: 85%;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-top: 15px;
}
#right h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: lighter;
}
#right ul, ol {
	margin-left: 3em;
	padding-bottom: 1em;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #BFD1FF;
}
#footerbox {
	font-size: small;
	text-align: center;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-style: italic;
}
/*Navigation formatting*/

#navigation {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #967E49;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	display: inline;
}
#navigation a {
	text-decoration: none;
	color: #e8ddcb;
}
#navigation a:hover {
	text-decoration: underline;
	color: #000000;
}
.nav {
	padding: 5px;

}

.nav:hover {
	background-color: #C5B389;
}

/*HTML element formatting
*/
blockquote {
	font-style: italic;
	font-weight: lighter;
	margin-right: 30px;
	margin-left: 30px;
}

p {
	line-height: 1.4em;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}
a {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
input {
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 3px;
}

