body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: #333333;
	font-size: 12px;
	text-align: center;
}

#wrapper {
	width: 760px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#content {
	padding: 0 20px;
}

h1 {
	width: 760px;
	height: 221px;
	position: relative;
}

h1 span {
	display: none;
}

h1 span#title {
	display: inline;
	position: absolute;
	color: black;
	top: 145px;
	right: 20px;
	font-size: 16px;
}

h2 {
	font-size: 16px;
	margin: 12px 0;
	padding-top: 12px;
	padding-left: 20px;
	background: url("../images/medal.png") no-repeat bottom left;
}

h3 {
	font-size: 14px;
	margin-top: 1.5em;
}

a {
	text-decoration: none;
	border-bottom: dotted 1px;
	color: #036303;
}

a:visited {
	color: #4e3c3c;
}

a:active {
	color: #ff6200;
}

p {
	line-height: 16px;
	margin: 12px 0;
}

dt {
	line-height: 16px;
	font-weight: bold;
}

dd {
	padding-left: 2em;
}

ul {
	margin: 12px 0;
}

ul.circle {
	list-style-type: circle;
	padding-left: 2em;
}

ul.disc {
	list-style-type: disc;
	padding-left: 2em;
}

ol {
	marker-offset: 1em;
	list-style-type: decimal;
	padding-left: 2em;
}

li {
	line-height: 16px;
}

img {
	border: 0;
}

/*
#abstruct {
	margin-bottom: 24px;
}
*/

#leftPane {
	float: left;
	width: 350px;
	padding-right: 10px;
}

#rightPane {
	float: right;
	width: 350px;
	padding-left: 10px;
}

#footer {
	border-top: solid 1px #cccccc;
	margin-top: 30px;
	padding: 6px 20px 20px 20px;
	color: #aaaaaa;
	line-height: 1.3em;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #aaaaaa;
	border-bottom: dotted 1px #cccccc;
}

.unavailable {
	text-decoration: line-through;
}

#crumb {
	color: #aaaaaa;
}

#crumb a {
	text-decoration: none;
	color: #aaaaaa;
	border-bottom: dotted 1px #aaaaaa;
}
