﻿@charset "utf-8";
/* CSS layout */
* {
	padding: 0;
	margin: 0;
}
#masthead {
	margin: auto;
	width: 1000px;
	height: 200px;
	background: #fff url('images/banner.jpg') no-repeat;}
	
#page_content {
	margin: auto;
	width: 1000px;}
	
#footer {
	margin: auto;
	width: 1000px;
	height: 72px;
	text-align: center;
	background: #fff url('images/footer.jpg') no-repeat;
	background-position:right bottom;}

#navlist {
	text-align: right;}
	
#navlist li {
	display:inline;
	padding:0 .9em;
	border-right:1px solid #ababab;
	background: #00786E;}

#navlist li.last {
	border:none;}
	
#navlist a {
	color:white;
	text-decoration:none;}
	
#navlist a:hover {
	color:#ABABAB;}

body {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #272727;
	line-height: 1.8em;}

h1 {
	font-family:'Times New Roman',Times,serif;
	color: #00786e;
	padding-bottom: 20px;
	padding-left: 30px;
	background: #fff url('images/heading.jpg') no-repeat;}
	
h2 {
	font-family:"Times New Roman", Times, serif;
	color: #272727;}
	
.question {
	color: #272727;
	font-weight: bold;
	padding-right: 10px;}
	
.image {
  border-style: solid;
  border-width: 5px;
  margin: 10px 10px 10px 10px; }