
/*  Overall Design  */

html, body {
	margin:0;
	padding:0;
	}

body {
	font-family:Arial, Helvetica, Verdana, Sans-serif;
	font-size:12px;
	color:#666666;
	background:#ffffff;
	}
	
.hidden {
	display:none;
	}

div

#container {
	width:760px;
	margin: auto;
	padding-top:15px;
	}

#main-nav {
	margin:7px 0 0 0;
	height:50px;
	}
	
#content {
	margin:0;
	background-color:#d9e0ff;
	}
	
#contentmain {
	background-color:#d9e0ff;
	padding-bottom:1px;
	}

#contentmain h2 {
	margin:0;
	padding:15px 0 0 10px;
	}

#topfooter {
	background: url(images/topfoot.png) no-repeat;
	height:30px;
	}
	
#midfooter {
	background:#383838;
	width:760px;
	height:60px;
	}

#endfooter {
	background: url(images/endfoot.png) no-repeat;
	height:8px;
	}

#altnav {
	margin:10px 40px 0 0;
	background-color:#383838;
	text-align:center;
	float:right;
	clear:both;
	}
	
#altnav div a {
	color:#cccccc;
	text-decoration: none;
	}

#altnav div a:hover {
	text-decoration:underline;
	}

#copyright {
	padding-top:5px;
	padding-left:10px;
	background-color:#383838;
	text-align:left;
	float:left;
	}
	
#copyright a {
	color:#999999;
	text-decoration: none;
	}
	
#valid {
	padding-top:5px;
	}

/*  Home  */

div

#hometable {
	width:690px;
	margin:0 auto;
	}

/*  About  */

div

#toggleLinks {
	width:690px;
	margin:0 auto;
	}

#toggleLinks a {
	color:#666666;
	text-decoration: none;
	}
#toggleLinks a:hover {
	text-decoration:underline;
	}

#aboutcontent {
	width:690px;
	margin:0 auto;
	}

/*  Membership  */

div

#memberhead {
	width:680px;
	margin:0 auto;
	}
#officers {
	width:425px;
	margin:0 auto;
	}

#officers table {
	border-collapse:collapse;
	}

#officers table tr td{
	padding:3px;
	border-style:solid;
	border-width:1px;
	}
	
#officers table tr td#tablehead1 {
	border-style:none;
	}

#regular {
	width:600px;
	margin:0 auto;
	}

#regular table {
	border-collapse: collapse;
	}

#regular table tr td {
	padding:3px;
	border-style:solid;
	border-width:1px;
	}

#regular table tr td#tablehead2 {
	border-style:none;
	}

#regular table tr td#colfiller {
	border-style:none;
	}

/*  Ancestors  */

div

#controls2 {
	width:400px;
	margin:0 auto;
	text-align:center;
	}

#ancestortables {
	width:690px;
	margin:0 auto;
	}

table

#ancestor1 {
	display:block;
	}

#ancestor2 {
	display:none;
	}

/*  Galleries Page  */

div

#imgshow {
	width:700px;
	margin:0 auto;
	text-align:center;
	}
	
#descriptionshow {
	Width:500px;
	margin:0 auto;
	text-align:center;
	}
#controls {
	width:400px;
	margin:0 auto;
	text-align:center;
	}

/*  Contact Page  */

form {
	width:80%;
	margin:auto;
	padding-top:10px;
	text-align:left;
	}

div

#form-submit {
	margin:0 0 0 15%;
	}

.form-label {
	padding-top:5px;
	}