body {
	margin: 0;
	padding: 0;
	background-color: #f9f3e9;
	color: #000;
	font-size: 0.85em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-align: center;
}

a { text-decoration: none }

#wrap { text-align: left }

body h2#logo {
	margin: 0;
	padding: 37px 0;
	font-family: Georgia, serif;
	font-size: 0.65em;
	font-weight: normal;
	text-align: center;
	background: #fff url(/images/design/hand/logo.gif) no-repeat center top;
}
#logo a {
	display: block;
	overflow: hidden;
	color: #004159;
	line-height: 1em;
	white-space: nowrap;
}

#topnav {
	margin: 0;
	padding: 10px 0 0;
	list-style-type: none;
	background-color: #f9f3e9;
	width: 50%;
	float: left;
	border-top: 1px solid #fc9;
}
#topnav li {
	padding: 0 0 1px;
}
#topnav a {
	color: #004159;
	border-bottom: 1px solid #ccb;
	white-space: nowrap;
}
#topnav a:active, #topnav a.active { color: #690041 }

#left {
	margin: 0;
	padding: 0 1px;
	background-color: #004159;
	font-size: 0.85em;
	list-style-type: none;
	text-align: right;
	text-transform: uppercase;
	width: 50%;
	float: right;
	border-top: 1px solid #9cf;
}
#left ul {
	margin: 0;
	padding: 0 14px 0 0;
	list-style-type: none;
	text-transform: none;
}
#left a {
	display: block;
	padding-right: 10px;
	background: transparent url(/images/design/leftnav-item.gif) no-repeat 100% 2px;
	color: #fff;
	text-decoration: none;
}
#left a:hover { color: #9cf }
#left a.active { color: #0cf }
#left a.arrow { background: transparent url(/images/design/leftnav-arrow.gif) no-repeat 99% 2px }
#left a.open { background: transparent url(/images/design/leftnav-open.gif) no-repeat 100% 4px }

#content {
	clear: both;
	display: block;
}

.flash {
	background: #fff;
	text-align: center;
}

.text {
	display: block;
	padding: 10px 10px 0;
	background-color: #f9f3e9;
	line-height: 1.4em;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}
h4 { font-size: 1.15em }
h3 { font-size: 1.3em }
h2 { font-size: 1.4em }
h1 { font-size: 1.6em }
#content p, #content blockquote {
	margin: 0;
	padding: 0 0 10px;
}
#content ul, #content ol {
	margin: 0;
	padding: 0 0 10px 20px;
}

#right {
	display: block;
	clear: both;
	padding-top: 11px;
	background-color: #cfdbdf;
	color: #004159;
	font-size: 0.75em;
	line-height: 2em;
	text-align: right;
}
#right p {
	margin: 0;
	padding: 0 11px 11px 20px;
}
#right a {
	color: #004159;
	text-decoration: underline;
}
#right a:hover {
	color: #415900;
	text-decoration: none;
}

.clear { clear: both }


#footer {
	clear: both;
	margin: 0;
	padding: 5px 10px;
	background-color: #fff;
	color: #002040;
	font-size: 0.7em;
	line-height: 1em;
	text-transform: uppercase;
}
#footer a {
	color: #002040;
	text-decoration: underline;
}
#footer a:hover {
	color: #400020;
	text-decoration: none;
}