body {
    font-family: Arial;
    color: #333333;
    font-size: 16px;
}

a img {
    border: 0;
}

img:hover {
    text-decoration: none;
}

.main_container {
    margin: 0px auto;
    width: 950px;
    padding: 10px;
}

.header_container {
    overflow: hidden;
}

.logoAndDescript_container {
    width: 600px;
    margin: 0px auto;
    overflow: hidden;
}

.description {
    float: right;
    margin-top: -5px;
    padding: 5px;
    padding-top: 0;
    color: #aaaaaa;
    font-weight: bold;
    font-size: 14px;
}

.donate_mini {
    float: right;
    height: 50px;
    width: 100px;
}

.content_container {
    overflow: hidden;
    padding: 5px 10px;
    padding-bottom: 25px;
    line-height: 140%;
}

.content_container a {
    color: #55bbee;
}

.content_container a:hover {
    text-decoration: none;
}

.headerText, .subheaderText {
    font-size: 39px;
    color: #55bbee;
    text-decoration: underline;
    margin: 15px 0;
    line-height: normal;
    font-weight: normal;
}

.subheaderText {
    font-size: 27px;
    text-decoration: none;
}

.blue {
    color: #99ccff;
    font-weight: bold;
    font-size: 16px;
}

.gray {
    color: #aaaaaa;
}

.media {
    margin: 20px;
    width: 600px;
}

.mediaFloat {
	float: left;
	padding: 10px;
	border: 3px solid #55bbee;
	margin: 30px;
	width: 400px;
	clear: both;
}



.mediaFloat img {
	margin: 0px auto;
}

.gray_bold {
    color: #aaaaaa;
    font-weight: bold;
}

.footer_container {
    color: #eeeeee;
    font-size: 11px;
    padding: 2px 0;
    text-align: center;
    background-color: #888888;
    margin-top: 10px;
}

.footer a {
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #eeeeee;
}

.footer a:hover {
    color: #99ccff;
}

