/* Has the background image for the diagonal stripes on the left. */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
	margin-bottom: 0;
	margin-left: 100px;
	margin-right: 100px;
	font-size: 1em;
	letter-spacing: 5px;
	text-align: right;
	margin-top: 0;
	padding-bottom: 8px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 50px;
	background-color: #265057;
	color: #ffffff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BB8643;
	border-bottom-color: #BB8643;
}

/* To create the main image near the top of the page. */

#header-image {
	background-color: #336a74;
	background-image: url(images/header_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	margin-left: 100px;
	margin-right: 100px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BB8643;
	border-bottom-color: #BB8643;
}
.main-title {
	font-size: 0.9em;
	font-weight: normal;
}

/* For the main navigation bar for the site. */

#navbar {
	margin-bottom: 0;
	margin-left: 100px;
	margin-right: 100px;
	text-align: center;
	margin-top: 0;
	padding-bottom: 8px;
	padding-top: 8px;
	background-color: #265057;
	color: #ffffff;
	word-spacing: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BB8643;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navbar a:link, #navbar a:visited {
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
}

#navbar a.current {
	color: #BB8643;
}

#navbar a:hover {
	color: #BB8643;
}

/* For the pullquote or other text directly under the navigation bar. */

#headline {
	font-size: 0.8em;
	padding-top: 30px;
	text-align: justify;
	background-color: #C8E7E7;
	padding-left: 100px;
	padding-right: 100px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 0;
	line-height: 1.5em;
}

/* For the byline on the pullquote. */

p.byline {
text-align: right;
margin-bottom: 0;
}

h1 {
	font-size: 1.75em;
	color: #000000;
	letter-spacing: 3px;
	text-decoration: none;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BB8643;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2;
	margin-left: 0;
	text-align: left;
}

/* Contains all the main body of text on the page, including the h2 elements. */

#main-text {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 100px;
	margin-right: 100px;
	font-size: 0.9em;
	line-height: 1.8em;
	background-color: #e1ecee;
}
#headline p {
	margin: 0px;
	padding-bottom: 20px;
	padding-top: 8px;
}

#main-text p {
	text-align: justify;
	margin-left: 50px;
	margin-right: 50px;
}

h2 {
	padding-bottom: 3px;
	padding-right: 0;
	color: #000000;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 1.25em;
	padding-top: 0px;
	text-align: left;
	margin: 0;
}

p, ul, ol, table {
	margin-top: 5px;
	margin-bottom: 0;
}

ol, ul {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
text-decoration: underline;
}

/* Styles for the footer at the bottom of the page */

#footer {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 0.8em;
	padding-right: 50px;
	background-color: #BB8643;
	color: #FFFFFF;
	margin: 0px;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	letter-spacing: 1px;
}
#main-text .signature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	text-align: right;
	margin-right: 50px;
}
#main-text .signature a:link, a:visited, a:active {
	color: #BB8643;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#main-text .signature a:hover {
	text-decoration: underline;
}

#footer a:hover {
text-decoration: underline;
color: #ffffff;
}
