body{
	background: #fff;
	color: #333;
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 25px;
	margin: 0;
	padding: 0
}

p{
	font-size: 100%
}

	
a:link, a:visited{
	background: transparent;
	color: #c30;
	text-decoration: none
}

a:hover{
	background: #fcd9c5;
	color: #222
}

/* h1 not in use */
h2{
	background: transparent;
	color: #c30;
	font: 600 135% arial, sans-serif;
	margin-left: 3%;
	padding-bottom: 10px;
	padding-top: 15px;
	letter-spacing: 4px
}

h3{
	background: transparent;
	color: #c30;
	font: 600 110% arial, sans-serif;
	margin-left: 3%;
	padding-bottom: 8px;
	padding-top: 12px
}

h4{
	background: transparent;
	color: #c30;
	font: 600 95% arial, sans-serif;
	margin-left: 3%;
	padding-bottom: 6px;
	padding-top: 10px
}

hr{
	border-bottom-color: #900;
	border-style: groove;
	border-top-color: #c30;
	border-width: 3px 0 3px 0;
	height: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 100%
}

img{
	border: 0
}

ol, ul {
	margin-left: .8em;
	padding-left: .8em
}

li, a{
	font-size: 95%;
	line-height: 35px;
	text-align: left
}

table{
	border: 0;
	padding: 0
}

.blacksmall a{
	background: transparent;
	color: #555;
	font-size: 86%
}

/* just added "	background-color: transparent;" below  9-29-09 */
	.bold{
	background: transparent;
	color: #000;
	font-size: 100%;
	font-weight: 600
}

.donate, a{
	background: #fefaf7;
	color: #333;
	font-size: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 200px
}

.icon a{
	font-size: 79%;
	font-weight: normal;
}

.imgcenter{
	padding: 10px;
	text-align: center
}

.imgleft{
	float: left;
	padding: 10px
}

.imgright{
	float: right;
	padding: 10px
}

.red{
	background: transparent;
	color: #c30
}

.small, a{
	font-size: 90%
}

.smallbold, a{
	font-size: 90%;
	font-weight: 600
}

.smaller, a{
	font-size: 86%
}

.statementlefttop{
	background: transparent;
	color: #b22222;
	font-size: 130%;
	font-weight: 600;
	padding: 5px;
	text-align: center
}

/* BEGIN forms */
/* BEGIN forms */
/* BEGIN forms */
fieldset {
	border: 2px solid #fcd9c5;
	padding: 1em;
	width: 70%
}

legend{
	border: 1px solid #fcd9c5;
	font-size: 120%;
	font-weight: 600;
	padding: 10px
}

label {
	float: left;
	margin-right: 0.5em;
	padding-top: 0.2em;
	text-align: right;
	width: 15%
}

textarea{
	background: #fff2f0;
	border: 1px solid #fcd9c5;
	color: #222
}

input{
	background-color: #fff2f0;
	border: 1px solid #fcd9c5;
	color: #222;
	margin-top: 10px
}

.submit {
	background: #fff2f0;
	color: #222;
	font-size: 100%;
	font-weight: 600;
	padding: 5px
}

/* END forms */

.td{
	padding-left: 20px;
	padding-right: 25px
}

.white{
	background: transparent;
	color: #fff;
	font-size: 90%
}

.whitebold{
	background: transparent;
	color: #fff;
	font-size: 90%;
	font-weight: 600
}

.whitesmall, a{
	background: transparent;
	color: #fff;
	font-size: 86%
}

.whitesmallbold{
	background: transparent;
	color: #fff;
	font-size: 86%;
	font-weight: 600
}

#adobebox{
	font-size: 80%;
	font-weight: 100;
	margin-top: 20px;
	padding: 10px;
	width: 29%
}

/* BEGIN uberlink */
/* BEGIN uberlink */
/* below is ON LINK */  
#sidebar #navlist .uberlink {
	background-color: #c03;
	background-image: url(/uberlinks/l1_over3.jpg);
	border: 1px solid;
	border-color: #f4003d;
	color: #fff
}

#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 235px
}

#navlist a, #navlist a:visited {
	background-color: transparent;
	background-image: url(/uberlinks/l1_down.jpg);
	border: 1px #ffd1c9 solid;
	color: #444;
	display: block;
	font-size: 90%;
	font-weight: bold;
	line-height: 25px;
	padding: 1px 0 2px 23px;
	text-align: left;
	text-decoration: none
}

#navlist a:hover {
	background-color: transparent;
	background-image: url(/uberlinks/l1_over.jpg);
	border: 1px solid;
	border-color: #c03;
	color: #fff;	
	padding: 1px 2px 0 26px;
}

.center{
	font-size: 100%;
	line-height: 25px;
	margin-left: 5%;
	text-align: center
}

/* this class should be placed on a div or break element and should be the 
final element before the close of a container that should fully contain a float */
/* <br class="clearfloat" /> */
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0
}


