
#navcontainer
{
border-top: 1px solid #84A3D1;
	font-size: 90%;
width: 12em;
padding: 0 0 1em 0;
margin-bottom: 1em;
color: #333;
}

#navcontainer a {
	display: block;
	text-align: center;
	padding: 5px; }

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #84A3D1;
margin: 0;
}

#navcontainer li a
{
	text-align: left;
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #84A3D1;
color: #006;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover {
border-left: 10px solid #FFCDD0;
background-color: #F9D1C5;
}


img { border: none; }

h2 { font-size: 110%; }

body {
		font-family: Lucida, sans-serif;
			background: url(images/seemlesslight.gif); 
			}
#content { padding: 1em;
padding-bottom: 2em;
	border-bottom: 1px dotted #84A3D1;
	width: 500px;}

a {
	color: #006; }
	
a:hover {
	color: #84A3D1;
	text-decoration: none;
 }

#RightCol {
	position: absolute;
	left: 14em;
}

body, div { margin: 0; padding: 0; }

#LeftCol {
	padding: 5px;
	position: absolute;
	width: 10em;
	background: url(images/continueonbrown.gif);
}

#footer {padding: 1em; font-size: 75%; }

#footerH { text-align: right; border-top:1px dotted #84A3D1; font-size: 70%; padding-bottom: 3px;}

.diff { font-style: italic; }

td { padding-right: 10px; text-align: right; border-bottom: 1px solid #d6c2dD; vertical-align: bottom; }

.address { padding-left: 15px; }

#index #RightCol h1 { background: url(images/index.gif);
	height: 238px;
	width: 586px; }

#cycle #RightCol h1 { background: url(images/cycle.gif);
	height: 179px;
	width: 563px; }

#donate #RightCol h1 { background: url(images/donate.gif);
	height: 207px;
	width: 571px; }

#how #RightCol h1 { background: url(images/how.gif);
	height: 50px;
	width: 586px; }

#letter #RightCol h1 { background: url(images/letter.gif);
	height: 198px;
	width: 412px; }

#about #RightCol h1 { background: url(images/about.gif);
	height: 198px;
	width: 578px; }


