body {
	color: #dadfff;
	font-family: 'Gill Sans', 'Arial', 'Verdana', sans-serif;
	background-color: #14466D;
	background-image: url(gradient-long-dark.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 22px;
}

a, a:hover, a:visited, a:link {
	color: white;
}

.clear {
	clear:both;
	height:0;
}

#header {
	text-align: center;
	margin-top: 2em;
}

#header h1 {
	font-size: 3em;
	font-weight: bold;
	color: white;
}

#header h3 {
	margin-left: 6em;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.6em;
}

#container {
	width: 900px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	margin-top: 1em;
}

#text {
	width: 500px;
	float: left;
	margin-right: 100px;
}

#text p {
	margin-bottom: 1em;
	line-height: 1.2em;
}

	#text p#intro {
		font-size: 1.2em;
	}

#text strong {
	font-weight: bold;
	color: white;
}

	#text p#intro strong {
		font-size: 1.3em;
	}

#text em {
	font-style: italic;
	font-weight: bold;
	color: white;
}

#text tt {
	font-family: monospace;
	font-weight: bold;
	color: white;
}

#sidebar {
	width: 300px;
		float: left;
}

#sidebar .note {
	margin: 1em 0em;
	border: 5px solid #333;
}

#sidebar .note div {
	border: 1px solid #FFF282;
	background-color: #FFF282;
	color: #667;
	padding-bottom: 0.4em;
	margin: -8px 0px 0px -8px;
}

#sidebar .note h4 {
	color: black;
	margin: 0.3em;
	font-size: 1.5em;
	font-weight: bold;
}

#sidebar .note h4 a {
	color: black;
}

#sidebar .note p {
	margin: 0em 0.7em 0.2em 0.7em;
}

#sidebar .note p strong {
	font-weight: bold;
}

#sidebar .note p a {
	color: black;
}

#sidebar .note ul {
	margin-left: 0.5em;
}

#sidebar .note li {
	margin-left: 1em;
	list-style-type: square;
}

#sidebar .note li a {
	color: black;
}

#sidebar .note li em {
	font-style: italic;
}

#footer {
	color: #aaaad0;
	padding-top: 2em;
	padding-bottom: 1em;
	font-size: 0.7em;
	text-align: center;
}