/* CSS Document */

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

#header {
	background: url(images/header.jpg) repeat-x;
	width: 1000px;
	height: 678px; 
	margin: 0px auto;
	padding: 0px; }

#content {
	width: 1000px;
	height: ;
	margin-top: -17px;
    padding: 0px 0px 0px 0px;
}
	
	#indent { margin: 20px; }

#left { 
	text-align: left;
	float: left;
	width: 200px;
	height: ;
	padding: 0px;
	margin-top:25px;
	margin-left:0px;}

#main {
	float: right;
	width: 750px;
	height: ;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background: transparent;}

  	div.footer, table {
	
	
	background-color: #;

LINE-HEIGHT: 16px; COLOR: #213d45; FONT-SIZE: 9px; background: #; 
	
	padding: 10px;
font-family: trebuchet MS;
font-weight: normal;
text-align: justify;

	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: 500;
	}




h1
{
color:#41abe0; 

  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 2;   margin-top: 12;
  letter-spacing: -1px;
 font-family: "Arial Narrow", Arial, Verdana, Helvetica, sans-serif;

  font-size: 21pt;}

	
	
	h2 { background: #182d33; font-family: arial narrow; font-size: 10px; 
	text-transform: uppercase; 	color: #FFFFFF;  letter-spacing: 4px;
	padding-left:10px;}

	h3 { 
	    color: #ffffff;
		text-transform: uppercase;
        font-family: arial narrow; font-size: 10px; 
	    letter-spacing: 4px;}
		
		
		
		h4 {
	padding: 5px 0px;
	margin: 5px;
	display: block;
    letter-spacing: 2px;

}

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

a:link, a:visited, a.active {
color: #90c9e6;
text-decoration: none;
border-bottom: 1px dashed #ffffff;

}
a:hover {

color: #555555;
border-bottom: 1px dashed #afa3b0;
}

b, strong {
color: #e10146;
	font-family: century gothic;
	font-size: 12px;
	text-transform: uppercase;
}

i {color: #fff;}

u {color: #fff;}


.img {
border: 5px solid #e10146;
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: #0e1517;
padding: 3px; 
font-size: 8pt;
font-family: Trebuchet MS;
color: #FFFFFF;
}







/* JS Navigation */

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

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

color: white;
background: #e10146 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: #182d33;
color: #FFFFFF; 


}


.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding-left:4px;padding-right:4px;
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: #FFF;
background: #0e1517;
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:px; padding-top:2px; padding-bottom:2px;
border-bottom: 0px dashed #afa3b0;
}

.arrowlistmenu ul li a:visited{
color: #FFFFFF;
text-transform: lowercase;
border-bottom: 0px dashed #afa3b0;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #41abe0;
background-color:;
border-bottom: 0px dashed #afa3b0;
}


ul {	padding-right: 30;}

li { list-style-type: square;
		color: #0a5255; }
.text {color: #13797d;}
			



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;

	}

