/*****************************************************/
/*Body*/
html {
	overflow:scroll;
	}
body {
	font-family: Arial, Helvetica, san-serif;
	text-align: center;
	font-size: 75%;
	color: #666666;
	margin: 0 auto;
	background: #E9E9E9 url(images/bgTop.gif) top repeat-x;
}

#container {
	width: 64em;
	height: auto;
	margin: 0 auto;
	text-align: left;
	font-size: 1em;
	position: relative;
}

#header {
	width: 64em;
	height: 100px;
	background: url(images/bannerTop.gif) center no-repeat;
}

#header span {
	position: absolute;
	left: -9999px;
}
.bottomInfo {
	padding: 2.5em 0 1em 0;
	font-family: Trebuchet MS, helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background: transparent url(images/footerBorder.gif) top center no-repeat;
}

#copy {
	font-size: 0.85em;
}
.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;
}

#starTop {
	position: absolute;
	top: 0;
	right: 0em;
	background: url(images/starTop.gif);
	height:100px;
	width: 185px;
}

#starBottom {
	position: absolute;
	top: 100px;
	right: 0em;
	z-index: 10;
	background: url(images/starBottom.gif);
	height:81px;
	width: 188px;
}

.imgContainer {
	border: 10px solid #999999;
	background: #999999;
	margin: 2.5em 0 0 0;
	float: right;
	clear: right;
}

.imgContainer2 {
	border: 10px solid #999999;
	background: #999999;
	margin: 0 0 0 0;
	float: left;
	clear: left;
}

.audioLink {
	border: 5px solid #999999;
	margin: 0 2em 0 0;
	padding: 5px 35px 5px 5px;
	float: left;
	background: url(images/audioHeader.gif) center right no-repeat;
}

.videoLink {
	border: 5px solid #999999;
	margin: 0 2em 0 0;
	padding: 5px 35px 5px 5px;
	float: left;
	background: url(images/videoHeader.gif) center right no-repeat;
}

.thumbs {
	border: 5px solid #999999;
	background: #999999;
	margin: 1em 2em 1em 0;
	float: left;
}

.thumbs:hover {
	background: #CC9966;
	border-color: #CC9966;
}

.images {
	width: 30em;
	float: left;
	clear: left;
}
/***************************************************************/
/**Text**/
.bodyText {
	width: 42em;
	margin: 0 2em 0 0;
	float: left;
}

.bodyText p {
	line-height: 1.5em;	
}

.singleColumn {
	margin: 2.5em 2.5em;
}

.donateForm {
	margin-left: 2em;
}

fieldset { border:1px dotted #666666 }

legend {
  padding: 0.2em 0.5em;
  font-size: 80%;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  color: #666666;
  }
/*******************************************************************/
h3 {
	color: #003399;
	font-size: 1.75em;
	font-family: Times, Georgia, serif; 
	border-bottom: solid 3px #999999;
	background: transparent url(images/headerRight.gif) center right no-repeat;
}

h1 span, h2 span, h3 span, h4 span, h5 span {	
	display:none;
}
/*******************************************************************/
/*NavLinks*/

.bottomInfo a:link {color: #666666; text-decoration: none; font-weight: bold;}
.bottomInfo a:visited {color: #666666; text-decoration: none; font-weight: bold;}
.bottomInfo a:hover {color: #cc9966; text-decoration: underline; font-weight: bold;}
.bottomInfo a:active {color: #CC9966; text-decoration: none; font-weight: bold;}

.bodyLinks a:link {color: #666666; text-decoration: none; font-weight: bold;}
.bodyLinks a:visited {color: #666666; text-decoration: none; font-weight: bold;}
.bodyLinks a:hover {color: #CC9966; text-decoration: underline; font-weight: bold;}
.bodyLinks a:active {color: #CC9966; text-decoration: underline; font-weight: bold;}

.bodyLinks li {
	line-height: 1.5em;	
	text-indent: 5px;
	list-style-type: square;
	list-style-position: outside;
}

.bodyLinks dl, dl dt, dl dd {
	line-height: 1.5em;	
}

/*Main Nav Menu************************************************/

#navBar {
	width: 100%;
	height: 4px;
}

#current { /*currently selected tab*/
	border-bottom: #CC9966 solid 5px;
	}

.nav{
	margin: 0 0 0 2em;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.nav ul{
	margin: 0 0 0 0;
	padding-left: 0;
	width: auto;
	float: left;
	clear: left;
	font-weight: bold;
}

.nav li {
	width: auto;
}

* html .nav ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin: 0 0; /*menu offset from left edge of window in IE*/
}

.nav ul li{
	display: inline;
}

.nav ul li a{
	float: left;
	color: #003399;
	font-weight: bold;
	padding: 10px 8px 0px 8px;
	text-decoration: none;
}

.nav ul li a:visited{
	color: #003399;
}

.nav ul li a:hover { 
	border-bottom: #003399 solid 5px;
}


