@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 1.5;
}

html {
	margin: 0;
	padding: 0;
}

div {
	margin: 0;
	padding: 0;
}

#bgshadow {
	margin: 0 auto;
	width: 800px;
	background-image: url(images/bgshadow.jpg);
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header {
	margin: 0;
	padding: 0;
}

#mainContent {
	margin: 0;
	padding: 0;
}

.oneColFixCtrHdr #mainContent p {
	text-align: justify;
	padding: 0 30px;
	font-size: 12px;
}

#mainContent h1 {
	padding: 30px 0 0 30px;
	font-size: 14px;
	margin: 0 0 -10px 0;
}

#mainContent h2 {
	padding: 30px 30px 0 30px;
	font-size: 12px;
}

#mainContent ul {
	padding: 0 30px 0 30px;
	list-style-type: none;
}

#mainContent li {
	font-size: 0.9em;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; 
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
}

.floatleft {
	float: left;
}

.floatleft_new {
	float: left;
	margin-right:10px;
	margin-bottom: 20px;
}

.floatright {
	float: right;
}

.currentpage a {
	background-color: #400058;
}

.acmargin {
	margin: 35px 20px 0 0;
}

.oneColFixCtrHdr #nav {
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
}
#nav ul {
	background-color: #90300E;
	color: #FFFFFF;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ffffff;
}

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}	
#nav ul li a {
	font-variant: normal;
	background-color: #90300E;
	padding: 7px 10px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #FFFFFF;
	background-color: #400058;
}

#nav li a#current {
	background-color: #400058;
}

#scphotos {
	padding: 0;
	margin-top: 50px;
	margin-left: 21px;
}

#scphotos img {
	border: 0;
	padding: 0;
}

.padtop {
	padding-top: 0px;
	padding-right: 15px;
}

.directphoto {
	padding-right: 15px;
	padding-top: 0px;
}

.fltleftpad {
	padding-left: 15px;
	padding-top: 5px;
}

#mainContent h3 {
	font-size: 0.7em;
}
.style1 {font-size: 0.9em}	

#replay {
	padding: 0 30px;
}


.replayheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	margin-bottom: 20px;
}

.replayheads a {
	text-decoration: none;
	color: #90300E;
}

.replayheads a:hover {
	color: #F97209;
}

.story {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

#mainContent a {
	color: #400058;
	text-decoration: none;
}

#mainContent a:hover {
	color: #90300E;
}

#form1 td {
	font-size: 0.8em;
}

#mainContent img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.caption {
	float: right;
	margin: 0;
	padding: 0;
	width: 345px;
	padding-right: 12px;
}

.lgtext {
	font-size: 1.3em;
}

hr {
	width: 600px;
	margin-top: 40px;
}

#navbottom {
	padding-bottom: 10px;
}

.crownpad {
	padding-right: 0px;
	padding-top: 20px;
}
