/* CSS Document */



body, table {
color: #414141;
margin:0px; 
padding:0px; 
font-size: 12px;
font-family: trebuchet ms;
text-align: justify;
font-weight:none; 
word-spacing:2px; 

  scrollbar-face-color:#FCFCFC;
      scrollbar-shadow-color:#FFFFFF;
      scrollbar-highlight-color:#FFFFFF;
      scrollbar-3dlight-color:#FFFFFF;
      scrollbar-darkshadow-color:#FFFFFF;
      scrollbar-track-color:#F6F6F6;
      scrollbar-arrow-color:#9CC0C3;
	  
	    background-image:   url(images/bg.jpg);
    background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#content{
    position:absolute;
    top:100px;
	left:440px;
	width: 550;
	height: ; 
		    background-image:   url(images/content.png); 
				padding: 10px;
		margin: 0px;
  }
 
  	#layout{
    position:absolute;
    top:0px;
	left:0px;
	}
	

a.nav:link, a.nav:visited, a.nav:active  {
display:block; 
font:italic bold 15px/15px arial; 
text-transform:uppercase;
 padding:5px 10px;
	text-align:right;
	    background-image:   url(images/transparent.png);
	 color: #000000;
	margin:2px 0px 2px 0;
		border-bottom: 0px dotted #333333;}
		
a.nav:hover { color: #70ec3d; 
border-bottom: 0px dashed #444444;
	background-color: #FFFFFF;}


div.nav {
	position: absolute;
	left: 0px;
	top: 190px;
	width: 150px;
}
	
h1
{
color:#057c0e; 
text-align:left; 
font-weight:lighter; 
font-style:normal; 
font-variant:normal; 
font-size:12pt; 
font-family:Times New Roman; 
background-repeat:no-repeat;


margin-bottom:5px; 
padding-right:0px; 
margin-right:0px; 

    font-weight: bold;
	letter-spacing: 6px;
	text-transform: lowercase;
    font-style: none;}

h1 {color: #02b805;   text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 2;
  letter-spacing: -1px;
 font-family: "Arial Narrow", Arial, Verdana, Helvetica, sans-serif;

  font-size: 21pt;}
	
	h2 { background: #117a16; font-family: arial narrow; font-size: 10px; 
	text-transform: uppercase; 	color: #FFFFFF;  letter-spacing: 4px;
		border-bottom: 1px solid #32818E; padding-left: 10px;}
		
		h3 {color: #036016; font-family: arial narrow; font-size: 10px; 
	text-transform: uppercase; 	}
	





a:link, a:visited, a.active {
color: #107c15;  
text-decoration: none;
font: 12px Times New Roman;
font-style: italic;
border-bottom: 1px dotted #333333;

}
a:hover {
color: #555555;
border-bottom: 1px dashed #444444;
}

b {
color: #036016;
font-family: Georgia;
}

i {color: #12ba08;
	background-color: #FFFFFF;}

u {color: #5c3288;}


.img {
border: 5px solid #117a16;
background: #d0fb92;
padding: 0px;
margin-left: 12px;
margin-top: 2px;
margin-right: 12px;
margin-bottom: 2px;
}

	



textarea, input, option, select	{
border: 1px dashed #117a16;
background: #d0fb92;
padding: 3px; 
font-size: 8pt;
font-family: Trebuchet MS;
color: #000000;
}

blockquote {
	border-left: 5px solid #02b805;
	padding-left: 5px;
	}

pre {color: #000000;
	background-color: #d0fb92;
	font-size: 11px;
	text-align: center;
	padding: 5px;
}



	li { list-style-image: url(images/bullet.png);
        margin-right: 12px;}
		
			.text {background-image:   url(images/content.png);}
	
	#indent {
margin-left: 15px;

}

div.footer {
	font-family: century gothic;
	font-size: 10px;
	line-height: 10px;
	background-repeat: no-repeat;
	text-transform: ;
	margin-left:0px; margin-right:0px; margin-top:30px; margin-bottom:0px; padding-left:px; padding-right:0px; padding-top:0px; padding-bottom:10px
}


.quote {
	position: absolute;
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	top: 510px;
	left: 280px;
	width: 130px;
	margin: 0px;
	padding: 0px;
	z-index: 4;

	}
	

/* add this rule to your CSS to get the donation form to align */
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}
.codesort li {
	display: inline;
	padding-right: 0.5em;
	}