body {
	background-image: url(images/flagBackground.gif);
	text-align: center;
	border-collapse: collapse;
	font: 16px garamond;
	background-attachment: fixed;
	font-family: Arial, Verdana, Helvetic,Sans-Sarif;
	}
	
img {border: none;}

h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom: 2px;
	margin-top: 2px;
	text-align: center;
	}
 
h3,h4 {
	margin-bottom: 2px;
	margin-top: 2px;
	text-align: center;
	}
	
a:link, a:visited {
	color: black;
		}

a:hover 
	{
	color: blue;
	}
	
ul, li {margin: 0; padding-left: 0;}

div#main {
	position: relative;
	margin: 0 auto;
	width:1000px;
	padding-bottom: 10px;
	margin-top: 15px;
	min-height: 950px;
	}
	
div#header {
	text-align: left;
	position: relative;
	background-image: url(images/header2010.jpg);
	height: 100px;
	border: outset white 3px;
	}

div#header img {
	width: 134.9px;
	}
		
div#title {
	position: absolute;
	bottom: 0px;
	left: 15%;
	width: 70%;
	z-index: 10;
	}
	
div#title img {width: 100%;}
	
div.article {
	border: solid black 1px;
	padding: 5px;
	background-color: white;
	}
	
div#content {
	position: absolute;
	text-align: left;
	width: 83.5%;
	left: 15%;
	top: 100px;
	min-height: 780px;
	z-index: 5;
	border: outset white 3px;
	}
	
div#menu {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 15%;
	text-align: left;
	color: white;
	float: left;
	z-index: 10;
	}

#menu li {
	background-image: url(images/back.gif);
	cursor: pointer;
	text-align: center;
	
	}
	
#menu a  {
	text-decoration: none;
	color: white;
	width: 100%;
	}
	
#menu img {
	margin: auto;
	width: 60%;
	}
	
p {
	text-indent: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
	text-align: left;
	}
	
.closing {
	text-align: center;
	}
	
.mainMenu, .mainMenu ul {
	list-style-type: none;
	width: 100%;
	margin-left: 0px;
	
	}

.mainMenu li {
	border: white outset 2px;
	padding: 5px;
	}
	
	
.floatLeft {
	float: left;
	}
	
.floatRight {
	float: right;
	}
	
	
.picArticleLeft {
	width: 30%;
	float: left;
	padding: 3px;
	}
	
.picArticleRight {
	width: 30%;
	float: right;
	padding: 3px;
	}

.messagePic {
	float: left;
	width: 20%;
	padding-right: 3px;
	}
	
#cpr {
	text-align: center;
	position: relative;
	min-height: 750px;
	width: 82%;
	float: left;
	}
	
.memberPic {
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	}	
	
.memberPic img {
	width: 95%;
	}
	
.centerText {
	text-align: center;
	}
	
#memorial {
	padding: 30px;
	text-align: center;
	background-image: url("images/memorialBackground.jpg");
	min-height: 750px;
	}
	
div#contacts {
	text-align: center;
	position: relative;
	min-height: 750px;
	line-height: 1.2;
	width: 79%;
	float: left;
	}
	
.button a {
	padding:2px;
	border: solid black 2px;
	}
	
.button {
	text-align: center;
	margin: 5px 5px 5px 5px;;
	}
	
#photoContest img {
	width: 25%;
	}
	

	
div#mission {
	font-size: 25px;
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
	background-image: url("images/backLogo.gif");
	background-repeat: no-repeat;
	background-position:center;
	}

#admin {
	display: none;
	position: absolute;
	left: 100%;
	top: 350px;
	z-index: 10;
	}
	
#members {
	display: none;
	position: absolute;
	left: 100%;
	top: 560px;
	z-index: 10;
	}
	
#ops {
	display: none;
	position: absolute;
	left: 100%;
	top: 380px;
	z-index: 10;
	}
	
#board {
	display: none;
	position: absolute;
	left: 100%;
	top: 340px;
	z-index: 10;
	}
	
div#map {
	float: left;
	}
	




