@charset "utf-8";

/* CSS Document */

body {
	background-repeat: repeat;
	margin: 4px;
	background-image: url(images/background_tan.jpg);
}

/*------------------------------Links----------------------*/	
a:link {
	color: #333;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #600;
	text-decoration: none;
}
a:active {
	color: #600;
	text-decoration: none;

}
/*------------------------------Footer----------------------*/	
.footer_credits {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #504C3A;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
.footer_credits a:link {
	color: #504C3A;
	font-size: 9pt;
	font-weight: normal;
	text-transform: uppercase;
}
.footer_credits a:visited {
	color: #504C3A;
	text-transform: none;
}
.footer_credits a:hover {
	color: #600;
	font-weight: bold;
}
.footer_credits a:active {
	color: #600;
}
.footer_alt_credits {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #504C3A;
	text-align: center;
	margin: 0px;
}

/*------------------------------headermenus----------------------*/	

		
.headermenus {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}	
.headermenus a:link {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-transform: none;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
}
.headermenus a:visited {
	color:#FFF;
	text-transform: none;
}
.headermenus a:hover {
	color: #C8892F;
	font-weight: bold;
	text-transform: capitalize;
}
.headermenus a:active {
	color: #C8892F;
}



/*------------------------------Text Styles----------------------*/	

.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align: left;
	line-height: 12pt;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
	display: block;
	text-transform: none;
	letter-spacing: normal;
}
.Text_Larger {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Text_CAPS {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
}
.Text_Headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #514B36;
	font-weight: bold;
}
.Text_HeadlineMED {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #514B36;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #600;
	letter-spacing: normal;
	text-align: left;
	display: block;
	font-style: italic;
	margin-left: 65px;
	padding-left: 65px;
	margin-top: 18px;
	padding-top: 18px;
}



/*------------------------------Photo with white stroke and drop shadow----------------------*/	
.photosMain {
	border: thick solid #FFF;
	box-shadow: rgb(15,15,15) 4px 4px 6px;
	-moz-box-shadow: rgb(15,15,15) 4px 4px 6px;
	-webkit-box-shadow: rgb(15,15,15) 4px 4px 6px;
	text-align: center;
}
.photosLeftNOBORDER {
	text-align: left;
	clear: none;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
.photosLeft {
	border: thick solid #FFF;
	box-shadow: rgb(15,15,15) 4px 4px 6px;
	-moz-box-shadow: rgb(15,15,15) 4px 4px 6px;
	-webkit-box-shadow: rgb(15,15,15) 4px 4px 6px;
	text-align: left;
	clear: none;
	float: left;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}



