body {
	background-color: #B3A696;
	color: #021b3a;
	font: 12px/16px "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, Verdana, sans-serif;
}
div#outer {
	width: 800px;
	padding: 0px;
	border: thin solid #60574d;
	background: url(../images/hands.jpg) no-repeat;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
div#navigation {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
div#left {
	width: 25%;
	padding: 10px;
	margin-top: 0px;
	float: left;
}
div#main {
	margin-left: 30%;
	margin-top: 0px;
	padding: 10px;
}
div#mainindex {
	width: 95%;
	padding: 10px;
	margin-top: 0px;
	float: right;
}

div#upperindex {
	width: 65%;
	padding: 10px;
	margin-top: 0px;
	margin-right: 5px;
	float: right;
	border: thin solid #909090;
}

div#lowerindex {
	width: 65%;
	padding: 10px;
	margin-top: 0px;
	float: right;
}
div#footer {
	padding: 5px;
	margin: 0px;
	text-align: center;
	letter-spacing: 4px;
}
a:link{
	color: #021b3a;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0C1B38;
	text-decoration: none;
}
a:visited {
	color: #021b3a;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0C1B38;
	text-decoration: none;
}

/* --[ nav ]------------------------------- */

#nav {
	width: 800px;
	float: left;
	margin: 0;
	padding: 0px 20px 18px 0px;
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 100%;
	}
#nav li {
	list-style: none;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
	}
#nav a {
	float: left;
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	border: none;
	}
	
/* hover state */

#nav li:hover {
	background: #998c7c;
	}
#nav a:hover { /* a backup for IE's lack of li:hover support */
	background-color: #998c7c;
	}
	
/* active state */

#nav li.active {
	font-weight: bold;
	background: #998c7c;
}

/* specific-text tags */

.indextagline{
	font-size: 24px;
	line-height: 24px;
	color: #021b3a;
	font-weight: bold;
	padding-top: 20px;
}
.pageheading{
	font-size: 20px;
	line-height: 24px;
	color: #021b3a;
	font-weight: bold;
	border-bottom: 1px solid #998c7c;
	padding-bottom: 10px;
}

.introtext{
	font-size: 13px;
	line-height: 24px;
	color: #021b3a;
}

.bigtext{
	font-size: 13px;
	line-height: 24px;
	color: #021b3a;
}

p{
	letter-spacing: 1px;
}

#tabley  {
	width: 500px;
	float: left;
	padding: 5px 0 20px;
	letter-spacing: 1px;
	font: 100%/18px "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 5px 0 0;
	display: inline;
}
#tabley li {
	list-style: none;
	float: left;
	margin: 0 30px 0 0;
	padding: 0 0 0 0;
	}
.copyright{
	font-size: 9px;
	color: #655d52;
	text-align: center;
}

/* colleague-page specific  */

.colleague-blurb{
	color: #021b3a;
	font: 13px/22px "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, Verdana, sans-serif;
}

.colleague-blurb-highlight{
	color: #021b3a;
	font: 13px/22px "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, Verdana, sans-serif;
}

.colleague-bullet{
	font-size: 13px;
	line-height: 20px;
	color: #021b3a;
	margin: 0 0 15px 20px;
	font-style:italic;
	text-transform: lowercase;
}

.volunteerism {
	font-size: 11px;
	line-height: 11px;
	margin: 0 0 15px 20px;
	color: #6E665B;
	letter-spacing: 0px;
	}
.colleague-listing {
	text-transform: uppercase;
}
#whatsnew {
	border: thin solid #909090;
	padding: 5px;
}

.landsummit{
	font-size: 20px;
	line-height: 28px;
	color: #021b3a;
	padding-top: 0px;
	text-align: center;
	font-weight: normal;
}

.update{
	font-size: 44px;
	line-height: 50px;
	color: #021b3a;
	padding-top: 0px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1em;
}
