body {
	background: radial-gradient(#E6E5E5 70%, #C0BFBF);
	background-color: #949393;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: left top;
	position: relative;
	height: 100%;
}

#history {
	margin: 10px 10px 10px 20px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10pt;
}

h1 {
	color: #5F4C2E;
	font-family: Impact;
	transform:scale(0.95, 1.1);
	letter-spacing: 1px;
}

.mainheader {
	text-align: center;
	margin-bottom: 0px;
	padding: 0px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 5em;
}

h3 { padding: 1px;
	margin: 1px; }
	
.banner { margin: 20px 10px 20px 10px; }

#header {
	background: linear-gradient(#9e6262, #863636, #9e6262);
	padding-right: 20px;
}

#search {
	background: #5465c6;
	min-height: 100%;
	height: 100%;
}

#navigation {
	font-family: "Arial Black";
	overflow: hidden;
}

.navbar {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.breadcrumb { display: inline-block; }

#main {
	background: linear-gradient(to bottom, #FFFFFF, #FFFEDA);
	padding: 10px 40px 10px 40px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
	position: relative;
	bottom: 0px;
	box-shadow: 20px 20px 40px 0px #4D4C4C;
	border-style: solid;
	border-top: none;
	border-color: gray;
	border-width: 2px;
}

#second {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
	border-radius: 40px 0px 40px 0px;
	border-style: solid;
	border-color: #FAFAFA;
}

#third {
	background-color: #F5F5F5;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
	border-radius: 40px 0px 40px 0px;
	border-style: solid;
	border-color: #FFFFFF;
}

hr { 
	border-color: #b3b3b3;
}

#relative {
	position: relative;
}

#credit {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: x-small;
	background-color: #FFFFFF;
}

.researchbox {
	border: 1px;
}
	
.pname {
	color: #FFFFFF;
	text-align: center;
	border: 0px;
	background: #AB5959;
	width: 200px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

.pname:hover {
	-webkit-filter: brightness(120%);
}

#profiletable {
	padding: 10px 10px 10px 10px;
}

.up {
	position: relative;
	bottom: 5px;
	text-decoration: none;
}
	
#second img { vertical-align:middle; }
	
.newssection { padding: 10px 10px 10px 10px;
				font-size: 115%; }

.message {
	margin: 0px 50px 0px 50px;
}

.nopadding {
   line-height: 30%;
}

.flyerthumbnail {
	padding: 30px 0px 30px 0px;
	transition: all .2s ease-in-out;
}

.flyerthumbnail:hover {
	-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
     transform: scale(1.3);
}

#flyercontact {
	padding: 1px 15px 15px 15px;
}

.addmargin {
	margin: 15px 15px 15px 15px;
}

#contact {
	font-size: large;
}

#map {
	width: 500px;
	height: 380px;
}

#footer {
	background-color: #A84848;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	font-size: x-small;
	border-radius: 20px 0px 20px 0px;
}

#footer a {
	color: #FFFFFF;
}