BODY  {
	font-family : Arial, sans-serif;
	font-size : 14px;
	color : #041daa;
	background-color: #00D5FF;
	background-image: url(gif/bg.gif);
}

TD  {
	font-family : Arial, sans-serif;
	font-size : 14px;
	color : #041daa;
}

blockquote {
	margin-top : 0;
	margin-bottom : 0;
	}
hr  {
	color: #fdf100;
	background-color: #fdf100;
	border: none;
	}

ul {
	margin-top : 0;
	padding-top : 0;
	list-style-position : outside;	
	}
ul li {
	margin-top : 0;
	padding-top : 0;
	margin-bottom : 12px;
	list-style-position : outside;
	}
ul.singleline li {
	margin-top : 0;
	padding-top : 0;
	margin-bottom : 0;
	list-style-position : outside;
	}
p  {
	}

ol li {
	margin-top : 0;
	padding-top : 0;
	margin-bottom : 12px;
	list-style-position : outside;
	}



	
/* HEADERS */
	
h1 {
	font-size : 24px;
	color : #ff6600;
	font-weight : normal;
	display : inline;
	}
h2 {
	font-size : 20px;
	color  : #ff6600;
	font-weight : normal;
	display : inline;
	}
h3 {
	font-size : 16px;
	color  : #ff6600;
	font-weight : normal;
	display : inline;
	}
h4 {
	font-size : 14px;
	color  : #ff6600;
	font-weight : normal;
	display : inline;
	}
	
	
#titles  {
	background-image:url(gif/title-bg.gif); 
	background-position:right; 
	background-repeat:no-repeat; 
	text-align:right;
	}	
	


/* MEDIA */
#media ul {
	padding: 0;
	margin: -12px;
	}
#media ul li {
	margin: 12px;
	float: left;
	list-style: none;
	list-style-type: none;
	text-align: left;
	width: 390px;
	height: 220px;
	overflow: auto;
	padding: 0;
	}
#media ul li.textonly {
	margin: 12px;
	float: left;
	list-style: none;
	list-style-type: none;
	text-align: left;
	width: 390px;
	height: 150px;
	overflow: auto;
	padding: 0;
	}
#media ul li img {
	border: 0;
	padding: 0 10px 10px 0;
	float: left;
	}

/* MEMORIES */

#memletters ul {
	padding: 0;
	margin: 0;
	}
#memletters ul li {
	float: left;
	list-style: none;
	list-style-type: none;
	text-align: center;
	padding: 2px;
	margin: 0;
	}
#memletters ul li img {
	border: 2px solid #33ccfe; 
	width:200px; 
	height:200px;
	}
	
	
/* OTHER THUMBNAILS THAT OPEN IMAGES */

#thumbpopup ul {
	padding: 0;
	margin: 0;
	}
#thumbpopup ul li {
	float: left;
	list-style: none;
	list-style-type: none;
	text-align: center;
	padding: 2px;
	margin: 0;
	}
#thumbpopup ul li img {
	border: 2px solid #33ccfe; 
	}
	
	
	
/* DONATE LOGOS */

#logos {
	margin: 12px 0 12px 0;
	vertical-align: middle;
	}
#logos img {
	margin: 0 10px 10px 0;
	vertical-align: middle;
	}
	

	
#copyrights  {
	text-align:center; 
	background-image:url(gif/copyrights.gif); 
	background-position:top center; 
	background-repeat:no-repeat; 
	font-size:11px;
	}
	
#copyrights div  {
	color : #041daa;
	text-align : center;
	/* padding: 5px 0 20px 0; */
	}
	
	
/* FORMS */
	
input.go  {
	color : #ffffff;
	font-weight : bold;
	background : #ff6600;
	border : 2px solid #ff9d08;
	margin-top : 3px;
	font-size : 12px;
	line-height : 16px;
	}
input  {
	color : #041daa;
	font-weight : normal;
	background : #48dffd;
	border : 2px solid #00d5ff;
	margin : 0;
	padding : 2px;
	font-size : 12px;
	line-height : 16px;
	}
textarea  {
	color : #041daa;
	background : #48dffd;
	border : 2px solid #00d5ff;
	margin-top : 0;
	font-size : 12px;
	line-height : 16px;
	}
select  {
	color : #041daa;
	background : #48dffd;
	border : 2px solid #00d5ff;
	margin-top : 0;
	font-size : 12px;
	line-height : 16px;
	}
.formstyle {
	color : #041daa;
	background-color : #48dffd;
	border : 2px solid #00d5ff;
	}
	
	
	
/* LINKS */


#buttons {
	display: block;
	width: auto;
	max-width: 100px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background: #ff6600;
	border: 2px solid #ff9d08;
	margin-top: 3px;
	font-size: 14px;
	padding: 4px;
	text-decoration : none;
	}


A:link {
	color : #33ccfe;
	text-decoration : none;
}

A:visited {
	color : #33ccfe;
	text-decoration : none;
}

A:hover {
	text-decoration : underline;
}
