body {
	font: 76%/170% Verdana, sans-serif;
	margin: 0;
	padding: 0;
    background-color: #FAFAF6;
}

/* unvisited link */
a:link {
    color: #28891D;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #28891D;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #28895D;
	text-decoration: underline;
}

/* selected link */
a:active {
     color: #28891D;
	 text-decoration: none;
}

/* unvisited link */
 #header a:link {
    color: red;
	text-decoration: none;
}

/* visited link */
#header a:visited {
    color: red;
	text-decoration: none;
}

/* mouse over link */
#header a:hover {
    color: red;
	text-decoration: underline;
}

/* selected link */
#header a:active {
     color: red;
	 text-decoration: none;
}

#wrapper {
	max-width: 1024px;
	margin: 0 auto;
}

#wrappercontent {
	margin: 0 0 110px 0;
}

#header_wrapper {
	max-width: 1024px;
	margin: 0 auto;
}

#header_logo {
	float: left;
	margin: 16px 0 0 100px;
}

#header_title {
	float: left;
	margin: 36px 0 0 150px;
}

#topright_navigation {
	float: right;
	font-weight:bold;
	text-align:right;
	margin: 10px 60px 0 0;
}

.clearboth {	
	margin: 0;
	padding: 0;
}

.header_titletext {
	color: white;
    display: block;
    font-size: 2em;
	margin: 0.1em;
    font-weight: bold;
}

.header_titleslogan {
	color: white;
    display: block;
    font-size: 1.17em;
	margin: 0.1em 0 0.1em 4.5em;
    font-weight: bold;
}

.imagetxtright {
	text-align: right;
	font-weight: bold; 
	padding: 4px;
}

.downloadinner {
	float: right;
}

.bold {
	font-weight: bold;
}

.downloadleft {
	width: 403px;
	float: left;
	margin-top: 12px;
	padding: 10px;
	background-color: #E6E6D0;
	border: 1px solid black;
}

.downloadright {
	width: 403px;
	float: right;
	margin-top: 12px;
	padding: 10px;
	background-color: #E6E6D0;
	border: 1px solid black;
}

#header {
	margin: 0;
	padding: 0;
	height: 121px;
	background-image: url("../images/header_grad.png");
	background-repeat: repeat-x;
}

.preblock_header {
	clear: both;
	border: 1px solid black;
	background-image: url("../images/header_grad.png");
	background-repeat: repeat-x;
	text-align: center;
	margin: 25px 20px 15px 20px;
	padding: 6px;
	color: white;
    display: block;
    font-size: 1.17em;
    font-weight: bold;	
}

.arrow-right {
        position:fixed; 
        right: 3%;
        z-index:999;
        font-size: 60px;
        top: 88%;
        opacity: .5;
    }
	
.donateblock {
	width: 882px; 
	margin-left: 80px;
	
}	
	
.donateitem {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
	background-image: url("../images/btn_donateCC_LG.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 155px;
	height: 77px;
}