/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: white;
}
a:hover {
	text-decoration: none;
	color: red;
}
#header {
	background-color: #048;
	vertical-align: bottom;
	width: 50%;
}
#header img#logo {
}
#photo1, #photo2 {
	float: right;
}
#date, #search {
	background-color: #BD9;
	font: 11px Tahoma;
	padding: 5px;
}
#search form {
	text-align: right;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}
#srchbx {
	width: 130px;
	border: 1px inset #999;
	padding-left: 2px;
	margin: 1px 1px 0px;
	font-size: 11px;
}
#srchbtn {
	font-size: 11px; 
	border: 1px outset;
}
#navcell {
	vertical-align: top;
	width: 160px;
	border-right: 1px solid #665;
	border-top: 1px solid #665;
	background: #EED;
	font-size: 11px;
}
#navcell p {
	margin: 0px 5px 5px;
}
#navcell h2 {
	margin: 0px 0px 5px;
	border-top: 1px solid #665;
	border-bottom: 1px solid #665;
	color: #333;	
	background-color: #DDC;
	padding: 2px 2px 1px 7px;
	font: bold 14px Arial;
}
ul#nav {
	margin: 5px 0px 4px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	margin: 0px 5px;
	background-image: none;
}
#nav a {
	display: block;
	width: 140px;
	padding: 3px 4px;
	border: 1px outset;
	text-decoration: none;
	color: black;
	background-color: #7AD;
	background-image: none;
	margin-bottom: 1px;
}
#nav a:hover {
	background-color: #BDF;
	color: black;
}
ul.arrow {
	margin: 0px 2px 3px 3px;
	padding: 0px;
}
.arrow li {
	margin: 0px 0px 4px;
	padding-left: 10px;
	list-style: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;	
}
.small{font-size: 9px;}
#maincell {
	vertical-align: top;
	border-top: 1px solid #665;
	padding: 5px 10px;
}
#maincell h1 {
	font: bold 22px Tahoma;
	margin: 0px 0px 5px;
	line-height: 24px;
}
#maincell h2 {
	font: bold 16px Tahoma;
	margin: 7px 0 2px;
}
#maincell h3 {
	font: bold 17px Tahoma;
	margin: 5px 0px 5px;
}
#maincell p {
	margin: 0px 10px 5px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
}
#maincell ul {
	font-size: 12px;
	margin: 0px 10px 5px 25px;
	padding: 0px;
}
#maincell dl {
	margin: 0px 10px 5px;
	padding: 0px;
	font-size: 12px;
}	
#maincell dd {
	margin-left: 15px;
	margin-bottom: 5px;
}
img#leaditem {
	margin: 0px 0px 3px 10px;
	border: 1px solid #048;
}
.news li {
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 4px;
}
#rightcell {
	width: 220px;
	vertical-align: top;
	border-left: 1px solid #665;
	font-size: 11px;
}
#rightcell h2 {
	margin: 0px 0px 5px;
	border-top: 1px solid #665;
	border-bottom: 1px solid #665;
	color: #222;	
	background-color: #BDF;
	padding: 3px;
	font: bold 14px Arial;
	text-align: center;
	clear: both;
}
#rightcell h3 {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	margin: 0px 2px 5px 5px;	
}
#rightcell p, #rightcell form {
	margin: 0px 5px 5px;
}
#agency {
	float: right;
	margin: 0px 5px 5px;
	width: 80px;
	height: 80px;
}
a#donate {
	display: block;
	width: 120px;
	padding: 3px;
	color: #FFF;
	background-color: #F00;
	font: bold 12px Verdana;
	border-right: 2px solid #900;
	border-bottom: 2px solid #900;
	border-left: 2px solid #FAA;
	border-top: 2px solid #FAA;
	text-align: center;
	text-decoration: none;
}
a#donate:hover {
	background-color: #F00;
}

a#donate1 {
	display: block;
	width: 130px;
	padding: 3px;
	color: #333333;
	background-color: #FF9900;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
}
a#donate1:hover {
	background-color: #000000;
	color: #FFFFFF;
}

#footer {
	padding: 5px;
	border-top: 1px solid #665;
	font: 11px Tahoma;
}
