/* CSS Document */


#content{
    position:absolute;
    top:-20px;
	left:180px;
	width: 600;
	height: ;}

#nav { 
	position: absolute;
	left: 35px;
	top: 280px;
	width: ;
}

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

	#aff{
	width: 300;
	}

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

	text-align: justify;
	font-family: Arial, Tahoma, Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	text-transform: none;
	font-weight: normal; 
	margin-bottom: 15px;
	margin-left: 0px;
	
	letter-spacing: 1px;

}


h3 {margin-bottom:5px;font-size:18pt; color: #9A2F8F;font-family:Century Gothic;font-weight:normal;}
h3:first-letter { color: #AA62B3; font: 28px georgia;}
h5 {margin-bottom:5px;font-size:12pt; color: #D50805;font-family:Century Gothic;font-weight:normal;}
h2 {margin-bottom:5px;font-size:14pt; color: #D50805;font-family:Century Gothic;font-weight:normal;
	border-bottom: 1px solid #FFFFFF;}

h1 {
	margin: 8px 0px 8px 0px;
	color: #FFFFFF;
	background: ;
	border-bottom: 1px solid #D50805;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 20px;
	padding: 0px;
	letter-spacing: 2px;
	height: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
h1:first-letter { color: #D50805; font: 24georgia;}


a, a:link, a:visited, a:active {color:#D50805;
font-size: 9pt;}
A:hover {color:#ffffff; border-bottom: 0px solid #A63969;
text-transform: none;}




u{color:#B42FB8;
font-size: 9pt;
border-bottom: B42FB8 1px dashed;}

strong{color:#CC67B0;
font-family: verdana;
font-size: 9pt;}

b {
    text-decoration: none;
	color: #A7338D;
	font-family: Times New Roman;
	text-transform: uppercase;}

i{color:#D4C5F0;
font-family: tahoma;
font-size: 9pt;}

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


.img {
border: 8px solid #D50805;
background: #A40901;
padding: 0px;
margin-left: 12px;
margin-top: 2px;
margin-right: 12px;
margin-bottom: 2px;
}

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



h4 {
	padding: 5px 0px;
	margin: 5px;
	display: block;
    letter-spacing: 2px;
}

h4 a, h4 a:hover, h4 a:visited {
	font-weight: normal;
	color: #FFFFFF;
}

/* JS Navigation */

.arrowlistmenu{
width: 160px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/

color: black;
background: white url('') repeat-x center left;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
text-transform: uppercase;
cursor: hand;
cursor: pointer; font-style:normal; font-variant:normal; font-weight:normal; font-size:14px; font-family:Century Gothic, sans-serif; padding-left:10px; padding-right:0; padding-top:4px; padding-bottom:4px
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url('');
background: #D50805;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
display: block;
}

.arrowlistmenu ul li a{
color: #FFFFFF;
background: url('') no-repeat center left; /*custom bullet list image*/
display: block;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-family: Arial, Tahoma, Trebuchet MS;
letter-spacing: 1px;
font-weight: normal;
text-transform: lowercase;
padding-right:0; padding-top:2px; padding-bottom:2px
}

.arrowlistmenu ul li a:visited{
color: #FFFFFF;
text-transform: lowercase;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #D50805;
background-color:;
}


ul {	padding-right: 30;}

li { list-style-type: square;
		color: #A7338D; }
.text {color: #FFFFFF;}
			
.quote a{
color: #FFFFFF;
}	
.quote a:visited{
color: #FFFFFF;
}	

.quote a:hover {
color: #D50805;
background-color:;
}	




td a:link, td a:visited, td a:hover {

	font-size: 9px;
	text-transform: uppercase;

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

	}
.codesort li a{
	color: #AA62B3;	
	}

.codesort li a:visited{
	color: #AA62B3;	
	}

.codesort li a:hover{
	color: #FFFFFF;	
	}
		
	.quotes {
	border: 1px dotted #AA62B3;
	padding-left: 15px;
	padding-right: 15px;	}
