@CHARSET "UTF-8";

/* CSS Document */

#wrap-page {
    background-color: #ffffff;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#header {
	background-color: #dfd853;
}

#footer {
	background: #dfd757;
}

a:link { color: #999900; }
a:visited { color: #6b6b01; }
a:hover { color: #999900; }
a:active { color: #000; }

a.greyLink:link { color: #7B7B7B; text-decoration: none; }
a.greyLink:visited { color: #7B7B7B; text-decoration: none; }
a.greyLink:hover { color: #7B7B7B; text-decoration: none; }
a.greyLink:active { color: #7B7B7B; text-decoration: none; }


/* Text Only */
.greyText { color: #7B7B7B; }
.greenText { color: #2c7826; }
a.greenLink { color: #2c7826; text-decoration: none; }


span.or, input.loginText {
	color: #939494;
}

h5.donate {
	color: #679418;
}

.headline, .breadcrumb {
	color: #999900;
}

#leftPane-sub .headline {
	color: #666;
}

#rightPane-sub .headline {
	border-bottom: 1px solid #666;
	margin: 5px 20px 10px 20px;
}

a.breadcrumb:link { color: #999900; text-decoration: none; }
a.breadcrumb:visited { color: #6b6b01; text-decoration: none; }
a.breadcrumb:hover { color: #999900; text-decoration: none; }
a.breadcrumb:actve { color: #000; text-decoration: none; }