/* CSS Document */



body {
color: #8d8b8b;
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: #391037;
}

table { color: #8d8b8b;
margin:0px; 
padding:0px; 
font-size: 12px;
font-family: trebuchet ms;
text-align: justify;
font-weight:none; 
word-spacing:2px; 
	border: 1px dashed #360e35;}

#content{
    position:absolute;
    top:331px;
	left:250px;
	width: 700;
	height: ; 
		background-color: #1c071b;

				padding: 10px;
		margin: 0px;
  }
 
  	#layout{
    position:absolute;
    top:0px;
	left:200px;
	}
	

a.nav:link, a.nav:visited, a.nav:active  {

font: bold 15px/15px arial; 
text-transform:uppercase;
		background-color: #391037;
	text-align:right;
	 color: #000;
		border-bottom: 0px dotted #333333;}
		
a.nav:hover { color: #FFFFFF; 
border-bottom: 0px dashed #444444;}


div.nav {
	position: absolute;
	left: 420px;
	top: 310px;
	;
}
	
	#aff{
	width: 440;
	}

h1 {
	text-align: left;
	font-weight: normal;

	font-size: 20px;

	color: #FFFFFF;
	font-family: "Century Gothic", sans-serif, Arial;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/h1.jpg);
	background-repeat: no-repeat;

	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 5px;
	border-bottom: 1px dashed #360e35;
}

	
	h2 { background: #2f112e; 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: #FFFFFF; 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 #d84ec6;

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

b, strong {
color: #FFFFFF;
font-family: arial;	
 text-transform: uppercase;
background-color: #391037;
}

em {color: #d84ec6;
}

i {color: #FFFFFF;
}

u {color: #FFFFFF;}


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

	



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

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

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



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

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