/* Global Styles */

body {
	font-family: "trebuchet MS", sans-serif;
	color: #7D9074;
	background: #000000;
	height: 174;
	width: 189;
	background-repeat: no-repeat;
	background-position: bottom right;
}

p {
	margin-left: 25%;
	margin-right: 25%;
}

h1 {
	text-align: center;
	color: #52310E;
	font-size: 120%;

}

h2 {
	margin-left: 25%;
	margin-right: 25%;
	color: #754C0E;
	font-size: 105%;

}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;

}

tr, td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

image {
	border: none;
}

a {
	text-decoration: none;
	color: #2B4961;
	
}

a:hover {
	text-decoration: underline;
}

/* Footer Style */

.footerlinks {
	text-align: center;
	margin-left: 0%;
	margin-right: 0%;
	font-size: 80%;
}
.footerinfo {
	text-align: center;
	margin-left: 0%;
	margin-right: 0%;
	font-size: 75%;
}

.toplinks {
	text-align: center;
}

.topimage {
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:56%;
}

.headingimage {
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:16.5%;
}

.containter {
	text-align: center;
}

.imageleftoftext {
	border-style: solid;
	border-width: 1px;
	border-color: #52310E;
	float: left;
	margin: -2px 10px 5px 5px;
	padding: 3px 3px 3px 3px;
}

hr {
	text-align: center;
	color: #146F5C;
	height: 1px;
	width: 50%;
	border: 1 1 1 1;
	

}