/* CSS Document */

body {
background-image:    url(images/bg.jpg);
    background-repeat: repeat-x;
	background-color: #0C404C; }

body {
	text-align: justify;
	font-family: Arial, Tahoma, Trebuchet MS;
	font-size: 12px;
	color: #F1FDFD;
	line-height: 18px;
	text-transform: none;
	font-weight: normal; 
	margin: 0px;
	padding: 10px;

	letter-spacing: 1px;}
	
#content{
     position:absolute;
    top:440px;
	left:10px;
	width: 700px;
	padding: 10px;
		margin: 0px;}
	
#layout{
    position:absolute;
    top:0px;
	left:0px;
	}
  
  
a.nav:link, a.nav:visited, a.nav:active {
	position: relative;
	top: 0px;
	left: 0px;
 font-family: "Arial Narrow", Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	line-height: 8px;
	color: #98C7CB;
}

a.nav:hover { color:#2A848B;
border-bottom: 1px dashed #DDABB7; }


div.nav {
	position: absolute;
	left: 200px;
	top: 85px;
	width: 600px;
}
	
	
	#aff{
	width: 440;
	}
  
 
 
 h1 {color: #E0D0D7;   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: #4293A2; font-family: arial narrow; font-size: 10px; 
	text-transform: uppercase; 	color: #D7E8EB;  letter-spacing: 4px;
		border-bottom: 1px solid #32818E; padding-left: 10px;}
		
 	h3 {  	font: 14px "calibri", sans-serif; 

	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;	color: #E0D0D7;
		}
		
		  h4 { 
	font: 14px "calibri", sans-serif; 
	color: #334A1B; 
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	}
	

 

  b, strong { 
	font: 14px "calibri", sans-serif; 
	color: #24727F; 
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	}
	
	i {color: #FFFFFF;  
	background: #24727F;}
	
	u{}
 
 
  a:link, a:visited, a.active {
color: #DDABB7;  
text-decoration: none;
}
a:hover {
color: #FFFFFF;
border-bottom: 1px dashed #444444;
}
  
  
  
  
  
   .img {
border: 8px solid #4293A2;
background: #E0D0D7;
padding: 0px;
margin-left: 12px;
margin-top: 2px;
margin-right: 12px;
margin-bottom: 2px;
} 

   .imgprof {
border: 8px solid #4293A2;
background: #E0D0D7;
padding: 0px;
margin-left: 12px;
margin-top: 12px;
margin-right: 12px;
margin-bottom: 2px;
} 
  
  
  
    textarea, input, option, select	{
border: 2px solid #4293A2;
background-color: #24727F;
padding: 3px; 
font-size: 8pt;
font-family: Trebuchet MS;
color: #E0D0D7;
}
  
  pre {color: #FFFFFF;
	background-color: #4293A2;
	font-size: 11px;
	text-align: center;
	padding: 5px;
}
  
  
  
  	li { list-style-type: square;
		color: #FFFFFF; 
        margin-right: 12px;}
	.text {color: #CCCCCC;}
  
  
  
  
/* footer */
  
  	div.footer {
		text-align: justify;
	font-family: Arial, Tahoma, Trebuchet MS;
		font-size: 10px;
	line-height: px;
	text-transform: none;
	font-weight: normal; 
	margin-left:0px; margin-right:0px; margin-top:20px; 
	margin-bottom:0px; padding-left:10px; padding-right:10px; padding-top:25px; padding-bottom:0px
}

/* 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;
	}


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