body {
    background-image: url("../images/bg.gif");
    background-repeat: repeat;
	margin: 0px;
	text-align: center;
    font-family: tahoma;
    line-height: 13px;
    color: #6C6B6B;
}
p {
    font-size: 85%;
}
a {
    color: #330066;
    text-decoration: none;
}
a:hover {
    color: #f26522;
}
.main-text {
    font-size: 85%;
}
.bold {
    font-weight: bold;
}
.heading {
    font-size: 85%;
    font-weight: bold;
}
.blue {
    color: #330066;
}
.orange {
    color: #f26522;
}
.black-border {
    border: 1px solid #000000;
}
.icon {
    vertical-align: middle;
    margin-right: 5px;
}
.align-left {
    horizontal-align: left;
}
.align-right {
    horizontal-align: right;
}
.top-left-padded {
    padding-top: 5px;
    padding-left: 5px;
}
.top-left-right-padded {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.top-padded {
    padding-top: 5px;
}
.left-padded {
    padding-left: 5px;
}
.news-title {
    color: #f26522;
    font-size: 85%;
    font-weight: bold;
}
.news-date {
    font-size: 85%;
    font-weight: bold;
}
#page {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 673px;
	border: 0px solid #990099;
    background-color: #ffffff;
}
#header {}
#logo-section {
    background-image: url("../images/header_gradient.png");
    background-repeat: repeat-x;
    height: 72px;
}
#logo {
    float: left;
    margin-top: 4px;
    margin-left: 4px;
    width: 196px;
    height: 59px;
}
.logo-icons {
    float: right;
    margin-top: 10px;
    margin-left: 3px;
    width: 18px;
    height: 18px;
}
#date {
    clear: right;
    float: right;
    font-size: 85%;
    font-weight: bold;
    color: #330066;
    margin-right: 20px;
    margin-top: 15px;
}
#clouds-section {
    clear: both;
    height: 161px;
}
#clouds-section div {
    float: left;
}
#clouds-kids {
    width: 358px;
    height: 161px;
}
#clouds-message {
    width: 315px;
    height: 161px;
}
#menu-top {
    clear: both;
    margin-top: 2px;
    margin-bottom: 3px;
}
.menu-button {
    float: left;
    width: 112px;
    height: 26px;
}
.menu-button a {
    border: 0px;
}
#body {
    clear: both;
    text-align: left;
    padding: 2px;
    border: 0px solid red;
}
#content-section {
    float: right;
    width: 445px;
    margin-bottom: 10px;
    border: 0px solid blue;
}
.content-short-column {
    float: left;
    display: inline;
    width: 215px;
    border: 0px solid green;
}
.content-wide-column {
    clear: both;
    width: 440px;
    border: 0px solid green;
}
.content-vertical-short-divider {
    background-image: url("../images/vertical_divider.gif");
    background-repeat: repeat-y;
    width: 8px;
    height: 155px;
}
.content-horizontal-short-divider {
    background-image: url("../images/horizontal_divider.gif");
    background-repeat: repeat-x;
    width: 212px;
    height: 8px;
}
.content-horizontal-long-divider {
    background-image: url("../images/horizontal_divider.gif");
    background-repeat: repeat-x;
    width: 440px;
    height: 8px;
}
.news-pic {
    /*clear: right;*/
    float: right;
}
#left-section {
    float: left;
}
.left-nav-heading {
    margin-left: 10px;
    padding-top: 5px;
}
#how-to-donate-section {
    margin-top: 0px;
    width: 220px;
    height: 212px;
    background-color: #dbdada;
}
.left-nav-box {
    clear: both;
    width: 213px;
    /*height: 110px;*/
    margin: 3px;
    margin-top: 5px;
    background-color: #e5e4e4;
}
.big-blue-number {
    font-family: arial;
    font-size: 138.5%;
    font-weight: bold;
    color: #330066;
}
.big-orange-number {
    font-family: arial;
    font-size: 138.5%;
    font-weight: bold;
    color: #f26522;
}
.orange-bullet {
    margin-right: 5px;
}
#corporate-office-section {
    margin-top: 0px;
    width: 220px;
    height: 180px;
    background-color: #dbdada;
}
#newsletter-section {
    margin-top: 5px;
    width: 220px;
    border: 0px solid red;
}
#newsletter-header {
    height: 25px;
    background-color: #330066;
    color: #ffffff;
    border: 0px solid green;
}
#newsletter-content {
    padding: 5px;
    border: 0px solid purple;
}
.form-row {
    clear: both;
    margin-left: 40px;
    margin-bottom: 3px;
    border: 0px solid red;
}
.form-label {
    float: left;
    display: block;
    font-weight: bold;
    width: 100px;
}
.form-widget {
    height: 17px;
}
/* IE fix */
*html select {
    font-size: 77%
}
*html .submit {
    height: 20px;
}
#footer {
    clear: both;
    border: 0px solid green;
}
#menu-bottom {
    background-color: #a1a1a1;
    padding: 5px;
    height: 18px;
}
.menu-bottom-item {
    color: #ffffff;
    font-family: tahoma, sans-serif;;
    font-size: 85%;
    font-weight: bold;
    text-decoration: none;
    margin-right: 20px;
}
.menu-bottom-item:hover {
    color: #ffffff;
}
.menu-bottom-split {
    margin-right: 20px;
}
.copyright {
    padding: 3px;
    font-size: 77%;
    font-weight: bold;
}
.copyright span {
    color: #330066;
}