body {
	color: #000;
	background-color: #fff;
}

#header {
	background: url(../img/header.png) no-repeat;
	padding: 20px 10px 0 10px;
	height: 90px;
}

#logo {
	position: relative;
	top: -15px;
}

.highlight {
	background-color: #FCE604;
}

.quote {
	width: 220px;
	padding-left: 18px;
	text-indent: -18px;
	background: url(../img/open-quote.gif) no-repeat left top;
	padding-left: 18px;
}

.citation {
	font-style: italic;
	font-size: 13px;
	margin-left: 18px;
}

.citation-name {
	color: #717171;
	font-weight: bold;
}

.citation-origin {
	color: #4D4D4D;
	font-weight: bold;

}

a.button {
	background-color:#fff;
	border: 1px;
	border-style:solid;
	border-bottom-color:#aaa;
	border-right-color:#aaa;
	border-top-color:#ddd;
	border-left-color:#ddd;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding: 15px;
	color: #049EFC;
	font-weight: bold;
	margin: 0 0 0 10px;
	font-size: 20px;
}

a:hover.button {
	color: #01AADB;
	border-style:inset;
}

p.buttons {
	padding-top: 30px;
}

#informative {
	background-color: #DFEFF9;
	line-height: 25px;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #c2c2c2;
}

#informative h1, h2, h3, h4, h5, h6 {
	padding: 0 0 0 10px;
	margin-bottom: 15px;
}

#informative h5 {

}

#informative h1 {
	font-size: 37px;
}

#informative h4 {
	font-size: 22px;
}

#informative h5 {
	color: #F46624;
	font-size: 18px;
}

#detail {
	background: url(../img/detail.png) no-repeat;
	padding: 10px 0 0 0;
}

#detail .title {
	color: #0091CC;
	font-weight: bold;
	margin: 40px 0 5px 0;
	font-size: 20px;
}

#detail .description {
	line-height: 15px;
}

#footer {
	margin-top: 50px;
	padding: 10px 0 10px 0;
	background-color: #50A7DD;
	color: #fff;
	font-size: 24px;
}

#footer p.message {
	padding: 0 10px 0 10px;
}

#footer a {
	color: #fff;
}

