/* Center the webpage and allow it to have a certain flexibility*/


a{
	font-weight: normal;
	font-size: 12pt;
	font-style: normal;
	color:black;
	text-decoration: none;
	text-shadow: none;
}

.accordion-toggle {
	cursor: pointer;
}

.accordion-content {
	display: none;
}

.accordion-content.default {
	display: block;
}

article{
	float: left;
	text-align: left;
	width: 600px;
	height: 440px;
	border: 0px solid black;
	background-color: #DDBC95;
	padding: 20px 20px 20px 20px;
	word-wrap: break-word;
	overflow-y: scroll;
	overflow-x:hidden;
}

.border{
	clear:both;
	width: 800px;
	height: 20px;
	background-color: #CDCDC0;
}

body{ 
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-color: white;
	border: 0px black solid;
	font-family: "American Typewriter";
	text-align: center;
	text-decoration: none;
} 


/* Maybe needs to be removed*/
.centered{ 
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-color: white;
	border: 0px black solid;
	font-family: "American Typewriter";
	text-align: center;
	text-decoration: none;
} 



/*
.custom-btn {
    margin: 0 auto;
    width: 30%;
}
*/

footer{
	clear: both;
	width:800px;
	height: 120px;
	text-align: center;
	background-color: #B38867;
	padding-top: 1px;
	padding-bottom: 0px;
}


h1{
	font-size: 14pt;
}

header{
	width: 800px;
	text-align: center;
}


.headerpictureleft{
	float:left;
	height: 150px;
	width: auto;
}

.headerpictureright{
	margin-left: 130px;
	float:left;
	height: 150px;
	width: auto;
}

.headline{
	clear:both;
	width: 800px;
	height: 90px;
	background-color: #CDCDC0;
}


.headlinefont{
	font-size:20pt;
	text-align: center;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

h4{
	font-size:12pt;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 10px 0px;

}


.italic{
	font-style: italic;
}

.justify{
	text-align: justify;
}

.left{
	text-align: left;
}

li{
	padding-top: 10px;
}

.link{
	text-decoration: underline;
}

.lineheight{
	line-height: 1.4
}

nav{
	width: 800px;
	height: auto;
	clear:both;
	text-align: center;
	padding: 5px 0px 5px 0px;
	background-color: #B38867;
	margin: 0px 0px 0px 0px;
}

.navitem{
	width: 90px;
	margin-top: 40px;
	margin-left: 5px;
	margin-right:5px;
	background-color: #DDBC95;
	float:none;
	text-align: center;
	font-family: "American Typewriter";
	text-decoration: none;
	text-shadow: none;
}

p{
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	padding-bottom: 10px;

}



.parentdiv{
	background-color: #626D71;
	clear:both;
	overflow: hidden;
	height: 500px;
	width: 800px;
	padding: 0px 0px 0px 0px;

}



.second{
	bottom: 0px;
    right: 0px;
    width: 558px;
    margin-bottom: 0px;
	overflow: scroll;
}




.section1{
	float: left;
	width: 100px;
	min-height: 460px;
	background-color: #626D71;
	text-align: center;
	overflow: hidden;
	
}

.section2{
	float: right;
	width: 100px;
	min-height: 460px;
	background-color: #626D71;
	overflow: hidden;
}


table{
	border: 1px solid black;
	border-spacing: 0px;
	border-collapse: collapse;


}


td{
	border: 1px solid black;
	vertical-align: top;
	padding: 15px 10px 15px 10px;
	}

th{
	border: 1px solid black;
	padding: 15px 10px 15px 10px;
	vertical-align: top;
	text-transform: uppercase;
}

.thfirst{
	width: 20%;
}

.thsecond{
	width: 30%;
}



.white{
	color:white;
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	border: 0px solid black;
}






