/* CSS Document */



body {
	background: #001C0E;
	padding: 0; 
	padding-top: 10px;
	margin: 0;
	margin-bottom: 15px;
	color: #EDF8F2;
} 


.main {
	width: 750px;  
	margin: 0;
	align: center;
}  


.header {
	display: block;
	width: 750px;
	height: 110px;
}


.left {
	position: relative;
	width: 220px;
	padding: 0px;
	text-align: center;
	float: left;
	
}


.navleft {
	width: 100px;
	height: 100px;
	padding: 5px;
	float: left;
}


.navright {
	width: 100px;
	height: 100px;
	padding: 5px;
	float: right;
}


.content {
	position: relative;
	width: 510px;
	padding: 0px;
	color: #EDF8F2;
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	float: right;
}


.mid {
	position: relative;
	width: 350px;
	padding: 0px;
	text-align: right;
	float: left;
}


.header .mid {
	position: absolute;
	bottom: -110px;
	width: 350px;
	padding: 0px;
	text-align: left;
}


.pad {
	padding: 5px;
}


.right {
	position: relative;
	padding: 0px;
	width: 160px;
	float: right;
}


.header .right {
	position: absolute;
	bottom: -110px;
	left: 350px;
	padding: 0px;
	width: 160px;
	text-align: right;
}


.element {
	position: relative;
	height: 100px;
	padding: 5px;
	font-size: small;
}


.vertalign {
	position: absolute;
	bottom: 5px;
	right: 5px;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}


a:visited {
	text-decoration: none;
	color: #EDF8F2;
}


a:hover {
	text-decoration: underline;
	color: #E0B252;
}


a:active {
	text-decoration: none;
}


p {
	margin-top: 0em;
	margin-bottom: 1em;
}


h2 {
	font-family: "Adobe Garamond", "Adobe Garamond Pro", Garamond, Times, "Times New Roman", serif;
	text-align: left;
	margin-top: 0em;
	margin-bottom: 0em;
	line-heigth: 1em;
}


h4 {
	font-family: "Gill Sans MT", "Gill Sans", Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 1%;
}


h3 {
	font-family: "Adobe Garamond", "Adobe Garamond Pro", Garamond, Times, "Times New Roman", serif;
	font-size: medium;
	margin-top: 0em;
	margin-bottom: 0em;
}