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

#masterpage {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
}

	#header {
		width: 800px;
		height: 110px;
		background-image: url(images/header.jpg);
		background-repeat: no-repeat;
	}
	
	#links {
		width: 800px;
		height: auto;
		padding: 5px 0px 5px 0px;
		background-color: #005E8F;
		color: #FFFFFF;
	}
	
		#links a {
			text-decoration: none;
			color: #FFFFFF;
		}
	
	#content {
		padding-top: 15px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h1 {
	color: #005E8F;
	margin: 0px;
	font-size: 1.5em;
}

a {
	text-decoration: none;
	color: #005E8F;
}

.bold {
	font-weight: bold;
}

.indent {
	padding-left: 1em;
}