/* main page styling */

body{
	margin: 0px;
	font-family: sans-serif;
	color: black;
	font-size: 14px;
	background-color: white;
	text-align: left;
}

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

a:hover{
	color: #000000;	
}

h3{
	font-size: 18px;
	text-align: center;
}

img{
	border: none;
	display: block; /*allows the element to take auto margins*/
}

/* layers styling */

div.clublogo{
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 20px;
	/*margin: auto auto;*/
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.fdnlogo{
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 700px;
	/*margin: auto auto;*/
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.navigation{
	position: absolute;
	z-index: 4;
	top: 140px;
	left: 15px;
	/*margin: auto auto;*/
	border: 1px solid black;
	width: 778px;
	background: white;
	color: black;
	font-weight: bolder;
	height: 25px;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

div.content{
	position: absolute;
	z-index: 2;
	top: 172px;
	left: 0px;
	width: 700px;
	background: white;
	text-align: justify;
	padding-top: 28px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	overflow: auto;
}

div.footer{
	z-index: 2;
	border-top: 1px solid black;
	width: 700px;
	background: white;
	text-align: center;
	color: #2E1C85;
	font-size: 11px;
}

/* individual page element stylings */
/* contact page */

