@charset "UTF-8";
/* CSS Document */

body {
	margin: 25px 0 0 0;
	background-color: #007BA7;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.90em;
}

#header {
	position: relative;
	width: 700px;
	height: 60px;
	margin: 0 auto 0 auto;
	background-color: #C7DAE7;
	background-image: url('/images/torn_edge.png');
	background-repeat: repeat-x;
	background-position: bottom center;
	padding: 0 0 30px 0;
	text-align: left;
}
	#header p {
		float: right;
		margin-top: 45px;
		margin-right: 15px;
		font-size: 115%;
		font-weight: bold;
		font-style: italic;
		color: #F89E59;
	}
#logo {
	position: absolute;
}

#content {
	width: 700px;
	background-color: #C7DAE7;
	margin: 0 auto 25px auto;
	text-align: left;
	padding: 40px 0 15px 0;
	background-image: url('/images/burst.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
	#content img {
		border: 3px solid #007BA7;
		float: right;
		margin: 0 15px 15px 15px;
	}

h1, h2, h3, p, ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
}
h1 {
	font-size: 110%;
	margin-top: 20px;
}
ul {
	padding-left: 25px;
}
hr {
	border-bottom: 2px solid #007BA7;
	clear: both;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px;
}
table {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
}