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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
	background-image: url(stripe.jpg);
	background-repeat: repeat-x;
	margin: 10px 10px 10px 10px;
	}
	
#container {
	min-width:760px;
	}
	
.headerpic {
	margin-bottom:10px;
	}
	
.info {
	margin-top:0px;
	margin-bottom:10px;
	background-color:#f8f8fb;
	padding:5px;
	}
	
.image {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display:block;
	}
	
h1, h2 {
	margin-top: 0px;
	padding-top: 0px;
	}
	
h3 {
	margin: 0px;
	padding: 0px;
	}
	
img {
	border: none;
	}
	
a {
	text-decoration:none;
	color:#204479;
	}
	
a:hover {
	text-decoration:underline;
	}
	
.linklist {
	list-style:none;
	}
	
li {
	line-height:2em;
	}
