* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
}
a {
  text-decoration: none;
  color: #684A2D;
  font-weight: bold;
}
a:hover { color: #27869B; }

#button_nav {
  width: 252px;
  float: right;
  margin-top: 75px;
  margin-right: 170px;
}
* html div#button_nav { margin-right: 85px; }
#give {
  width: 252px; 
  height: 25px;
  margin: 0px auto; 
  padding: 0;
  position: relative;
}
#give li {
  margin: 0; 
  padding: 0; 
  list-style: none;
  position: absolute; 
  top: 0;
}
#give li, #give a {
  height: 25px; 
  display: block;
}
#donate {left: 0; width: 124px;}
#join {left: 128px; width: 124px;}
#donate a, #donate a:hover, #join a, #join a:hover {
  height: 0px !important;
  overflow: hidden;
  margin-left: -4px;
  padding: 25px 0 0 0;
  height /**/:25px;
}
#donate a { background: transparent url(images/donate.gif) left top no-repeat; }
#donate a:hover { background: transparent url(images/donate_over.gif) left top no-repeat; }
#join a { background: transparent url(images/join.gif) left top no-repeat; }
#join a:hover { background: transparent url(images/join_over.gif) left top no-repeat; }
#center_img {
  position: relative;
/*  width: 309px; 
  height: 68px; */
  margin: 0px auto; 
}
#center_img a { background: transparent url(images/tag.gif) left top no-repeat; }
#center_img a:hover { background: transparent url(images/tag_f2.gif) left top no-repeat; }
img { border: 0; }
#content ul, #rightcontent ul, #newsletters ul { padding-left: 15px; }
#leftcolumn ul { 
  padding-left: 20px;
  padding-bottom: 15px;
}
#leftcolumn ul.stories {
  font-size: 0.8em;
}

#container {  
  position:relative; 
  margin: 20px auto; 
  width: 760px;
  background: transparent url(images/WE_middle.gif) left top repeat-y;
  text-align: left;
}
#header {
  position: relative;
  background: url(images/WE_header.gif) left top no-repeat;
  height: 142px;
  width: 760px;
}
#motto {
  float: right;
  height: 142px;
  width: 576px;
  margin-right: 10px;
}

/* CONTROLS NAVIGATION BAR */
/* created 22 February 2007 */
/* modified 14 April 2007 */
#navigation { 
  font-size: 13px; 
  margin-top: 102px;
}
* html #navigation { margin-top: 85px; }
#navigation ul {
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding-bottom: 5px;
  padding-top: 5px;
}
#navigation ul li { display: inline; }
#navigation ul li a {
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}
#navigation ul li a:hover { color: #27869B; }

#innercontainer { position: relative; width: 760px; }
#leftcolumn {
  float: left;
  width: 156px;
  background:#DEE5CD url(images/WE_column.gif) top left repeat-y;
  margin-left: 13px;
  padding-top: 10px;
  display: inline;
}
#leftcolumn p { 
  margin: 10px 5px;
  font-weight: bold;
}
.small {
  font-size: 0.8em;
  font-weight: normal;
}
#rightcontent {
  float: right;
  margin-top: 15px;
  margin-right: 30px;
  display: inline;
  width: 540px;
}
#rightcontent p {
  text-align: justify;
  margin: 10px 0;
}
#rightcontent p.quote {
  padding: 0 30px;
  font-style: italic;
}
#rightcontent p.author {
  padding-left: 70px;
  font-style: italic;
}
#rightcontent span.newsarticles {
  margin: 0;
  font-size: 0.9em;
  color: #666633;
}
#movie { 
  float: right;
  display: inline;
  padding-top: 10px;
  margin-right: 55px;
  width: 170px;
  color: #27869B;
  font-weight: bold;
}
#content #movie p { width: 225px; text-align: center; }
#mainpage {
  position: relative;
  width: 440px;
  margin: 10px 0px;
}
* html div#mainpage { width: 435px; }
#mainpage p {
  margin: 10px 15px;
  text-align: justify;
  font-size: 1.1em;
}

#content {
  position: relative;
  width: 695px;
  margin: 2px 35px;
}
#content p {
  text-align: justify;
  margin: 10px 0;
}
#extra { clear: both; }
#newsletters {
  position: relative;
  width: 695px;
  margin: 2px 18px 15px 17px;
  font-size: 0.9em;
}

