/*=================================
Colors
=============
#000000:black = body copy
#383838:dark grey = hover/current nav link
#c5c5c5:light grey = headings 
#ff0700:red = links
#aa0400:dark red = visited links
==================================*/

a:link {color:#FF0700;
}      /* unvisited link */
a:visited {color:#AA0400;
}      /* visited link */
a:hover {color:#383838;
}      /* mouse over link */
a:active {color:#383838;
}  /* selected link */
a:link {text-decoration: none;
}
a:hover {text-decoration: underline;
}



p {	text-align: justify;
    line-height: 1.4em;
    font-size: .85em;
    font-family: /* body copy serif font stack */
    "Palatino Linotype", Palatino, Baskerville, "Bookman Old Style", "Bitstream Charter", 
    "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", 
    "New Century Schoolbook", "Century Schoolbook", 
    Georgia, serif;
}

h1 { text-align:center;
     color: #383838;
     font-family: /* Heading 1 Geometrical Modernist font stack */
     futura, "Tw Cen MT", "century gothic", helvetica, verdana, sans-serif;

}

h2 { text-align:left;
	 text-indent: 40px;
	 font-size: 130%;
     font-family: futura, helvetica, verdana, sans-serif;
     color: #c5c5c5;
     
}

h2 a:link{ 
color:#FF0700;
border: none
}      /* h2 unvisited link */
h2 a:visited {color:#AA0400;
}      /* visited link */
h2 a:hover {color:#AA0400;
}      /* mouse over link */
h2 a:active {color:#AA0400;
}  /* selected link */
h2 a:link {text-decoration: none;
}
h2 a:hover {text-decoration: underline;
}

.bodycopy{ font-family: myriad, lucida, sans-serif;
		   font-size: 75%;
}