/* CSS Document */

body {
	font-family:  Verdana, sans-serif;
	font-size: 8pt;
	line-height: 15px;
	color: #454A4B;
}

td {
	font-family:  Verdana, sans-serif;
	font-size: 8pt;
	line-height: 15px;
	color: #454A4B;
}

p {
	font-family:  Verdana, sans-serif;
	font-size: 8pt;
	line-height: 15px;
	color: #454A4B;
}

td.dateCell {
	height: 55px;
	width: 379px;
	font-family: Verdana, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	line-height: normal;
	color: #8FADB6;
	padding-top: 0;
	padding-left: 0;
	padding-right: 9px;
	padding-bottom: 11px;
	text-align: right;
	text-transform: uppercase;
}

td.calendarCell {
	height: 55px;
	width: 117px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
}

td.footerCell {
	width: 496px;
	height: 41px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	font-family:  Verdana, sans-serif;
	font-size: 7pt;
	line-height: normal;
	color: #8FADB6;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	text-align: right;
}

td.footerCell a {
	font-size: 7pt;
	font-weight: normal;
	line-height: normal;
	color: #8FADB6;
	text-decoration: underline;
}

td.footerCell a:hover {
	font-size: 7pt;
	font-weight: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a {
	font-family:  Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: 15px;
	color: #454A4B;
	text-decoration: underline;
}

a:hover {
	font-family:  Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: 15px;
	color: #266172;
	text-decoration: none;
}

/* level 1 */

ul#Level1 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
		
ul#Level1 li {
	border-bottom: 1px solid #FFFFFF;
	display: block;
	}

ul#Level1 li a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right:15px;
	background-color: #C9C199;
	font: bold 7pt /1.5 Verdana, sans-serif;		
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	}

ul#Level1 li a:hover {
	background-color: #DAD5B9;
	color: #FFFFFF;
	}
	
/* level 2 */

ul#Level1 ul.Level2 {
	list-style: none;
	padding: 5px 0 5px 0;
	margin: 0;
	background-color: #F2F0E7;
	}

ul#Level1 ul.Level2 li {
	border-bottom: 0 none;
	width: 100%;
	}

ul#Level1 ul.Level2 li a {
	font: bold 7pt verdana, sans-serif;
	color: #266172;
	width: 100%;
	background-color: transparent;
	}

ul#Level1 ul.Level2 li a:hover {
	color: #266172;
	width: 100%;
	background-color: transparent;
	text-decoration: underline;
	}
	
/* level 3 */

ul#Level1 ul.Level2 ul.Level3 {
	list-style: none;
	padding: 0 0 5px 0;
	margin: 0;
	background-color: transparent;
	}

ul#Level1 ul.Level2 ul.Level3 li {
	border-bottom: 0 none;
	width: 100%;
	background:url(images/dash.gif) no-repeat 15px 8px;
	padding-left: 8px;
	}

ul#Level1 ul.Level2 ul.Level3 li a {
	font: bold 7pt /.5 verdana, sans-serif;
	color: #266172;
	text-transform: none;
	width: 100%;
	background-color: transparent;
	}

ul#Level1 ul.Level2 ul.Level3 li a:hover {
	color: #266172;
	width: 100%;
	background-color: transparent;
	text-decoration: underline;
	}
	
	
/* content list */

ul#contentList {
	list-style: none;
	padding: 0;
	margin-left: 16px;
	margin-top: 16px;
	margin-bottom: 8px;
	}

ul#contentList li {
	background:url(images/dash2.gif) no-repeat 0px 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	}
ul.contentList {
	list-style: none;
	padding: 0;
	margin-left: 16px;
	margin-top: 16px;
	margin-bottom: 8px;
	}

ul.contentList li {
	background:url(images/dash2.gif) no-repeat 0px 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	}
ul#contentList ul.subList {
	list-style: none;
	padding: 0;
	margin-left: 16px;
	margin-top: 8px;
	margin-bottom: 0px;
	}

ul#contentList ul.subList li {
	background:url(images/dash3.gif) no-repeat 0px 6px;
	padding-left: 8px;
	padding-bottom: 8px;
	}	

ul#contentList ul.thirdList {
	list-style: none;
	padding: 0;
	margin-left: 16px;
	margin-top: 8px;
	margin-bottom: 0px;
	}
ul#contentList ul.thirdList li {
	background:url(images/dash7.gif) no-repeat 0px 5px;
	padding-left: 8px;
	padding-bottom: 8px;
	}	
ul#contentList ul.fourthList {
	list-style: none;
	padding: 0;
	margin-left: 16px;
	margin-top: 8px;
	margin-bottom: 0px;
	}

ul#contentList ul.fourthList li {
	background:url(images/dash6.gif) no-repeat 0px 6px;
	padding-left: 8px;
	padding-bottom: 8px;
	}	
ul#contentList ul.fifthList {
	list-style: none;
	padding: 0;
	margin-left: 16px;
	margin-top: 8px;
	margin-bottom: 0px;
	}
ul#contentList ul.fifthList li {
	background:url(images/dash2.gif) no-repeat 0px 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	}	

ol#numbertList {
	list-style: none;
	padding: 0;
	margin-left: 16px;
	margin-top: 16px;
	margin-bottom: 8px;
	}

ol#numberList li {
	padding-bottom: 8px;
	}

h1 {
	font-family:  Georgia, serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 18px;
	color: #055069;
	margin-top: 18px;
	margin-bottom: 18px;
}

h2 {
	font-family:  Georgia, serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	line-height: 15px;
	color: #055069;
	margin-top: 16px;
	margin-bottom: 8px;
}

h3 {
	font-family:  Verdana, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
	color: #055069;
	margin-top: 16px;
	margin-bottom: 8px;
}

h4 {
	font-family:  Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
	color: #055069;
	margin-top: 16px;
	margin-bottom: 0;
}

#content {
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 20px;
}

#columnLeft {
	width: 207px;
	float: left;
	padding: 0 20px 0 0;
}

#columnRight {
	width: 207px;
	float: right;
	padding: 0;
}

#span {
	padding: 0;
	clear: both;
}

#leftnav {
	padding-bottom: 30px;
}

/* ===================== feature buttons css ===================== */
#Buttons ul {
	width: 251px;
	list-style-type: none;
	padding: 0;
	float: left;
}

#Buttons li {
	margin: 0;
}

#Buttons ul li a .navigation{
	display: none;
}

#Buttons ul li.featuretitle {
	display: block;
	width: 251px;
	padding: 3px 0 3px 0;
	background: #ffffff;
}

#Buttons ul li.logo {
	display: block;
	width: 251px;
	padding: 0 0 3px 0;
	background: #ffffff;
}

/* ===================== visit sponsor button ===================== */
#Buttons ul li.visitsponsor a {
	display: block;
	width: 251px;
	height: 30px;
	background: url(images/leftnav_link06b_visit.gif) no-repeat;
	background-position: left top;
	border-bottom: 1px solid #ffffff;
}

#Buttons ul li.visitsponsor a:hover {
	background-position: left -30px;
}

/* ===================== donate button ===================== */
#Buttons ul li.donate a {
	display: block;
	width: 251px;
	height: 30px;
	background: url(images/leftnav_link04b_donate.gif) no-repeat;
	background-position: left top;
	border-bottom: 1px solid #ffffff;
}

#Buttons ul li.donate a:hover {
	background-position: left -30px;
}


