body, td, tr {
font-family: verdana;
color: #302f2f;
font-size: 11px;
text-align: left;
background: url('bg.jpg') #e0e0e0;
cursor: default;
}

#content{
	position: absolute;
	width: 490px;
	height: 100px;
	left: 170px;
	top: 521px;
}

#navi{
	position: absolute;
	width: 160px;
	height: 100px;
	left: 36px;
	top: 138px;
}

A{
    color: #302f2f; 
	text-decoration: none;
	cursor: default;
}

A:hover{ 
    color: #e0774d;
    text-decoration: none;
    cursor: default;
}

.navi{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align:left;	
	margin: 5px;
	padding: 4px;
	line-height: 10px;	
	display: block;
	font-weight: bold;
}

a.navi{
	padding-left: 4px;
	color: #000000;
	display: block;
	text-transform: uppercase;
}

a.navi:hover {
	color: #306f7d;
	display: block;
	text-transform: uppercase;
}

i,em{
	color: #9a9819;
}

b, strong{
	color: #ab470b;
}

h1 {
	font-family: arial;
	color: #000000;
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 2px;
	margin-top: 0px;
}

/* add this rule to your CSS to get the donation form to align */
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0px;
	}
	
.codesort h2 {
 font-size: 12px;
 margin: 0px;
 font-family: verdana;
 font-weight: bold;
 color: #373336;
}

.codesort h3 {
font-size: 10px; 
margin: 0px;
font-family: verdana;
}

.codesort img {
	border: 1px dotted #EBEBEB;
	margin: 2px;
	padding: 0px;
	}
	
.codesort ul {
	margin: 0px;
	}
	
.codesort li {
	margin: 0px;
	}
