/* body and table attributes */
body, html {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	padding: 0;
	margin: 0;
}
table, tr, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
#form_text {
	color: #444;
}
#link_box {
	border: 1px solid #CCC;
	width: 220px;
	margin-top: 5px;
	padding: 0;
}
#page_head_title {
	font-family: arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
#faq_question {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
}
#faq_answer {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
#past_donor_table td {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
}
#download_help a:link, #download_help a:visited, #download_help a:active {
	font-size: 7pt;
	color: #777;
	font-style: italic;
	text-decoration: none;
}
#download_help a:hover {
	text-decoration: underline;
}

/* main banner logo */
#main_banner {
	padding-bottom: 5px;
}

/* main navigation menu */
#nav {
	width: 220px;
	float:left;
}
#nav ul {
	font-family: arial, helvetica, sans-serif;
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav li {
	display: inline;
	/* for IE5 and IE6 */
	margin:0px 0px 2px 0px;
}
#nav a {
	color: #000;
	text-decoration: none;
	font-size: 8pt;
	display: block;
	padding: 3px;
	width: 215px;
	background-color: #FDFCF3;
	border: 1px dotted #CCC;
	margin:0px 0px 2px 0px;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #000;
	text-decoration: none;
}
#nav a:hover {
	/*
	background-color: #FFAA99;
	color: #FDFCF3;
	*/
	border: 1px solid #000;
}
#nav li a#current {
	border: 1px solid #999;
	background: #CCC ;
	color: #444;
}

/* page links */
a:link, a:visited, a:active {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
.redlink:link, .redlink:visited, .redlink:active {
	color: #CC0000;
	text-decoration: underline;
}

/* bottom nav links */
#bot_nav { 
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 7pt;
}
#bot_nav a {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none;
}
#bot_nav a:link, #bot_nav a:visited, #bot_nav a:active {
	color: #000;
	text-decoration: none;
}
#bot_nav a:hover {
	color: #CC0000;
	text-decoration: none;
}
#bot_nav td {
	padding-left: 10px;
	padding-right: 10px;
}

/* copyright links and text */
#copyright_text { 
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 6pt;
}
#copyright_text a { 
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 6pt;
}
#copyright_text a:link, #copyright_text a:visited, #copyright_text a:active {
	color: #333;
	text-decoration: none;
}
#copyright_text a:hover {
	color: #555;
	text-decoration: underline;
}

#counter_text { 
	color: #777;
	font-family: arial, helvetica, sans-serif;
	font-size: 6pt;
	font-style: italic;
}

