body
  {
	background-color: white;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
  }

.center-image
  {
	display: block;
	margin-left: auto; 
	margin-right: auto;
  }

p 
  {
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	color: black;
	font-size: small;
  }

hr
  {
	border: thin dashed #c0c0c0;
	width: 80%;
  }

.heading
  {
	font-size: x-large;
	text-align: center;
  }

.container
  {
	width: 745px;
	margin-left: auto;
	margin-right: auto;
  }

.header
  {
	width: 560px;
  }

.header-table
  {
	padding: 0px;
	border-width: 0 0 0 0;
  }

.leftnav
  {
	float: left;
	width: 150px;
	border-right: thin dashed #ea1b21;
  }

.content
  {
	width: 380px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 150px;
	margin-right: 175px;
  }

.rightstaff
  {
	float: right;
	position: relative;
	background-color: #C0C0C0;
	padding-left: 5px;
	padding-right: 5px;
	top: -150px;
	width: 175px;
  }

.footer
  {
	position: relative;
	width: 745px;
  }

a:link
  {
	color: #ea1b21;
	text-decoration: none;
  }

a:visited
  {
	color: #ea1b21;
	text-decoration: none;
  }
a:hover
  {
	color: #000000;
	text-decoration: none;
  }
