/* EDIT COLORS */

/* main background color - default #dedede */
body {background-color: #dedede;}

/* main font color - default #343434 */
body, table {color: #343434;}


/* content background and border color - MUST MAKE BORDERS ALL THE SAME COLOR */

#header, #content {
background-color: #FFFFFF;}

#header {
border-left: 5px solid #000000;
border-right: 5px solid #000000;
border-top: 5px solid #000000;}

#content {
border-left: 5px solid #000000;
border-right: 5px solid #000000;
border-bottom: 5px solid #000000;
}

/* footer font color */

div.footer, table {
COLOR: #000000; }

/* header font colors */
h1 { color:#000000; }
h2 { background: #000000; color: #FFFFFF;}
h3 { color: #000000; }

/* link colors - default #564C54 and #7A7579 */
a:link, a:visited, a.active { color : #564C54;}
a:hover { color : #7A7579;}

/* bold, italics, underline colors */

b, strong { color: #000000;}
i {color: #000000;}
u {color: #000000;}

/* image borders */

.img {border: 5px solid #000000;}

/* textarea - used for joined form, etc. */

textarea, input, option, select	{
border: 1px dashed #000000;
background: #d1d1d1;
color: #000000;
}

/* used for lists (<ul><li>text</li></ul>) */

li { color: #000000; }
.text {color: #343434;}







/* Navigation MENU */

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
color: #FFFFFF;
background: #000000;}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: #3d3439;
color: #FFFFFF; 
}

/*Below is the smaller links when you expand a header*/
.arrowlistmenu ul li a, .arrowlistmenu ul li a:visited{
color: #000000;
background: #d1d1d1;}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #FFFFFF;
}












/* DO NOT EDIT ANYTHING BELOW HERE WITHOUT MY HELP */
	
body, table {
	text-align: justify;
	font-family: Arial, Tahoma, Trebuchet MS;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
	font-weight: normal; 
	margin-bottom: 15px;
	margin-left: 0px;
	letter-spacing: 1px;}

#header {
	width: 1000px;
	height: 400px; 
	margin: 0px auto;
	padding: 0px; }

#image { height: 400px; }

#content {
	width: 1000px;
	height: 70%;
	margin-top: -20px;
    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: 740px;
	height: ;
	padding: 0px;
	margin: 0px;
	text-align: left;
	
	height: 95%;

overflow:-moz-scrollbars-vertical;
overflow:auto;
overflow-y:auto;}

  	div.footer, table {
background-color: #;
LINE-HEIGHT: 16px; 

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
{
  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 { font-family: arial narrow; font-size: 10px; 
	text-transform: uppercase;   letter-spacing: 4px;
	padding-left:10px;}

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

a:link, a:visited, a.active {
text-decoration: none;
border-bottom: 1px dashed #000;

}
a:hover {
border-bottom: 1px dashed #afa3b0;
}

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

.img {
background: #d1d1d1;
padding: 0px;
margin-left: 12px;
margin-top: 2px;
margin-right: 12px;
margin-bottom: 2px;
}
	
textarea, input, option, select	{
padding: 3px; 
font-size: 8pt;
font-family: Trebuchet MS;

}







/* JS Navigation */

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

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

margin-left: 0px;
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*/

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding-left:0px;padding-right:5px;
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{
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{

text-transform: lowercase;
border-bottom: 0px dashed #afa3b0;
}

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

ul {	padding-right: 30;}
li { list-style-type: square;}

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

