@charset "UTF-8";
/* CSS Document */

/*
 * HARD RESET
 */
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,
b, 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%;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
/*
 * CONTAINERS
 */

body 
	{
	margin:0px; padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url("../img/greenbg2.gif");
	}
	
#container 
	{
	background-color:#f2f2f2;
	background-image:url("../img/paul.gif"); 
	background-repeat:no-repeat;
	background-position:top right;
	min-height:1020px;
	width:1020px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	}
	
#header
	{
	height:239px;
	width:1020px;
	border-top-style:solid; 
	border-width:9px; 
	border-color:#33a021;
	}

.header-img
	{
	float:left;
	width:659;
	}

		
#scholarship
	{
	width:220px;
	margin:0px 10px 0px 40px; 
	float:left;
	}

#events
	{
	width:220px;
	margin:0px 10px 0px 10px; 
	float:left;
	}

#intro
	{
	width:463px;
	margin:0px 40px 0px 7px; 
	padding:0;
	float:left;
	}

#donatebutton
	{
	width:460px;
	margin:36px 40px 0px 0px; 
	float:left;
	}

#thanks
	{
	width:220px;
	margin:91px 10px 0px 3px; 
	padding:0;
	float:left;
	}

#contact
	{
	width:220px;
	margin:91px 0px 0px 10px; 
	padding:0;
	float:right;
	}

/*#footer
	{
	width:460px;
	margin:91px 40px 0px 520px; 
	float:left;
	}


*/	
/*
TYPE SETTINGS
*/
h1
	{
	padding:0px;
	}

p
	{
	text-decoration:none; 
	font-size: 12px;
	line-height: 18px;
	font-family: "Lucida Sans", "Lucida Grande", Helvetica, arial, sans-serif;
	color:#797878;
	padding-top:11px;
	}
	
p.introduction
	{
	text-decoration:none; 
	font-size: 18px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", serif;
	font-style:italic;
	color:#565656;
	padding-top:30px;
	padding-left:4px;
	}

span.event_title
	{
	color:#33a021;
	font-style:italic;
	}
	
span.event_title_bar
	{
	font-style:normal;
	}

p.footer
	{
	text-decoration:none; 
	font-size: 9px;
	line-height: 12px;
	font-family: "Lucida Sans", "Lucida Grande", Helvetica, arial, sans-serif;
	color:#797878;
	padding-top:12px;
	}

p.footer_title
	{
	text-decoration:none; 
	font-size: 9px;
	line-height: 12px;
	font-family: "Lucida Sans", "Lucida Grande", Helvetica, arial, sans-serif;
	color:#33a021;
	border-top-style:dotted; border-width:1px; border-color:#bbbbbb;
	padding:12px 0 0 0;
	}
	
	
span.footer_italic
	{
	text-decoration:none; 
	font-size: 9px;
	line-height: 12px;
	font-family: "Lucida Sans", "Lucida Grande", Helvetica, arial, sans-serif;
	font-style:italic;
	color:#797878;
	padding-top:0px;
	}
	

/* 
INLINE TEXT LINKS
*/

a.link /* unvisited link */
	{
	text-decoration:none; 
	color:#33a021;
	}
	
a:visited  /* visited link */
	{
	text-decoration:none; 
	color:#33a021;
	}
	
a:hover  /* mouse over link */
 	{
	text-decoration:none; 
	font-style:italic;
	color:#33a021;
	background:#d6e6d4;
	}
	
a:active   /* selected link */
	{
	text-decoration:none; 
	font-style:italic;
	color:#33a021;
	background:#d6e6d4;
	}


/* 
DONATE BUTTON 
*/
#donate   
	{
	display:	block;
	width: 145px;
	height: 41px;
	background: url("../img/donatebutton.png") 0 0 no-repeat;
	text-decoration: none;
	}

#donate:hover 
	{ 
	background-position: 0 -41px;
	}

#donate:active 
	{
	background-position: 0 -82px;
	}


/*
IMAGE REPLACEMENT
*/

img
	{
	padding:0;
	margin:0;
	}
	
span.fir 
	{
	display:none;
	}