/* CSS code for forms */
/* created:  23 February 2007 */
/* remove border from fieldset as it's not wanted, but fieldset needed for validation */
fieldset {border: 0;}
/* code for labels */
/* set the margins so the labels are all uniform */
label {
  width: 170px;
  float: left;
  font-weight: bold;
  text-align: right;
  margin: 2px 1em 5px 0;
}
label.test { width: 200px; }
span.sameline {
  margin: -7px 1em 5px 0;
  font-weight: bold;
  height: 12px;
}
/* add margin below the input fields to line them up with the labels */
.input-box, .input-textarea, .input-menu {margin-bottom: 5px;}
/* code for the buttons */
.submit-button, .reset-button {
  width: 75px;
  margin-left: 112px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  cursor:pointer; 
  background: #615F40;
  color: #E4B968; 
  border-top: 1px solid #937F5F; 
  border-left: 1px solid #937F5F; 
  border-bottom: 1px solid #433621; 
  border-right: 1px solid #433621; 
}
.submit-button:hover, .reset-button:hover {
  background: #E4B968; 
  color: #615F40; 
  border-top: 1px solid #433621; 
  border-left:  1px solid #433621;
  border-bottom: 1px solid #937F5F; 
  border-right: 1px solid #937F5F;  
}

#footer {
  background: url(images/WE_footer.gif) left bottom no-repeat;
  position: relative;
  height: 110px;
  width: 760px;
  text-align: center;
}
.separator {
  margin: 2px 35px;
  border-top: 3px solid #615F40;
}
#information {
  float: right;
  height: 110px;
  width: 660px;
  text-align: center;
}

h1 {
	font-size: 4px;
	color: #FFFFFF;
	margin: 1px;
	padding: 1px;
}
h2 {
	font-size: 18pt;
	font-weight: bold;
	color: #615F22;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 16pt;
	font-weight: bold;
	color: #615F22;
	margin: 0px;
    padding-top: 10px;
	text-align: center;
}
.grn10b {
	font-size: 10pt;
	font-weight: bold;
	color: #615F22;
}
.grn10 {
	font-size: 10pt;
	color: #615F22;
}
.grn12b {
	font-size: 12pt;
	font-weight: bold;
	color: #615F22;
}
.grn18b {
	font-size: 18pt;
	font-weight: bold;
	color: #615F22;
}
.grn8b {
	font-size: 8pt;
	font-weight: bold;
	color: #666633;
}
.grn8 {
	font-size: 8pt;
	color: #666633;
}
.grn14b {
	font-size: 14pt;
	font-weight: bold;
	color: #666633;
}
.grn18i {
	font-size: 18pt;
	font-style: italic;
	color: #666633;
    padding-top: 6px;
    margin: 8px 50px 0 50px;
}
.blk12b {
  padding-top: 12px;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
#content p.blk12bc {
/*font-family: Myriad Web Pro Condensed;*/
font-family: Myriad Web;
	font-size: 12pt;
	font-weight: bold;
    text-align: center;
	color: #000000;
}
#content p.blk11b {
/*font-family: Myriad Web Pro Condensed;*/
font-family: Myriad Web;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}
#content p.blk11 {
/*font-family: Myriad Web Pro Condensed;*/
font-family: Myriad Web;
	font-size: 11pt;
	color: #000000;
}
#content p.blk11i {
/*font-family: Myriad Web Pro Condensed;*/
font-family: Myriad Web;
	font-size: 11pt;
    margin-left: 10px;
	color: #000000;
}
#content p.blk11i span { font-weight: bold; }
.blk13b {
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}
#content p.grnbox {
font-family: Myriad Web;
  font-size: 11pt;
  font-weight: normal;
  text-align: center;
  color: #000000;
  background-color: #DEE5CD;
  width: 100%;
  margin: 10px auto;
  padding: 10px;
}
.bold {
  font-weight: bold;
  color: #666633;
}

/* CONTROLS COPYRIGHT CONTENT */
/* created 11 December 2006 */
#copyright p {
  font-size: .8em;
  text-align: center;
}

p.test { padding-left: 35px; }
p#joinwe { 
  font-family: Monotype Corsiva; 
  font-size: 2em;
  text-align: center;
}
p#joinwe a { color: #89623A; }
p#joinwe a:hover { color: #27869B; }

ol.one { padding-left: 20px; padding-bottom: 15px; }
ol.a { padding-left: 20px; list-style-type: lower-alpha; }
ol.one li { padding-top: 15px; }
ol.one li:first-child { padding-top: 0; }
ol.one ol.a li { padding-top: 0; }
h4 { padding-bottom: 15px; }
ul.square {
  list-style-type: square;
  padding-bottom: 15px;
}
ul.square li { padding-left: 10px; }