/* This style sheet was inspirated by examples on
	http://www.bluerobot.com
	Check out their layout reservoir.

*/


body {
	margin: 15px 0;
	padding: 0;
	background-color: #adcbd1;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.4em;
	text-align: center;
}

a {
	text-decoration: none;
}

a:link {
	font-style: italic;
	font-weight: bold;
	color: #008;
}

a:hover {
	font-style: italic;
	font-weight: bold;
	background-color: white; /*#adcbd1;*/
}

a:visited {
	font-style: italic;
	font-weight: bold;
	color: #777;
}


h1 {
	border:2px solid #333;
	padding: 5px;
	font-size: 1.8em;
	line-height: 1.2em;
	background-color: white;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}

h2 {
	font-size: 1.4em;
	line-height: 1.2em;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
	padding: 0 0 10px 10px;
	margin: 3px;
}

p {
	padding: 0 0 10px 10px;
	margin: 3px;
}



ul {
	padding-top: 0;
	margin-top: 0;
	list-style-type: disc;
}

ul p {
	padding-top: 0;
}



#content {
	width: 95%;
	margin: 0 auto;
	padding: 10px;
	border: 1px dashed #333;
	background-color:#eee;
	text-align: left;
}

#nav {
	width: 95%;
	margin: 20px auto;
	padding: 10px;
	border:1px dashed #333;
	background-color:#eee;
	text-align: center;
	line-height: 2em;
}

#nav a {
	border: 1px dashed #008;
	padding: 3px 50px;
	margin: 0;
	white-space: nowrap;
}


#nav h3 {
	margin: 0 0 10px 0;
	font-size: 1.2em;
}

#ahem {
	display: none;
}

.next {
	text-align: center;
	font-weight: bold;
	border:1px dashed #999;
	padding:0;
}

table {
	margin-left:auto;
	margin-right:auto;
}

td {
	padding: 10px 20px;
	text-align: center;
}


