/*  Basic template */
*  {
	margin: 0; padding: 0;
	border: 0;
}
body  {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #DDD;
	text-align: center;
	color: #000000;
}
#box {
	width: 760px;
	background-color: #FFFCF5;
	margin: 0 auto;
	border: 2px solid gray;
	text-align: justify;
	color: #0A011D;
	}
#toplinks ul {
	margin: 0; padding: 0;
	float: left;
	width: 100%;
	background-color: #990000;
	border-bottom: 1px solid #990000;
	font-size: .80em;
	font-weight: 600;
	color: #FFFCF5;
	}
#toplinks ul li {
	display: inline;
	}
#toplinks ul li a {
	padding: 0.2em 1em;
	float: left;
	background-color: #990000;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #FFF;
	}
#toplinks ul li a:hover {
	background-color: #FFFCF5;
	color: #990000;
	}
a:link {
	color: blue;
	text-decoration: underline;
	}
a:visited {
	color: blue;
	text-decoration: underline;
	}	
h1 {
	margin-top: 1.7em;
	margin-bottom: 0;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #990000;
	}
h2 {
	text-align: center;
	font-size: .80em;
	font-style: italic;
	color: #666;
}

/* Home Page */	
#ds21 {   /*DS21 pic left side*/
	float: left;
	margin: 39px 15px 30px 20px;
	padding-right: 10px;
	width: 250px;
	}
p.main {
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 40px;
	font-size: .85em;
	font-weight: 500;
	}
#officers {	
	padding: 10px 75px 10px 0;
	text-align: right;
	font-size: .75em;
	font-weight: 500;
	color: #282828;
	}	
#signin  {
	text-align: center;
	font-size: .80em;
	}

/* Member Page */
#members {
	margin: 0; padding: 0;
	width: 630px;
	border: 2px solid #990000;
	font-size: 100%;
	}
a.mail:link, a.mail:visited {
	color: #2F59B3;
	text-decoration: none;
	}
a.mail:hover {
	color: blue;
	text-decoration: underline;
}

.skinny {
	line-height: 50%;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}