body {
	font-family: helvetica, verdana, sans-serif;
	font-size: 110%;
	line-height: 1.3em;
	background-image: url('../images/background.gif');
	background-color: #DDD; 
}

h1 { 
	font-size: 200%;
	margin: 0% 0 4% 3%;
	line-height: 1.4em;
	color: #444;
	border-bottom: 2px solid #BA6512;
	width: 80%;
}

h2 {
	font-size: 130%;
	margin: 4% 0 1% 3%;
	color: #024166;
}

h3 { 
	font-size: 115%;
	color: #BA6512;
	margin-left: 6%;
}

div {
	font-size: 95%;
}

p {
	font-size: 100%;
	margin: 0 6% 3% 6%;
}

blockquote {
	float: right;
	width: 25%;
	font-size: 90%;
	padding: 0 0 1% 1%;
	border-left: 1px solid #BA6512;
	border-bottom: 1px solid #BA6512;
}

a {
	color: #024166;
	text-decoration: none;
	padding: 0;
	border-bottom: 1px dashed;
}

a:hover {
	color: #AF6823;
	text-decoration: none;
	border-bottom: 1px dashed;
}

ul, ol {
	margin: 0 0 0 10%;
}

ol ol {
	margin-left: 3%;
}

dt {
	margin: 1em 0 0 9%; 
	/* 	border-left: 3px double #024166; */ 
	color: #000;
	font-size: 100%;
	padding-left: 5px;
}

dd {
	margin: 0 0 0 14%; 
	/* 	border-left: 3px double #024166; */ 
	color: #000;
	font-size: 100%;
}

.clear {
	clear: both;
	padding: 1% 0 1% 0;
}

.floatright {
	float: right;
	margin: 0 0 0 2em;
	width: 279px;
}

#wrapper {
	width: 760px;
	margin: 30px auto 10px auto;
	border: 1px dashed #000;
	padding: 15px 30px 30px 15px;
	background: #FFF;
	-moz-box-shadow: 3px 5px 15px #888;
	-webkit-box-shadow: 3px 5px 15px #888;
}

#copyright {
	width: 760px;
	margin: 0 auto 3% auto;
	font-size: 80%;
	color: #999;
}

#copyright a {
	color: #999;
	text-decoration: none;
	border-bottom: 0;
}

#title {
	position: relative;
	left: 3%;
	top: 0;
	font-size: 120%;
	color: #333;
	font-weight: 800;
	letter-spacing: 1px;
	text-shadow: #999 2px 1px 2px;
	text-transform: none;
}

#location {
	font-size: 90%;
	margin: .2em 0 0 3%;
	color: #777;
}

#logo img {
	position:relative;
	right: 0;
	top: 0;
	border: 0;
}

#navigation {
	margin: 0 0 2em 0;
	padding: 0;
	background: #024166;
	list-style-type: none;
	font-size: 80%;
	float:right;
	width: auto;
}

#navigation li {
	margin:0;
	padding:0;
	float:left;
	width: auto;
}

#navigation a {
	float:left;
	padding: 0 1em 0 1em;
	font-weight: 600;
	text-align:center;
	color: #FFF;
	text-decoration: none;
	line-height: 2;
	border-left:4px solid #FFF;
	border-bottom: 0;
	width: auto;
}

#navigation a:hover {
	background: #CCC;
	color:#024166;
}

#presentations dd {
	font-size: 85%;
}

#printagenda {
	background: #EFEFEF;
	border: 1px solid #000;
	margin: 2% 6% 2% 6%;
	padding: 1em 0 0 0;
}

#information #informationLink, 
#agenda #agendaLink, 
#hill #hillLink, 
#photos #photosLink, 
#resources #resourcesLink, 
#presentations #presentationsLink {
	background: #CCC;
	color:#BA6512;
}