a {
	color: #666666;
	font-weight: bold;
}

a:visited{
	text-decoration: none;
}

a:hover {
	color: #336699;
}

a:active {
	text-decoration: none;
	border-bottom: 1px dotted;
}

a>img {
	border: 0;
}

img {
border: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
	line-height: 125%;
	color: #003366;
	background-image: url('bg.gif');
	}

.clear {
clear: both;
}

h1 {
	font-size: 36px;
}

.small {
	font-size: 0.8em;
	}

#wrapper, #footer {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	}

#wrapper {
	background-image: url('wrapbg2.gif');
	}
	
#content {
	float: right;
	width: 796px;
	background-color: #ffffbe;
	padding-left: 4px;
	}

#pageheader {
	}

/* navigation */
	
#navigation {
	width: 200px;
	height: 360px;
	float: left;
	}

#navigation ul {
	margin: 0;
	padding: 0;
	}

#navigation ul li {
	margin-left: 15px;
	padding-left: 1px;
	list-style: none;
	color: #003366;
	}

#navigation ul li a {
	color: #003366;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#navigation ul li a:hover {
	color: #FFCC00;
	border-bottom: none;
}

.header {
	font-weight: bold;
	cursor: pointer;
	height: 30px;
	width: 200px;
	padding: 0;
	margin: 8px 0;
}

.header:hover {
	background-position: 0 -30px;
}

#one-header{
	background-image: url(nav/home2.jpg);
}

#two-header{
	background-image: url(nav/club2.jpg);
}

#three-header{
	background-image: url(nav/events2.jpg);
}

#four-header{
	background-image: url(nav/supplies2.jpg);
}

#five-header{
	background-image: url(nav/photos2.jpg);
}

/* event pull */
	
#event {
	padding: 0px;
	margin-right: 20px;
	margin-top: 20px;
	padding-top: 20px;
	width: 200px;
	height: 160px;
	clear: both;
	text-align: center;
	background-color: transparent;
	background-image: url('event2.gif');
	float: right;
	color: #003366;
	}

#event h3 {
	font-size: 24px;
}

#event a {
	color: #663300;
}

#footer {
	text-align: center;
	background-color: #fff;
}

/* misc elements */

input, textarea {
margin-bottom: 7px;
}

.full {
color: #9AAAC8;
}

.bulleted {
	list-style: disc;
}

.postmessage {
	background-color: #4C5463;
	color: #f1e9d6;
}

.tutorial {
	height: 100px;
	margin-bottom: 10px;
	clear: both;
}