/* http://colorschemedesigner.com/#3x51Th3--w0w0 */
/* Line height is 21px */

html, body {
	margin: 0;
	padding: 14px;
	font: 14px/1.5 Verdana, Geneva, Tahoma, sans-serif;
	background: url('./images/bg_safe.png') #80C9FF;
}

a:link {
	color: #2A70A6;
}

a:visited {
	color: #2D2DA6;
}

/* Major Containers */

#page, #credit, #navigation, #header, #footer  {
	width: 924px;
	margin: 0 auto;
	padding: 21px 14px; 
}

#header {
	padding: 0;
}

#header h1 {
	margin: 21px 0 0 0;
	font: 28px/21px Georgia, Times, Times New Roman, serif;
	letter-spacing: 3px;
	border-bottom: none;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#navigation {
	background: url('./images/navigation_rounded.png') no-repeat #27A66F;
	margin: 0 auto 21px auto;
	list-style-type: none;
	height: 21px;
	font-size: 16px;
	line-height: 21px;
	padding: 14px;
}

#navigation li {
	display: inline;
}

#navigation a {
	color: #fff;
	font-weight: bold;
	display: inline-block;
	width: 115px;
	height: 35px;
	text-align: center;
}

#active a {
	background: url('./images/active.png') no-repeat center bottom;
}

#sponsor a {
	width: 12em;
}

#page {
	background: url('./images/rounded_top.png') no-repeat top #fff;
}

#credit {
	font-size: 10px;
	line-height: 21px;
	background: url('./images/rounded_bottom.png') no-repeat bottom #fff;
}

/* Typographic Elements */

h1 {
	font-size: 24px;
	line-height: 21px;
	font-weight: normal;
	margin: 21px 0 0 0;
	letter-spacing: 0;
	color: #27A66F;
	border-bottom: 3px solid #27A66F;
}

h1:first-child {
	margin-top: 0;
}

h2 {
	font: bold 16px/21px Verdana, Geneva, Tahoma, sans-serif;
	margin: 21px 0;
	letter-spacing: 0;
	color: #0066B3;
}

ul {
	margin: 0 0 0 14px;
	padding: 0;
	list-style-position: inside;
}

p {
	margin: 0;
}

p + p {
	margin: 21px 0;
}

dt {
	color: #0066B3;
	font-weight: bold;
}

dd {
	margin: 0;
	font-style: italic;
}

small {
	font-size: .75em;
	line-height: 2em;
	color: #777;
}

/* Front-page specific */

#picture_banner {
	height: 200px;
	margin-bottom: 21px;
}

.left {
	width: 448px;
	float: left;
	padding-right: 14px;
}

.right {
	width: 448px;
	float: right;
}

.spanned {
	clear: both;
	padding-top: 21px;
}

#notice {
	border-bottom: 2px solid #27A66F;
	color: #27A66F;
	font-size: 1.5em;
	line-height: 1em;
	background: #B4FFDF;
}

/* Misc. Elements */

address {
	font-style: normal;
	margin: 0;
	padding: 0;
}

/* Footer */

#footer {
	color: #fff;
}

#footer h3 {
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	margin: 0;
	letter-spacing: 0;
	border-bottom: 2px solid #fff;
}

#footer a {
	color: #fff;
}

#quicklinks {
	list-style-position: inside;
	list-style-type: circle;
	margin: 0;
}