/* 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;
}

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{
	list-style-type: disc;
	list-style-image: url('/images/NavArrow.gif');
}

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: rgb(101,67,33);
	text-align: center;
}

p {

}

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

.button:link {color: brown;}

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

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

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

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