body {
	font-family: "century gothic", arial, sans-serif;
	color: #000000;
	margin-left: 0;
}

.header {
	margin-top: 50px;
	padding-left: 25px;
	width: 90%;
	border-bottom: 3px solid #000000;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	}
		
a:hover {
	color: #5D1504;
	text-decoration: none;
	}

.home_navbar {
	margin: 25px 50px 0px 40px;
	float: left;
	}
	
	
table#homenav td {
	font-size: 17pt;
	padding-right: 15px;
	padding-bottom: 20px;
	}
	
.subnav {
	font-size: 12pt;
	}
	
	
.subnav ul li {
	display: inline;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 30px;
	}
	
li a#current:link, a#current:visited {
	color: #5D1504;
	text-decoration: none;
	}
	
.main {
	margin-left: 40px;
	width: 85%;
	margin-top: 25px;
	}

p {
	font-size: 11pt;
	line-height: 18pt;
	}
	
td {
	padding-right: 30px;
	padding-bottom: 30px;
	}
	
.previous {
	float: left;
	width: 50%;
	padding-bottom: 10px;
	}

.next {
	float: left;
	text-align: right;
	width: 50%;
	padding-bottom: 10px;
	}

h1 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 15px;
	}

h2 {
	font-size: 18pt;
	font-style: italic;
	font-weight: normal;
	}
	
.info {
	font-size: 10pt;
	margin-top: 0;
	}
	
.thumbnails {
	float: left;
	margin-left: 50px;
	margin-top: 29px;
	}

.thumbnails p {
	margin-top: 0;
	margin-bottom: 25px;
	}
	
.footer {
	text-align: left;
	font-size: 9pt;
	margin-top: 50px;
	margin-left: 40px;
	}