body {
	background:teal;
	color:white;
	font-family:calibri, "trebuchet ms", sans-serif;
	margin:0;
	padding:0;}

h1 {
	background:#47b7b7;
	font-weight:bold;
	font-size:250%;
	text-align:center;
	line-height:1.5em;
	margin:0;}

h2 {
	font-weight:bold;
	font-size:175%;
	color:#ffd700;
	border-bottom:thin solid #ffd700;
	margin:1em 0;
	clear:both;}

a:link, a:visited {
	color:white;
	text-decoration:none;}

a:active, a:hover, a:focus {
	color:white;
	border-bottom:thin solid #0ff;
	border-top:thin solid #0ff;
	background:#239b9b;}

p a:link, p a:visited {
	color:#ffd700;
	text-decoration: underline;}

p a:active, p a:focus, p a:hover {
	color:#ffc;
	text-decoration: none;}

#menu {
	margin:0;
	padding:0;
	list-style-type:none;
	background:#239b9b;
	color:black;
	width:100%;
	text-align:center;
	line-height:1.5em;
	padding:0.25em 0;}

#menu li {
	display:inline;
	margin:0;
	padding:0;}

#menu li a {
	text-decoration: none;
	background:#47b7b7;
	color:black;
	padding: 0 1em;
	border:1px solid #8fefef;}

#menu li a:hover, #menu li a:focus {
	background: #ffd700 !important;
	color:black !important;
	border-color:white !important;}

#search-results #menu li.search a {
	background:#8fefef;}

#twitter {
	position:absolute;
	top:20px;
	left:10px;
	height:36px;
	width:36px;}

#jump {
	position:fixed;
	top:5.5em;
	left:0em;
	width:3em;
	list-style-type:none;
	line-height:1.5em;
	margin:0;
	padding:0;
	background:#239b9b;}

#jump li {
	margin:0;
	padding:0;
	text-align:center;}

#jump li a {
	display:block;
	border:none;
	height:1%}

#jump li a:hover, #jump li a:focus {
	background:#ffd700;
	color:black;}

#content {
	margin-left:1.5em;
	position:absolute;
	top:5.5em;
	left:3em;}

div.info {
	border:2px red solid;
	color:red;
	background:white;
	padding:0.5em;
	margin:1em;
	font-weight:bold;
	clear:left;}

div.info p {
	margin:0 0 0.4em;}

div.info h3 {
	margin-top:0;
	color:red;
	background:white;
	border:none;
	padding:0 0 .75em 0;}

div.info a:link, div.info a:visited {
	color:teal;}

div.info a:hover, div.info a:focus {
	color:black;}


