body {
  margin: 0 0 20px 0;
  padding: 0; 
  background: #d5d6d7 url('images/frame_bg.jpg');
  font: small Verdana, sans-serif;
  color: #333;
  text-align: center;
}

#page {
  margin: 20px auto;
  padding: 0;
  width: 760px;
  background: url('images/frame_sides.jpg') repeat-y top; border: none; 
  background-color: white;
  text-align: left;
}

#header {
  margin: 0 0 0 1px; 
  padding: 0; 
  height: 170px; 
  width: 758px;
  background: #73a0c5 url('images/frame_top.jpg') no-repeat bottom center;
}

#footer {
  padding: 0 0 5px 0;
  margin: 0 auto;
  width: 760px;
  clear: both;
  background: #eee url('images/frame_bottom.jpg') no-repeat top; 
  border: none;  
}

#footer p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
}

/* Begin Structure */
#headerimg {
  margin: 0;
  width: 100%;
}

#content {
	float: left;
	padding: 0 45px 20px 45px;
	margin: 0px 10px 0px 10px;
	background: #ffffff;
}

#nav {
   text-align: center;
	border-top: 1px solid #A8A9AD;
	border-bottom: 1px solid #A8A9AD;
}

#nav table {
   margin-left: auto;
	margin-right: auto;
	text-align: left;
}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 12px 2px 12px;
	text-decoration: none;
	color: #A8A9AD;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #000;
}

#current {
   font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 12px 2px 12px;
	text-decoration: none;
	color: #000;
}

a:link, a:link.active, a:visited, a:visited.active {
	text-decoration: none;
	color: #F4931E;
}

a:hover {
	text-decoration: underline;
}

.centered { text-align: center; }

.left {
	text-align: left;
}

.sectionHeading {
   font-weight: bold;
	font-size: medium;
}

.letter {
	border: solid 1px #333;
	padding: 15px;
}