/* CSS Document */



body, table {
color: #FFFFFF;
margin:0px; 
padding:0px; 
font-size: 12px;
font-family: trebuchet ms;
text-align: justify;
font-weight:none; 
word-spacing:2px; 
	  
	    background-image:   url(images/bg.jpg);
  background-repeat: repeat-x;
  background-color: #0097a5;
}

#content{
    position:absolute;
    top:80px;
	left:577px;
	width: 423;
	height: ;
	    background-image:   url();
  background-repeat: repeat;
  
  }
 
  	#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-color: #000000;
	 color: #FFFFFF;
	margin:2px 0px 2px 0;
		border-bottom: 0px dotted #333333;}
		
a.nav:hover { color: #000000; 
border-bottom: 0px dashed #444444;
	background-color: #FFFFFF;}


div.nav {
	position: absolute;
	left: 0px;
	top: 310px;
	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: #1fbcfa;   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: #149ed5; font-family: arial narrow; font-size: 10px; 
	text-transform: uppercase; 	color: #000000;  letter-spacing: 4px;
		border-bottom: 1px solid #000000; padding-left: 10px;}
		
		h3 {color: #000000; font-family: arial narrow; font-size: 10px; 
	text-transform: uppercase; 	}
	





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

}
a:hover {
color: #000000;
border-bottom: 1px dashed #FFFFFF;
}

strong {
color: #149ed5;
font-family: Georgia;
}

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


i {color: #FFF; background-color: #000;}

u {color: #59bcff; border-bottom: 1px dashed #000;}


.img {
border: 5px solid #59bcff;
background: #FFFFFF;
padding: 0px;
margin-left: 12px;
margin-top: 2px;
margin-right: 12px;
margin-bottom: 2px;
}

	



textarea, input, option, select	{
border: 1px dashed #FFFFFF;
background: #04557c;
padding: 3px; 
font-size: 8pt;
font-family: Trebuchet MS;
color: #FFFFFF;
}

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





table.footer {
	LINE-HEIGHT: 16px; COLOR: #092544; FONT-SIZE: 9px; background: none; 
	
	padding: 10px;
font-family: trebuchet MS;
font-weight: normal;
text-align: justify;

}


  
  	li { list-style-type: square;
		color: #000000; 
        margin-right: 12px;}
		
.quote {
	position: absolute;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	top: 12px;
	left: 10px;
	width: 1050px;
	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;
	}
