a 
	{ text-decoration: none; font-weight:bold}
a:hover 
	{ text-decoration: underline}

iframe {  font-family: Verdana; font-size: 11px; color:#272727}


body
	{scrollbar-face-color : #4683C1; 
	scrollbar-highlight-color : #4683C1; 
	scrollbar-3dlight-color : #4683C1; 
	scrollbar-shadow-color : #4683C1; 
	scrollbar-darkshadow-color : #4683C1; 
	scrollbar-track-color : #EAF1F9; 
	scrollbar-arrow-color : #FFFFFF}

td {  font-family: Verdana; font-size: 11px; color:#272727}

input {  font-family: Verdana; font-size: 10px}

select {  font-family: Verdana; font-size: 10px; background: #5784C5; color: white}

textarea {scrollbar-face-color : #4683C1; 
	scrollbar-highlight-color : #4683C1; 
	scrollbar-3dlight-color : #4683C1; 
	scrollbar-shadow-color : #4683C1; 
	scrollbar-darkshadow-color : #4683C1; 
	scrollbar-track-color : #EAF1F9; 
	scrollbar-arrow-color : #FFFFFF}

.bg2 {  background-image: url(/images/bg2nd.jpg); background-repeat: no-repeat}

.newsCatName {font-family: Verdana; font-size: 14px; font-weight: bold; color: 103971}

#blogdonate, #blogdonate * {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
}

#blogdonate ul ul li {
	display: inline;
}

#blogdonate .blog {
	display: block;
	background: url(/images/blog_podcasts.gif) no-repeat;
	width: 247px;
	height: 74px;
	position: relative;
}

#blogdonate .donate {
	display: block;
	background: url(/images/donate.gif) no-repeat;
	width: 247px;
	height: 81px;
	position: relative;
	margin-top: -10px;
}

#blogdonate a {
	position: absolute;
	display: block;
	height: 29px;
	outline: none;
	text-decoration: none;
	left: 172px;
	top: 44px;
}

a#bloglink {
	width: 68px;
	left: 176px;
	top: 22px;	
}

a#podcastslink {
	width: 100px;
	left: 58px;
	top: 38px;
}

a#donatelink {
	width: 180px;
	left: 13px;
	top: 6px;
}

form.paypal, input.paypal {
	margin: 0;
	padding: 0;
	display: inline;
}

input.paypal {
	position: relative;
	bottom: 40px;
	left: 175px;
}


#nav, #nav * {
	margin: 0;
	padding: 0;
}


#nav li {
	list-style-type: none;
}

#nav li a {
	display: block;
	width: 148px;
	height: 20px;
	outline: none;
	border: none;
	text-decoration: none;
}

a#key { background: url(/images/navKey.gif); text-indent: -9000px;}
a#blog { background: url(/images/navBlog.gif); text-indent: -9000px;}
a#publications { background: url(/images/navPublications.gif); text-indent: -9000px;}
a#podcasts { background: url(/images/navPodcasts.gif); text-indent: -9000px;}
a#archives { background: url(/images/navArchives.gif); text-indent: -9000px;}
a#archives_newspage { background: url(/images/navArchivesOn.gif); text-indent: -9000px;}
a#resources { background: url(/images/navResources.gif); text-indent: -9000px;}
a#board { background: url(/images/navBoard.gif); text-indent: -9000px;}
a#about { background: url(/images/navAbout.gif); text-indent: -9000px;}
a#donate { background: url(/images/navDonate.gif); text-indent: -9000px;}
a#contact { background: url(/images/navContact.gif); text-indent: -9000px;}
a#join { background: url(/images/navJoin.gif); text-indent: -9000px;}
a#rss { background: url(/images/navRSS.gif); text-indent: -9000px;}
a#home { background: url(/images/navHome.gif); text-indent: -9000px;}

/*a#key:hover { background: url(/images/navKeyOn.gif); }
a#blog:hover { background: url(/images/navBlogOn.gif); }
a#publications:hover { background: url(/images/navPublicationsOn.gif); }
a#podcasts:hover { background: url(/images/navPodcastsOn.gif); }
a#archives:hover { background: url(/images/navArchivesOn.gif); }
a#resources:hover { background: url(/images/navResourcesOn.gif); }
a#board:hover { background: url(/images/navBoardOn.gif); }
a#about:hover { background: url(/images/navAboutOn.gif); }
a#donate:hover { background: url(/images/navDonateOn.gif); }
a#contact:hover { background: url(/images/navContactOn.gif); }
a#join:hover { background: url(/images/navJoinOn.gif); }
a#home:hover { background: url(/images/navHomeOn.gif); }*/

#nav ul#subnav {
	display: none;
	background: #082159;
	width: 148px;
	padding-top: 5px;
	border-bottom: 1px solid #30507e;
}

#nav ul.newspage#subnav {
	display: block;
}

#nav ul#subnav a {
	color: #FFF;
	font-weight: normal;
	padding-left: 16px;
}

#nav ul#subnav a:hover, #nav ul#subnav a:active {
	color: #b5d3ff;
}


/*ToolTips*/

/* Fading Tooltips By Dustin Diaz*/

#toolTip { 
	position:absolute;
	z-index:1000;
	width:200px;
	background:#2d4578;
	border:1px solid #01114b;
	padding:5px;
	text-align:left;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#toolTip p { 
	margin:0;
	color:#fff;
	line-height:120%;}
