/* 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: #9dbada;
}

#content{
    position:absolute;
    top:100px;
	left:400px;
	width: 580;
	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  {

font: bold 15px/15px arial; 
text-transform:uppercase;

	text-align:right;
	 color: #0c8da0;
		border-bottom: 0px dotted #333333;}
		
a.nav:hover { color: #9dbada; 
border-bottom: 0px dashed #444444;}


div.nav {
	position: absolute;
	left: 355px;
	top: 20px;
	;
}
	


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

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





a:link, a:visited, a.active {
color: #0c8da0;  
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: #ee2836;
font-family: arial;	
 text-transform: uppercase;
background-color: #FFFFFF;
}

i {color: #0c8da0;
}

u {color: #0c8da0;}


.img {
border: 5px solid #0c8da0;
background: #9dbada;
padding: 0px;
margin-left: 12px;
margin-top: 2px;
margin-right: 12px;
margin-bottom: 2px;
}

	



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

blockquote {
	border-left: 5px solid #0c8da0;
	padding-left: 5px;
	}

pre {color: #0c8da0;
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	padding: 5px;
}



	li { list-style-type: square;
		color: #ee2836; 
        margin-right: 12px;}
	.text {color: #414141;}
	
	#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;
	}