
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#A0CE67;
}
#container {
	padding:0;
	margin: 0 auto;
	text-align: left; 
	width: 800px;
	border: 1px #cccccc solid;
    background-image:url(images/feature_bkg.gif);
    background-repeat:repeat-y;
    background-color:#FFFFFF;
}
/*containerF styles are used on pages with no features column */
#containerF {
    padding:0;
	margin: 0 auto;
	text-align: left; 
	width: 800px;
	border: 1px #cccccc solid;
	background-color:#FFFFFF;
	}

#content {
padding: 0;
margin:10px 50px 20px 300px;
}
/*contentF styles are used on pages with no features column*/
#contentF {
    padding: 0;
    margin: 20px;
}

#feature {
float: left;
padding: 10px 20px 30px 20px;
margin: 0;
width:210px;
}
#featuretext {
line-height: 1.5;
font-family:Arial, Helvetica, sans-serif;
font-size: .8em;
color: #000000;
margin: 10px 20px 20px 20px;
}
/*highlight features headlines */
.backcolor {
    background-color: #FFFFFF; 
    padding: 5px;
}

#footer {
clear: both;
background-color: #ED7803;
padding: 10px 10px 20px 10px;
border-top: 3px solid #66CC00;
font-family:"Courier New", Courier, monospace;
text-align:center;
font-weight:bold;
font-size: 12px;
color: #FFFFFF;
}
#masthead {
background: #FCFAEB;
height: 120px;
padding: 10px 40px 15px 0;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height: 150%;
color: #ED7803;
}
h1 {
color: #ED7803;
padding-top: 10px;
font-size: 28px;
font-weight: bold;
font-family:  Arial, Helvetica, sans-serif;
}
h2 {
color: #ED7803;
padding-top: 10px;
font-size: medium;
font-weight: bold;
font-family:  Arial, Helvetica, sans-serif;
}
h3 {
color: #ED7803;
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
line-height: 135%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 135%;
}

hr {
    color: #A0CE67;
	background-color: #A0CE67;
	height: 3px;
	}

.center {
    padding:0;
	margin: 0 auto;
	text-align: center; 
}
/* text styles*/
.em {
   font-style: oblique;
   }
.boldtext {
	color: #ED7803;
	font-weight:bold;
}
.boldtextpur {
    color: #9933CC;
	font-weight: bold;
}
.boldtextwhite { 
    color: #ffffff;
	font-weight: bold;
}
.boldtextblack {
   font-weight: bold;
}

.red {
    color: red;
	font-weight: bold;
}
.underline {
    text-decoration: underline;
    font-weight: 600;
}	
/* image styles*/
.within {
margin: 5px;
float: right;
}
.withinl{
    margin: 5px;
    float: left;
}
.double {
    padding-left: 40px;
	padding-right: 40px;
}
.socialIcons {
    padding: 5px;
}
/*end image styles*/
/*photo gallery styles*/
div.left {
    float: left;
    margin-right: 40px;
    width: 200px;
    margin-bottom: 30px;
}

div.left p {
    text-align: center;
}
/*end photo gallery styles*/
/*board/staff styles*/
hr.board {
    color: #9933CC;
	background-color: #9933CC;
	height: 1px;
	clear: left;
	}

.haiku {
    line-height: 1.5;
    color: #9933CC;
    font-style: oblique;
    font-weight: bold;
}
.bioname {
    color: black;
    font-family: "Arial Black", sans-serif;
}
.boardtext{
    margin-left: 220px;
	padding-top: 10px;
	width: 60%;
	}
.boardbio {
    padding-bottom: 40px;
 
	clear: left;
}
/*end board/staff syles*/

/* donate page styles*/
.merch {
    border-bottom: 2px dashed #9933CC;
    margin-bottom: 20px;
	padding-bottom: 20px;
}
div.donate {
    height: 125px;
	border-bottom: 2px dashed #9933CC;
	margin-bottom: 20px;
}

table.paypal td {
    padding-bottom: 20px;
}
/*end donate page styles*/
/* writing sample styles*/
.sample {
    margin: 130px 20px 20px 20px;
    border: 2px solid #9933CC;
    clear: left;
}
.sampleBody {
    margin: 0 auto;
    width: 75%;
}
.title {
    font-family:"Courier New", Courier, monospace;
    font-size: 2em;
    text-align: center;
	font-weight: bold;
	color: #9933CC;
}
.subtitle {
    font-family:"Courier New", Courier, monospace;
    text-align: center;
    font-style: oblique;
	font-size: .80em;
}
.mono {
    font-family:"Courier New", Courier, monospace;
	}
.monoIndent {
    font-family:"Courier New", Courier, monospace;
	text-indent: 3em;
}

/* end of writing sample styles*/
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	list-style-image:url(/images/arrow_sm.gif);
	padding-bottom: 5px;
	
}
#date {
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	text-align:left;
}


a:link {color: #ED7803;}
a:visited{color: #9966CC;}
a:hover{color: #ED7803}
a:active{color: #ED7803;}
a:focus{color: #ED7803;}
a img {border: none; } 
a.featurelink:visited {color: #ED7803}
a.featurelink {font-weight: 700;}

/*hor nav dropdown menu*/

#dropmenudiv{
position:absolute;
font: 12px Arial;
padding-top:12px;
}

#dropmenudiv a{
display: block;
border-bottom: 1px solid #66CC00;
text-decoration: none;
font-style:italic;
line-height: 150%;
color: white;
background-color: #ED7803;
text-align:left;
width:120px;
padding: 5px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFF0E1;
color: #ED7803;
font-style:italic;
}
#horznav{
background-color:#6666CC;
border-bottom: 2px solid #66CC00;
border-top: 2px solid #66CC00;
text-align:center;
}
ul#horznav {
margin: 0;
padding: 5px;
}
ul#horznav a {
display: block;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
width: 120px;
}
ul#horznav a:hover {
color: #FFFFFF;
}
ul#horznav li {
display: inline;
list-style-image: none;
}
/*overview pages submenu links*/

#subLinks a {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ED7803;
}
#subLinks ul {
    margin: 0;
	padding: 0;
}
#subLinks ul li {
      list-style: none;
      padding: 5px 5px 5px 0px;
      margin: 0;
}
     
