/* CSS sheet for testing purposes */

body {
	background-color: rgb(16,1,2);
	background-image: url("../images/Background.jpg");
	line-height: 125%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #605000;
}

nav {
	height: 100%;
	min-height:640px; /* Fits the minimum height of the wrapper */
	width: 250px;
	float: left;
	background-color: #D2B48C;
	overflow-x: hidden;
	padding-top: 60px;
}

nav ul {
	padding-top: 20px;
	padding-left: 5px;
	list-style-type: none;
}

nav li{
	padding: 0;
	margin: 0;
}

nav ul a{
	display: block;
	width: 200px;
	height: 25px;
	line-height: 25px;
	color: #716000;
	font-weight: bold;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	text-indent: 20px;
}

nav ul li.active-page{
	background-image: url('/images/NavActive.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

nav ul a:hover{
	background-image: url('/images/NavArrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

nav ul li a.active-page{
	font-size: large;
}

.wrapper {
	background-color: #F5DEB3;
	width:80%;
	margin: 30px auto 30px auto;
	border: 6px ridge #FFD700;
	min-height: 700px;
	max-width:1200px;
}

.mainhead{
	margin-left: 250px;
	text-align: center;
}

.main {
	margin-left: 250px;
	padding: 0px 10px;
}

section {
	padding: 0px 20px 0px 20px;
	margin: auto;
	text-align: center
}

h1 {
	color: #654321;
	text-align: center;
}

p {
	/*text-align: justify;*/
	padding: 0px 15px 0px 15px;
}

.button {
	background-color: #F6DFB5;
	border: 4px ridge #DDB000;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
}

.button:link {color: #654321;
	padding: 7px 15px 7px 15px
}

.button:hover {color: #654321;
	background-color: #E6CFC5
}

.button:active {color: #654321;
	border-style: inset;
	background-color: #E6CFC5;
}

.button:visited {color: #654321;
}

/**/

.bigbutton {
	background-color: #F6DFB5;
	border: 4px ridge #DDB000;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #654321;
	display: block;
	min-height: 450px
}
.bbimgleft {
	max-height: 400px;
	max-width: 300px;
	height: auto;
	width: auto;
	float: left;
	object-fit: contain;
}

.bbimgright	{
	max-height: 400px;
	max-width: 300px;
	height: auto;
	width: auto;
	float: right;
	object-fit: contain;
}

.bigbutton:link{color: #654321;
}

.bigbutton:hover {color: #654321;
	background-color: #E6CFC5
}

.bigbutton:active {color: #654321;
	border-style: inset;
	background-color: #E6CFC5;
}

.bigbutton:visited {color: #654321;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.alert {
	background-color: #F5DFB5;
	border: 4px double #DD0000;
	width: 75%;
	margin: auto;
	text-align: center;
}

.rulediv {
	background-image: url('/images/Rule.gif');
	width: 468px;
	height: 22px;
	margin: 20px auto 20px auto;
}

/*Below is formatting for elements for specific pages*/

/*INDEX PAGE*/

#dedication {
	text-align: center;
	margin-bottom: 30px;
}
#dedication p{
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.enterlink{padding:30px 15px 0px 15px;
}
