/* CSS RESET */
html{
	color: #000;
	background: #242424 url(images/bgr.jpg) repeat-x fixed 0 bottom;
}
body,div,ul,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td{margin:0;padding:0;}
img{border:0;}
li{list-style:none;}
body {
  margin-top: 10px;
	font:14px/1.231 arial,helvetica,sans-serif;
}
/* CSS RESET */

body {
	color:black;
}
a {
	text-decoration:none;
	color:blue;
}
a:hover {
	text-decoration: underline;
}

tr.yellow th {
	padding: 0 16px;
	background: #FC9;
	}

tr.yellow td {
	padding: 0 8px 0 4px;
	background: #D7D7D7;
	}

dt {
  font-weight: bold;
}

#bg {
	width: 800px;
	margin:0 auto;
}
#wrap {
	background: url(images/background.jpg) repeat;
	position: relative; /* prevents menu from collapsing */
	width: 768px;
	margin:0 auto;
}

.fl{ float:left}
.fr{ float:right}
.clearfix{ clear:both}

.issues td {
 padding: 15px;
 empty-cells: show;
}

.issues caption {
  text-align: center
}

/* header */
#donateheader {
	height: 117px;
	background: url(images/homebanner.jpg) no-repeat top;
	font-variant:small-caps;
	font-size: larger;
}
#header {
	height: 117px;
	background: url(images/banner.jpg) no-repeat top;
	font-variant:small-caps;
	font-size: larger;
}
#nav {
	background-color: #b5b5b5;
	color: #353952;
	line-height:16px;
	position: absolute;
	top: 117px;
	left: 20px;
	border-top: 3px solid #353952;
	border-bottom: 3px solid #353952;
	border-left: 3px solid #353952;
}

li.menu0 {width:142px; border-right: 3px solid #353952}
li.menu1 {width:142px; border-right: 3px solid #353952}
li.menu2 {width:142px; border-right: 3px solid #353952}
li.menu3 {width:142px; border-right: 3px solid #353952}
li.menu4 {width:142px; border-right: 3px solid #353952}

li.menu5 {width:106px; border-right: 3px solid #353952}
li.menu6 {width:108px; border-right: 3px solid #353952}

#nav li {
	float: left;
	font-weight: bold;
}
#nav a {
	text-decoration: none;
	display: block;
	text-align: center;
	color: black;
}
#nav a:hover {
	background-color: #353952;
	color: #b5b5b5;
}

li.hh {width:77px}

.alist {
  list-style-type:lower-alpha;
}

#page-title {
	margin: 0 20px;
	padding: 24px 8px 3px 8px;
	font-weight: bold;
	font-size: 150%;
	font-variant:small-caps;
	color: silver;
	height: 25px;
	background-color: #353952;
}

#content {
	margin: 0 20px;
	padding: 16px 12px 0px 12px;
	background-color: #bec5cd;
}

#content h2 {
	font-size:24px;
	margin-top: 15px;
	color: brown;
}

#content h3 {
	color: brown;
	text-align: center;
}

/* footer */
#footer  {
	color: white;
	margin:0 20px;
	margin-top: -16px;
	padding: 0px 8px 10px;
	text-align: center;
	background-color: #bec5cd;
/* border-top: thin solid Black; */
}
#copy {
	margin: 10px 20px 0px;
	font-size: 12px;
	color: silver;
	text-align: center;
}

#copy a {
	color: silver;
}

#copy a:hover {
	color: royalblue;
	text-decoration: none;
}

#footer a {
	color: darkblue;
}
#footer a:hover {
	color: royalblue;
	text-decoration: none;
}

.floatLeft {
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	/*border: solid black 1px;*/
	padding: 2px;
	color: #555;
	font-size: 75%;
	text-align: center;
}

.text2 {
	color: darkblue;
	text-align: left;
	font-size: 130%;
}

.text3 {
  color: #015965;
	font-family: Georgia,"Times New Roman", serif;
	font-style: italic;
	font-size: 100%;
	text-align: left;
}

.text4 {
	color: darkblue;
	font-weight: bold;
}

#registry {
  height:342px; 
  width:700px; 
  margin:12px 0 0 12px; 
  font:14px Georgia, Garamond, Serif; overflow-y:scroll;
	background-image: url(images/static-map3.jpg);
}

#mybutton {
  color: white;
  border-style: outset;
  border-color: #ff6633;
  background-color: #CC3300;
  font-size: smaller;
  text-decoration: none;   
  width: 110px;
  text-align: center;
}
