/* CSS Document */

body {	
	background: url(Images/banner.jpg) scroll left top repeat-x;
	background-color: #ffdaa3;
	margin: 0 0 0 0;
	font: 62.5% Georgia, Times New Roman, Times, serif;
}
.bannerText1 {
	font-size: 3em;
	font-weight: bold;
	color: #031337;
	margin: 21px 0px 0px 75px;
	text-indent: 0;
	line-height: normal;
}
.bannerText2 {
	font-size: 2.5em;
	font-style: italic;
	font-weight: bold;
	color: #274009;
	line-height: normal;
	margin: 0 0 0 115px;
	text-indent: 0;
}

.essaytext {
	font-size: 1.4em;
	color: #274009;
	margin-top: 5px;
	margin-bottom: 0;
	text-indent: 2em;
	line-height: 150%;
	text-align:justify;
	margin: 0 4px 4px 4px;
	width: 480px;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #274009;
	text-decoration: none;
}
a:hover {
	color: #031337;
	background: #a26000;
}

.captionTxt {
	font-size: .75em;
	line-height: normal;
	color: #274009;
	margin: 0px 0px 5px 4px;
}

.creditText {
	font-size: x-small;
	color: #274009;
	line-height: normal;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 3px;
}


.catalogText {
	font-size: 1em;
	color: #274009;
	text-align: right;
	margin: 0px 0px 35px 4px;

}

.catalogHeading {
	font-size: 1.2em;
	color: #274009;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 4px;
}

ul#mainNav {
	margin-left: 0;
	margin-top: 0;
	padding: 0;
	list-style: none;
}

#mainNav a {
	text-decoration: none;
	color: #274009;
	font-size: 1.1em;
	text-transform: uppercase;
	display: block;
	padding: 8px 8px 8px 8px;
}

#mainNav a:hover {
	color: #031337;
	background: #a26000;
}

a#nolink {
	color: #274009;
	border-left: none;
	border-right: none;
	font-weight: bold;
	text-align: center;
	margin-top: 3.5em;
}

a#nolink:hover {
	background: #ffdaa3;
	color: #274009;
	}



