/* CSS Document */
body{
			color: #FFFFFF;
			font-family:Verdana;
			font-size: 14px;
			background:repeat-x#FFF;
			background-color:#FFF;
}

#container {
	position: relative;
	width: 900px;
	margin: auto;
	height:inherit;
}

.right{
float:right;
padding:10px 10px 10px 10px;
}


div.imageholder{ /*This will be the holder which will hold our page image */
	position:absolute;
	width:900px; /*Width of Image*/
	/*Height of Image*/
	left:auto; /* This is applied relative to edge of container */
	top:auto;
}

div.imageholdertemp{ /*This will be the holder which will hold our page image */
	position:absolute;
	width:900px; /*Width of Image*/
	/*Height of Image*/
	left:auto; /* This is applied relative to edge of container */
	top:-15px;
}

div.contact{
	position:absolute;
	width:200px;
	left:680px;
	top:30px;
	height:200px;
	font-size:18px;
	font-family: Verdana;
}
div.navigation{
	position:absolute;
	width: 900px;
	height: 30px;
	text-align:center;
	top:230px;
	left:0px;
	z-index: 6;
	line-height:24px;
	font-size: 20px;
	font-family: Verdana;           
			
}

a.navigation:link {
	color: #000000;
	text-decoration: none;
	font-size: 20px;
	font-family: Verdana;			
}
a.navigation:visited {
	text-decoration: none;
	color: #000000;
	font-size: 20px;
	font-family: Verdana;		
}
a.navigation:hover {
	text-decoration: none;
	color:#ffffff;
	font-size:20px;
	font-family: Verdana;
}
a.navigation:active {
	text-decoration: none;
	color:# FFFFFF;
	font-size: 20px;
	font-family: Verdana;
}

div.marquee{
	position:absolute;
	width:680px;
	height:30px;
	top:180px;
	right:0px;
	left: 180px;
}

/*left side*/		
div.resourcebox{
		position:absolute;
		top:300px;
		left:40px;
		height:1px;
		
		}
div.resources{
	position:absolute;
	margin-top:2px;
	margin-left:0px;
	top:0px;
	font:Calisto MT;
	font-size:20px;
	text-align:center;
	width: 180px;
	left: 0px;
	font-family: Calisto MT;
		}
a.resources:link {
            color: #3300FF;
            text-decoration: none;
			font-size: 20px;
			font-family: Calisto MT;
}
a.resources:visited {
			text-decoration: none;
			color: #000000;
			font-size: 20px;
		    font-family: Calisto MT;
}
a.resources:hover {
			text-decoration: none;
			color:#FF0000;	
			font-size:20px;
			font-family: Calisto MT;
}
a.resources:active {
			text-decoration: none;
			color:# FF0000;
			font-size: 20px;
			font-family: Calisto MT;		
}

div.leftboximage{
	position:absolute;
	top:280px;
	width:250px;

	font-size:16px;
	color:#000000;
	font-family: Times New Roman,;
	
	}
#left{
	position:absolute;
	top:275px;
	width:220px;
	
	font-size:14px;
	color:#000000;
	font-family: Times New Roman,;
	margin-left:10px;
	margin-right:5px;
	padding:10px 10px 0 6px;
	}	
#special{
	position:absolute;
	top:550px;
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	margin:5px 5px 5px 10px;
	border:#FF0000 thin solid;
	padding:10px 10px 10px 10px;
	}

		
div.lefttextimage{
	position:absolute;
	text-align:left;
	color:#000000;
	font-family: Times New Roman,;
	margin-left:px;
	
	}
		
div.leftimage{
	position:absolute;
	top:520px;
	left:30px;}
	
div.donations{
	position:absolute;
	top:240px;
	left:10px;
	font-size:18px;
	font:Calisto MT;
	color:#000000;
	width:200px;
	text-align:center;
	}
/*content styles*/		
#contentbox{
	position:absolute;
	top:270px;
	width:580px;
	padding: 5px 10px 10px 10px;
	font:Verdana;
	font-size:14px;
	color:#000000;
	text-align:justify;
}
div.contentarea{
	position:absolute;
	background-color:#FFFFFF;
	width:auto;
	height:auto;
	top:41px;
	left:4px;
	
	margin-top:15px;
	margin-right:15px;
	font-family: Verdana;
		}
		
div.topimage{
		position:absolute;
		top:50px;
		left:260px;
		}

#contentbox img{
	float:right;
	padding:10px 10px 10px 10px;
		}
div.historyimage{
		position:absolute;
		left:380px;
		top:300px;
		}

#lowersection{
	margin: 0px 10px 0px 10px;
	background:#7399c6;
	color:#FFFFFF;
	font-size:14px;
	width:600px;
	height:250px;
	text-align:left;
}
			
#lowerimage{
	float: left;
	padding: 5px 0px 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 /* since this element is floated, a width must be given */
	width: 275px;
	background:#7399c6;
	margin: 3px 0px 0px 0px;
	
}
	
#lowercontent{
float: right; /* since this element is floated, a width must be given */
	width: 275px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #7399c6; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 5px 0px; /* padding keeps the content of the div away from the edges */
	font-size:14px;
	color:#ffffff;
	font-family:Century Gothic:
	margin-left:255px;
	
}



 #lowercontentimage{
  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:370px;

}
div.leftframe{
	position:absolute;
	left:0px;
	top:515px;
}	
div.leftimage{
	position:absolute;
	left:0px;
	top:261px;
	}			
div.textlink{
	font-size:114px;
	font-weight:bold;
	font-family: Verdana;
	color:#0033CC;
	}
a.textlink:link {
            color:#0033CC;
            text-decoration: none;
			font-size: 14px;
			font-family:Verdana;
					
}
a.textlink:visited {
	text-decoration: none;
	color:0033cc;
	font-size: 14px;
	font-family: Verdana;
}
a.textlink:hover {
			text-decoration: none;
			color:#9C441C;
			font-size:14px;
			font-family: Verdana;
}
a.textlink:active {
			text-decoration: none;
			color:#0033cc;
			font-size: 14px;	
			font-family: Verdana;
}	
		
div.right{
	position:absolute;
	top:150px;
	width:180px;
	
	padding:2 2 2 2;
	left:465px;
	text-align:left;
	font-size:14px;
	color:#000000;
	font-family:Verdana;}	


a.right:link {
            color:#0033FF;
            text-decoration: none;
			font-size: 14px;
			font-family:Verdana;
					
}
a.right:visited {
	text-decoration: none;
	color:#0033FF;
	font-size: 14px;
	font-family: Verdana;
}
a.right:hover {
			text-decoration: none;
			color:#FF0000;	
			font-size:14px;
			font-family: Verdana;
			fotn-weight:bold;
}
a.right:active {
			text-decoration: none;
			color:#0033FF;
			font-size: 14px;	
			font-family: Verdana;
}	
		
/* CSS Document */

