* {
	margin: 0;
	padding: 0;
}

body {
  background: #ffffce;
	font-family: Arial, Helvetica, sans-serif;
	color: #395b57;
}

#mainWrap {
  position: relative;
	width: 50em;
	margin: 0 auto;
	padding: 0;
	background: #cdcd9b;
}

#header {
	margin: 0;
	padding: 1em;
	color: #ffcc34;
	background: #395b57;
	border-bottom: 2px solid #ffcc34;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 300%;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	line-height: 1em;	
	font-weight: normal;
}

h3 {
  color: #395b57;
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5em;
}

h4 {
 color: #395b57;
 font-size: 1.1em;
 line-height: 1.8em;
 font-weight: normal;
}

.larger {
  font-size: 1.5em;
	color:#395b57;
}

.middle {
  vertical-align: middle;
}

.centre {
  text-align: center;
}

#nav {
	float: left;
	width: 10em;
	padding: 2em 0;
	text-align: center;
	border-top: 3px solid #395b57;
}

/* use an unordered list without bullets for nav bar.
   Let 5px of background colour show at either side. */

#nav ul {
	list-style: none;
	margin: 5px;
}

#nav li {
  font-family: Arial, Helvetica, sans-serif;
	background: #ebf8ec;
	margin: 5px;
}

/* Style the links.
   The current page has a border on the current li.
	 Hover and active links have reversed colours. */
	 
#nav li.current {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #ebf8ec;
	border-right: 10px solid #395b57;
	border-bottom: 2px solid #395b57;
}

#nav a, #nav a:link, #nav a:visited {
  font-family: Arial, Helvetica, sans-serif;
	background: #ebf8ec;
	text-decoration: none;
	font-weight: bold;
	color: #395b57;
}

#nav a:active, #nav a:hover {
  font-family: Arial, Helvetica, sans-serif;
	background: #395b57;
	text-decoration: none;
	font-weight: bold;
	color: #ebf8ec;
}

#contentWrap {
  position: relative;
	float: right;
	width: 40em;
	background: #fff;
	border-top: 3px solid #395b57;
}

/* add padding to content box to force more of the background to show
	 and balance out the size of page. */

#content {
	position: relative;
	width: 38em;
	padding: .5em 5em 1em 2em;
	overflow: hidden;
}

img {
  border: none;
}

/* format button-style link and paragraph */

p.buttonp {
    width: 88%;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;	
	line-height: 1.2em;
	text-align: center;
	background: #ffcc34;
	border: 2px outset #d5d500;
	overflow: hidden;
	margin-bottom: .5em;
}

a.button:link, a.button:visited,
a.button:focus, a.button:active {
    display: block;
	width: 100%;
	color: #395b57;
	text-decoration: none;
	text-align: center;
	line-height: 1.2em;
}

a.button:hover {
  text-decoration: underline;
}

/* float images to the left or right */

img.float_left_top {
  clear: both;
	float: left;
	margin: 3em .5em .5em 0;
	border: 0;
}

img.float_left_none {
  clear: both;
	float: left;
	border: 0;
}

img.right {
  float: right;
}

img.float_right {
  clear: both;
	float: right;
	position: relative; z-index: 1;
	padding: 0 0 2em 0;
}

img.float_right_2 {
 clear: both;
 float: right;
 position: relative; right: 1em;
}

img.float_left_top {
  position: relative; top: -3em;
	float: left;	
}

img.float_left {
  clear: both;
	float: left;
	margin: 1em .5em .5em 0;
	border: 0;
}

img.float_left_extra {
  clear: both;
	float: left;
	margin: 1em .5em 2.5em 0;
	border: 0;
}

/* attempt to fix browser problem of 
   text going under image floated
	 left or being pushed below the
	 image floated left. */
	
#one, #two, #three {
  clear: both;
}
 
.text_left {
  clear: left;
	width: 25em;
	text-align: left;
}

/* other text formatting */

.indent {
  position: relative; left: 5em;
	width: 35em;
}

.indent2 {
  position: relative; left: 1em;
     width: 30em;
}

#content p {
  color: #395b57;
	padding: .5em 2em 1em 0;
}

p.caption {
  clear: both;
	float: left;
	position: relative; top: -1em; 
	position: relative; z-index: 1;
	margin: 1em 0; 
	padding: 1.2em;
	border: 1px solid #5b5b34;
	background: #efefde;
	color: #515b39;
	font-style: italic;
	font-size: .75em;
	text-align: center;
}

p.caption2 {
  position: relative; left: 4em; 
	width: 22em;
	margin: 1em; 
	padding: 0.5em 0.5em 0.5em 1em;
	border: 1px solid #5b5b34;
	background: #efefde;
	color: #515b39;
	text-align: center;
	font-style: italic;
	font-size: .75em;
	text-align: center;
}

ul.clear {
	clear: both;
	}

p.wrap {
  width: 25em;
	margin: 0;
	padding: 0;
}

p.buffer, h3.buffer {
  margin-top: 4em;
}

.left {
  clear: left;
}

.clear_all {
  clear: both;
}

.left_narrow {
  clear: left;
	width: 13em;
}

p.x_space {
  margin: 20px 0;
}

.float_left {
  clear: left;
	float: left;
}

/* style regular links */

a.reg:link {
  color: #395b57;
}

a.reg:visited {
  color: #808000;
}

a.reg:hover {
  background: #395b57;
	color: #ffcc34;
}

#centre {
  text-align: center;
}

/* format secondary navigation:
	 - dark green link,
	 - orange link with green background
	   for hover, focus and active 
	 - tan colour for visited link
	 - visited and hover link colour is orange. */

#nav_sub ul {
  margin-bottom: 3em;
}

#nav_sub li {
  list-style-image: url(../images/bullet.png);
	position: relative; left: 2.5em;
}

#nav_sub a:link {
  color: #395b57;
}

#nav_sub a:visited {
  color: #808000;
}

#nav_sub a:focus {
  color: #808000;
}

#nav_sub a:hover {
  background: #395b57;
	color: #ffcc34;
}

#nav_sub a:active {
  color: #ffcc34;
}

/* format directors' contact info table */

table, th, td {
  border: none;	
}

th, td {
  padding: 0 .5em;
	text-align: left;
}

.odd {
  background: #ffffce;
}

.even {
  background: #ebf8ec;
}

/* format footer:
  - required to acknowledge our hosting
	  company on every web page. */

#footer {
	clear: both;
	text-align: center;
	text-decoration: none;
	background: #5b5b34;
}

#footer p {
  padding: 1em 0;
}

#footer a:link, #footer a:visited,
#footer a:focus, #footer a:hover,
#footer a:active {
  font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #cdcd9b;
	font-style: italic;
	font-weight: bold;
}







