body {
  margin: 20px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 75%;
  color: #663300;
  background-color: #FAF8D3;
}

h1 {
	clear: both;
	padding: 5px 0 12px 10px;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1.5px;
	color: #006633;
	font-variant: small-caps;

}

#text h1 {
  background:  url(images/h1_bg.jpg) no-repeat bottom center;
}

h2 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 -10px 0;  
  font-size: 1.0em;
  font-weight: normal;
  text-transform: uppercase;
  color: #56B600;
}

p {
	line-height: 20px;
	padding: 8px 0 8px 5px;
	margin: 5px 0 5px 0;
	font-family: "Trebuchet MS", Arial, Georgia;
	color: #663300;
	font-size: 14px;
	text-align: left;

}

p:first-letter {
  font-size: 1.2em;
}

#news p {
  padding: 8px;
}

a {
	color: #FF3300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: normal;



}

a:hover {
	color: #000000;
	border: 1px none #333333;

}

#news   a:hover,
#footer a:hover {
	border: 1px none #FFFFCC;
	color: #000000;


}

ul, ol {
	padding-bottom: 8px;
	line-height: 20px;
	list-style-image: url(images/bullet.gif);

}

ul {
	list-style-image:  url(images/bullet.gif);
	line-height: 25px;

}





/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #news or #text widths as well.
 ***************************************************/

#siteBox {
  width: 750px;
  margin: 0px auto;
  text-align: left;
}


/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/


#header {
  height: 185px;
  background:  url(images/banner2.gif) no-repeat center top;
}



/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

#menu {
  text-align: center;
  margin-bottom: 20px;
}

#menu a {
	padding: 6px 5px 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #72543F;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Georgia;
	font-size: 9pt;
}

#menu a:hover, #menu a.active {
  background:  url(images/menu_tab.gif) no-repeat top center;
}





/***************************************************
   Left News Column
   -------------------------------------------
   1. Change to right side column by altering
      #news float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#news {
	float: left;
	width: 175px;
	padding: 0 20px 0 0;
	text-transform: uppercase;


}
#newsrt {
	float: right;
	width: 175px;
	padding: 0 0 20px 0;

}

#news .block {
  margin-bottom: 20px;
  background: #009900 url(images/block_top.gif) no-repeat center top;
}

#news .block .bottom {
  height: 28px;
  background: #009900 url(images/block_bottom.gif) no-repeat center bottom;
}

#news .links {
	margin: 10px 0 10px 0;
	color: #000000;

	background-color: ;
	visibility: visible;
	text-transform: uppercase;



}

#news .links a, #news .links a.visited {
	display: block;
	padding: 6px 0 6px 10px;
	font-variant: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #484800;
}

#news .links a:hover {
  background: url(images/link_news.gif) no-repeat center center;
}

#news a img {
  border: 0px;
}

#newsaward {
	float: left;
	width: 175px;
	padding: 0 20px 0 0;


}

#newsaward .block {
  background: #009900 url(images/block_top.gif) no-repeat center top;
}

#newsaward .block .bottom {
  height: 28px;
  background: #009900 url(images/block_bottom.gif) no-repeat center bottom;
}

#newsaward .links {
	margin: 10px 0 10px 0;
	color: #000000;

	background-color: ;
	visibility: visible;
	text-transform: uppercase;



}

#newsaward .links a, #news .links a.visited {
	display: block;
	padding: 6px 0 6px 10px;
	font-variant: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #484800;
}

#newsaward .links a:hover {
  background: url(images/link_news.gif) no-repeat center center;
}

#newsaward a img {
  border: 0px;
}


/***************************************************
   Right Content Column
   -------------------------------------------
   1. Change to left side column by altering
      #text float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#text {
  float: left;
  width: 375px;
}






/***************************************************
   Footer Styles
 ***************************************************/

#footer {
	height: 100px;
	padding: 28px 3px 0 5px;
	margin: 20px 0 20px 0;
	background:  url(images/footer.gif) no-repeat top right;
	text-align: center;

}

p#footer:first-letter {
  font-size: 1.0em;
}

#footer img.right {
  padding: 5px 2px 0 2px;
  border: 0px;
}



/***************************************************
   Large <ul> Link Styles
   --------------------------------------------
   Creates the large links blocks that can be
   used in the #text section
 ***************************************************/


ul.links {
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.links li a {
  float: left;
  width: 370px;
  padding-top: 5px;
  margin: 0px;  
  cursor: pointer;
  text-decoration: none;
}

ul.links li a:hover {
  background: #DDD url(images/link_top.gif) no-repeat top center;
}

ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background:  url(images/link_arrow.gif) no-repeat center left;
}

ul.links li a span.desc {
  float: left;
  width: 350px;
  padding-right: 3px;
  margin-left: 10px;
  color: #666
}

ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.links li a:hover span.bottom {
  background: #EEE url(images/link_bottom.gif) no-repeat top center;
}




/***************************************************
   Display Classes
 ***************************************************/

img.right {
  float: right;
  padding: 3px;
}

img.left {
  padding: 3px;
}

.photocredit {
	font-family: "Trebuchet MS", Arial, Georgia;
	font-size: 8px;
	font-style: italic;
	color: #330000;
	text-align: justify;

}
.questions {
	font-family: "Trebuchet MS", Arial, Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	font-style: italic;
	font-variant: small-caps;
	text-decoration: underline;
}
h3 {
	color: #006600;
	font-family: "Trebuchet MS", Arial, Georgia;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: 16px;
}
.quote {
	font-style: italic;
	padding: 20px;

}
.textbold {
	font-family: "Trebuchet MS", Arial, Georgia;
	font-weight: bold;
}
.textleft {
	font-family: "Trebuchet MS", Arial, Georgia;
	font-size: 14px;
	color: #663300;
	text-align: left;
}
.bolditalic {
	font-family: "Trebuchet MS", Arial, Georgia;
	font-style: italic;
	font-weight: bold;
}
.textlinks a {
	text-decoration: none;
	color: #330000;
	font-weight: bold;

}
.nonfictext {
	width: auto;
}

