@charset "UTF-8";
/* CSS Document */

a {
	outline: none;
} /* removes dotted line from around links in FF */
html, body, div, span, applet, object, iframe, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #231f20;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 945px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #a6a6a6;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background-image: url(images/mainContentBkgd.jpg);
	background-repeat: repeat-x;
	width: 905px;
	text-align: left;
}
#header {
	margin: 0 auto;
	background-image: url(images/hdr.jpg);
	width: 945px;
	height: 100px;
}
#nav {
	margin: 0 auto;
	background-image: url(images/navBkgd.jpg);
	width: 925px;
	height: 23px;
	background-repeat: repeat-x;
	font-size: 10px;
	line-height: 22px;
	font-style: normal;
	text-align: right;
	padding: 3px 20px 0 0;
	color: #FFFFFF;
	letter-spacing: .5px;
}
#footer {
	margin: 0 auto;
	background-image: url(images/footerBkgd.jpg);
	background-repeat: repeat;
	height: 60px;
	width: 945px;
	text-align: center;
}
#footer p {
	font-weight:normal;
	font-size: 9px;
	text-align: center;
	color: #000000;
	padding-top: 3px;
}
#footerLft {
	background-image: url(images/footerRt.jpg);
	height: 60px;
	width: 15px;
	float: right;
}
#footerRt {
	background-image: url(images/footerLft.jpg);
	height: 60px;
	width: 15px;
	float: left;
}
.photo {
	padding-left: 20px;
	float: right;
}
.photoTable {
	padding-left: 10px;
}
.border {
	border: 2px;
	border-color: #bb8d09;
}
.centerMark {
	width: 100%;
	text-align: center;
	padding-top: 80px;
}
.centerMark h2 {
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
}
.leftMark {
	float: right;
	width: 240px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-left: 600px;
}
.leftMark h2 {
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.caption {
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}
.tableContent {
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
}
#captionPhoto {
	font-size: 9px;
	line-height: 12px;
	font-style: italic;
	padding: 0;
	text-align: center;
}
#testDiv {
	margin: 0 auto;
	height: 60px;
	width: 945px;
	text-align: center;
	background-color: #FF0000;
}
p {
	font-size: 12px;
	line-height: 22px;
	font-style: italic;
}
h2 {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
}
h3 {
	font-size: 12px;
	line-height: 22px;
	font-style: normal;
	font-weight: bold;
}
li {
	font-size: 12px;
	line-height: 22px;
	font-style: italic;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
#mainContent a:link {
	color: #000000;
	text-decoration: none;
}
#mainContent a:visited {
	text-decoration: none;
	color: #000000;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #FF0000;
}
#mainContent a:active {
	text-decoration: none;
}
