body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	line-height: 1.6em;
	font-size: 62.5%;
}
#wrapper {
	width: 760px;
	margin: 0px auto;
	font-size: 1.2em;
	background: #fff;
}
#masthead {
	height: 290px;
	margin-bottom: 15px;
}

#logo {
	color: #FFFFFF;
	width: 759px;
	height: 125px;
}


#banner {
	width: 760px;
	padding-top: 5px;
}

#banner img {
	padding:0 14px;
	width: 225px;
	height: 160px;
}

#subnav{
	width: 200px;
	float: left;
	padding-left: 10px;
}

#subnav a {
	color: #5D7FB5; 
}

#subnav a:hover {
	text-decoration: none;
}
#navcontainer {
	background-color: #C2A570;
	width: 100%;
	margin-bottom: 15px;
	float: right;
	font-size: 1.1em;
}

#nav li {
	display: inline;
}

#nav a:link, #nav a:visited, #nav a:active {
	background-color: #C2A570;
	padding: .8em .5em;
	text-decoration: none;
	color: #fff;
}
#nav a:hover {
	padding:.8em .5em;
	background-color: #FFF;
	text-decoration: none;
	color: #5D7FB5;
}


/* Links- General */

a:link {
	color: #5D7FB5;
}

a:active {

}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #C3524F;
	text-decoration: none;
}
#content {
	width: 520px;
	float: right;
	margin-top: 5px;
}



.right {
	float: right;
}

.left {
	float: left;
}

#content p img {
	padding: 4px;
	margin: 7px;
	border: 1px solid #5e5e5e;
}
#content p {
	font-size: 1.2em;;
}

/* Lists */

ul.links li, ul#board li {
	list-style-type: none;
	padding: 2px 0;
}

ul.calendar li {
	padding: 2px 0;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	display: none;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #5e5e5e;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 1.4em;
	color: #5e5e5e;
}

#footer {
	background: #C2A570;
	width: 100%;
	color:#FFF;
	font-size: 1.1em;
	text-align: center;
	padding: 3px 0;
	clear:both;

}
#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color:#000000;
}

