body {  
background-image: url('images/main_bg.jpg');
background-repeat: repeat;
background-color: #000000;
font-family: Trebuchet MS; 
font-size: 12px;
color: #a7caD0; 
margin-top: 0px;
margin-left: 0px;
padding: 0px;
cursor:default;
}

a, a:link, a:active, a:visited {  
color: #346B75; 
font-weight: bold;
text-decoration: underline;
cursor:default;
}

a:hover {  
color: #a7caD0; 
text-decoration: underline; 
font-weight: bold; 
cursor: default;
}

.maintext, .style13 {
	font-family: Arial; 
	font-size: 12px;
	color: #a7caD0;
}

h1, h2, h3 .head
	{background:  url() no-repeat bottom left;
	border-top: 0px solid #020202;
	border-right: 0px solid #a7caD0;
	border-bottom: 2px solid #a7caD0; 
	border-left: 0px solid #4a4a4a;
	color: #a7caD0;
	font-family: Palatino Linotype, "Georgia", sans-serif; 
	font-size: 10px;
	font-weight: normal; 
	font-style: normal;
	letter-spacing: 5px;
	text-align: right; 
	padding: 0px 20px 3px 20px; 
	text-transform: uppercase;}

.head
	{background:  url() no-repeat bottom left;
	border-top: 0px solid #020202;
	border-right: 0px solid #a7caD0;
	border-bottom: 2px solid #a7caD0; 
	border-left: 0px solid #4a4a4a;
	color: #a7caD0;
	font-family: Palatino Linotype, "Georgia", sans-serif; 
	font-size: 10px;
	font-weight: normal; 
	font-style: normal;
	letter-spacing: 5px;
	text-align: right; 
	padding: 0px 20px 3px 20px; 
	text-transform: uppercase;}


select, input, textarea	{
border: 1px solid #a7caD0;
font-family: Trebuchet MS, sans-serif; 
font-size: 12px; 
color: #346B75;
background-color: #000000;
}

blockquote {
 color: #a7caD0;
	margin: 0 80px;
	padding: 0 20px;
	padding-bottom: 10px;
	border-left: 0px solid #000000;
	border-bottom: 5px solid #346B75;
	border-right: 0px solid #000000;
	border-top: 0px solid #000000;
	font-size: 1em;
}

#navlist ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #000000;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #000000;
color: #FFF;
padding: .2em 1em;
border-right: 0px solid #fff;
}

li a:hover
{
background-color: #346B75;
color: #000000;
}


.codesort input {border: 1px solid #a7caD0;
font-family: Trebuchet MS, sans-serif; 
font-size: 12px; 
color: #346B75;
background-color: #000000; }

.codesort textarea {border: 1px solid #a7caD0;
font-family: Trebuchet MS, sans-serif; 
font-size: 12px; 
color: #346B75;
background-color: #000000; }

.codesort select {border: 1px solid #a7caD0;
font-family: Trebuchet MS, sans-serif; 
font-size: 12px; 
color: #346B75;
background-color: #000000; }

/* add this rule to your CSS to get the donation form to align */
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

.footer {
	background-image: url(images/footer_bg.jpg);
	border-top: #a7caD0 solid 4px;
	height: 120px;
	width: 850px;
	font-family: Arial; 
	font-size: 14px;
	color: #222222;
}