/*-------------------- Generics --------------------*/

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, /*blockquote,*/ pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-weight: inherit;
	font-style: inherit;*/
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	/*text-align: left;*/
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/*-------------------- End Generics --------------------*/

/*-------------------- General Styles --------------------*/

body {
	background-image: url(../images/bodybackgroundrpatternGreen.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #413b21;
}

#body-wrapper {
	padding: 0px;
	width: 1000px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 30em;
}

#fullcontentwrapper {
	padding: 0px;
	margin: 0px;
	width: 1000px;
	position: relative;
	float: left;
	clear: both;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../images/bodybackgroundpatternRed.jpg);	
}

#masthead {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../images/headerbgrdMAINbig.jpg);
	height: 121px;
	float: left;
	background-repeat: no-repeat;
}


h1, h2, h3, h4, h5, h6, p, a {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 1.1em;
	font-weight: lighter;
	line-height: 1.5em;
	color: #ffffff;
	padding-bottom: 0px;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #732125;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
	background-color: #732125;
}

.h1titles {
	background-color: #D39958;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
}

#titleimages { /* To keep the top title elements in place*/
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.25;
	color: #732125;
	padding-bottom: 0px;
	letter-spacing: 0.1em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #732125;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 12px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


h3 a:link {
	color: #000;
	text-decoration: underline;
}


h3 a:visited {
	color: #3F3F3F;
}

h3 a:hover {
	text-decoration: underline;
	color: #999999;
}

h3 a:active {
	color: #999999;
}

h4 {
	margin-left: 10px;
	border: 1px solid #732125;
	margin-right: 700px;
	text-transform: uppercase;
	background-color: #732125;
	color: #D39958;
}
h5 {
	font-size: 14px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

ol {
	list-style-type: decimal;
}


ul {
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: disc;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
img{
	border-style: none;
	padding-right: 0px;

}



/*-------------------- MAIN BODY LINK STATES --------------------*/
a:link {
	color: #992C32;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:visited {
	color: #BF373E;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #BF373E;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:active {
	color: #BF373E;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*-------------------- Blockquote --------------------*/

.blockquote {
	color: #732125;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: left;
	margin-left: 5px;
	background-image: url(../images/quotetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.5em;
}

.blockquote p {
	padding: 10px 15px 10px 35px;
	margin-right: 5px;
	line-height: 1.5em;
	background-image: url(../images/quotebottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-style: italic;
}
/*-------------------- End Blockquote --------------------*/

/*-------------------- End General Styles --------------------*/


/*-------------------- Main Sidebar Navigation --------------------*/
#sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	background-repeat: repeat;
	background-position: left top;
	padding-top: 0px;
	background-image: url(../images/bodybackgroundpatternRed.jpg);
	float: left;
	margin-top: 0px;
	left: 0px;
	clear: none;
	position: relative;
	width: 17%;
}
#sidebar a {
	color: #D39958;
	text-decoration: none;
	display: block;
	padding: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #90292e;
	border-bottom-color: #90292e;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: center;
}
#sidebar a:hover {
	background-color: #90292e;
}

#maincontent {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #D39958;
	float: right;
	width: 80%;
	min-height: 550px;
	clear: right;
}

#maincontent ul{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
}

/*-------------------- Table of Contents --------------------*/
#tableofcontents {
	margin: 0px;
	padding-left: 10px;
}

#tableofcontents ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

#tableofcontents li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.8em;
	margin-left: 0px;
	border-left-width: 1.25em;
	border-left-style: solid;
	border-left-color: #732125;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: .5em;
}

#tableofcontents li:hover{  /* For Left Border Box effect */
	border-left-width: 1.25em;
	border-left-style: solid;
	border-left-color: #BF373E;
}
#tableofcontents a:hover{  /* To remove link underline*/
	text-decoration:none;
}
/*-------------------- End Table of Contents --------------------*/

/*-------------------- Right Side Box Inserts --------------------*/
#rightcalloutbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #732125;
	background-color: #DBAB77;
	background-position: right;
	width: 300px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 80px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: thin solid #413b21;
	position: relative;
}

#rightcalloutbox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2em;
	color: #F8E4E6;
	letter-spacing: 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #732125;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: -10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #732125;
	text-transform: uppercase;
	text-align: center;
}

#rightcalloutbox p{
	font-size: 1em;
	line-height: 1.4em;
	padding: 5px 5px 10px 5px;
}
/*-------------------- End Right Side Box Inserts --------------------*/

.bodyimgfloatleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 1em;
	padding-left: 10px;
	margin-top: 0px;
	line-height: 1.5em;
}
.bodytextQuotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #413b21;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	text-align: left;
	line-height: 1.75em;
}

.bodytextQuotesPunctuation {
	font-size: 1.75em;
	font-weight: bold;
}

.firstlettermaincontent {
	font-size: 3em;
	color: #732125;
	line-height: 1em;
}

.MainImagePadding {
	color: #C18841;
	margin-top: 0px;
	margin-right: -15px;
	margin-bottom: 0px;
	margin-left: -15px;
	background-position: left;
	float: right;
	width: 830px;
}
#tdbody {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #D39958;
}

.horizontalbanner { /* To keep the horizontal banner pictures in place*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 10px;
}

#sidebarRightImages {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#flagsdivTable {
	margin: 0px;
	padding: 0px;
	width: 700px;
}

#flagsdivTable p {
	margin: 0px;
	padding: 0px;
}

#artifacts {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	position: relative;
	width: 100%;
}

#artifacts h2{
	float: left;
	position: relative;
	clear: both;
	margin: 50px 10px 0px 0px;
	padding: 0px;
}

#artifacts h3{
	float: left;
	position: relative;
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	background-color: #DBAB77;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #732125;
	border-right-color: #732125;
	border-bottom-color: #732125;
	border-left-color: #732125;
}

#artifacts img{
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	clear: left;
	position: relative;
}


#artifacts ul{
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: left;
	position: relative;
	clear: left;
	border: thin solid #732125;
	background-color: #DBAB77;
	width: 95%;
}

#artifacts li{
	float: left;
	clear: left;
	width: 95%;
	padding: 10px 10px 0px 10px;
}

#artifacts p{
	float: left;
	clear: left;
	width: 95%;
	margin: 10px 0px 10px 0px;
	padding: 0px;

}

.backtotop {
	padding: 10px;
	clear: both;
	float: left;
}
.referenceList {
	background-color: #DBAB77;
	border: thin solid #732125;
	width: 85%;
	margin-left: 10px;
	list-style-position: inside;
	padding: 1em;
	line-height: 2em;
}

.clear {
	clear:both;
	content: "";
}


#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	color: #A42F35;
	background-image: url(../images/footer_rounded_big.jpg);
	height: 41px;
	width: 1000px;
	line-height: 40px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer a:link {
	color: #AF3238;
	text-decoration: none
}
#footer a:visited {
	text-decoration: none;
	color:#A42F35
}
#footer a:hover {
	text-decoration: none;
	color:#FFFFFF
}
#footer a:active {
	text-decoration: none;
	color: #FFFFFF;
	height: auto;
}

