@charset "UTF-8";
/* CSS Document */

html {	
	min-height:100%;
	margin-bottom:1px;
	}
	
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	margin:0;
	padding:0;
	text-align:center;
	}

a {
	outline:none;
	text-decoration:none;
	color:#61816d;
	}

a:hover {
	color:#97652a;
	}
		
img {
	border:none;
	}
	
hr {
	margin:15px 0 15px 0;
	}
	
#container {
	margin:10px auto 0 auto;
	text-align:left;
	width:700px;
	}
	
#header {
	height:200px;
	margin:0 0 10px 0;
	}

#nav {
	font-size:14px;
	text-transform:uppercase;
	padding:5px 0 5px 0;
	border-top:1px solid #333;
	text-align:right;
	}
	
.subnav {
  font-size:12px;
	text-transform:uppercase;
	text-align:right;
	}
	
#form {
	text-align:right;
	}
	
.navsel {
	color:#97652a;
	}
	
.home {
	margin:0 100px 10px 0;
	}
	
#content {
	border-top:1px solid #333;
	padding:10px 0 0 0;
	font-size:12px;
	}
	
h1 /* Main page titles */ {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing:1px;
	margin:15px 0 15px 0;
	padding:0;
	}
	
h2 /* Board titles */ {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-transform:uppercase;
	margin:2px 0 0 0;
	padding:0;
	}
	
h3 /* Members subheadings and links */{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:2px 0 0 0;
	padding:0;
	}
	
h4 /* Project subheadings */ {
	font-size:12px;
	margin:20px 0 5px 0;
	padding:0;
	font-weight:bold;
	}
	
p {
	line-height:18px;
	margin:10px 0 10px 0;
	padding:0;
	}
	
#footer {
	font-size:10px;
	color:#666;
	padding:2px 0 0 0;
	margin:30px 0 10px 0;
	border-top:1px solid #333;
	}