@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*****************************************************  END RESET STYLES  *************************************************************/

body { background:url(images/bg.gif) no-repeat #fff center top; font-family:Arial, Helvetica, sans-serif; }
#container { width:960px; margin:0 auto; }
#header { height:180px; }


#intro_text { float:left; overflow:hidden; width:550px; margin:0 20px 30px 0; }
#intro_text p { font-size:0.9em; width:250px; line-height:1.5em; }
#intro_text .text { float:left; }
#intro_text img { float:right; }

.register { padding:20px; background:#fdc526; color:#fff; font-weight:bold; text-decoration:none; }
.register:hover { background:#f5cb53; }

.big { font-size:1em; color:#618B93; font-weight:bold;}


#donate { float:left; overflow:hidden; background:#deeef1; width:358px; height:320px; border:16px solid #fff; }
#donate fieldset { width:100%; }
#donate fieldset { padding:20px 0 0 18px; }
#donate fieldset dt dd { float:left; }
#donate fieldset dt { font-weight:bold; margin:0 0 5px 0; }
#donate fieldset dd { margin:0 0 30px 0; }
#donate fieldset .select_donation { border:0; width:325px; font-size:1em; }
#donate fieldset option { font-size:0.8em; color:#666; padding:10px 0 10px 0;  }
#donate fieldset .input_donation { border:0; width:310px; font-size:2em; padding:10px 0 10px 10px; font-weight:bold; }
#donate fieldset .donate { border:0; width:325px; background:#f26525; font-size:1.8em; color:#fff; font-weight:bold; font-family:Arial, Helvetica, sans-serif; cursor:pointer; padding:10px 0 10px 0; }
#donate fieldset .donate:hover { background:#fdc526; }

#content { clear:both; overflow:hidden; margin:0 0 20px 0; }
#content .left { width:550px; float:left; margin:0 50px 0 0; }
#content .right { width:350px; float:left; }
#content .right_reversed { width:340px; float:left; margin:0 10px 0 0; }
#content .right_reversed p { width:300px; }

#footer_wrap { clear:both; float:left; width:100%; height:200px; padding:30px 0 0 0; background:#F0F9FB; }
#footer { margin:0 auto; width:960px; }
#footer .left { float:left; }
#footer .left ul { background:#fff; padding:20px; border:1px solid #E0ECEF; }
#footer .left ul li { display:inline; }
#footer .right { float:right; width:230px; }
#footer .right p { font-size:0.7em; }

/**Font Styles**/
p { font-size:0.9em; line-height:1.8em; margin:0 0 20px 0; color:#4B4B4B; }
h1 { color:#618b93; font-size:2.5em; margin:0 0 20px 0; letter-spacing:-0.04em; }
h2 { color:#fdc526; font-size:1.6em; margin:0 0 20px 0; font-weight:bold; }
h3 { color:#fdc526; font-size:1.2em; margin:0 0 20px 0; font-weight:bold; }
.purple { color:#922a8e; }
.orange { color:#fdc526; }
.blue { color:#46bad3; }
/**End Font Styles**/



