@CHARSET "UTF-8";

/*
#FFA500 - Light Orange
#C0C0C0 - Gray 
*/

/* ****************************** Global Styles ***************************** */
body {
	background-color: #C0C0C0;
	font-family: Sans-serif;
	font-size: 12pt;	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.center {
	text-align: center;
}

.contentHeader {
	font-size: 20pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.displayDIV {
	border-color: #FFA500;
	border-style: solid;
	border-width: 3px;	
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

.tableCenter {
	margin-left: auto;
	margin-right: auto;	
}

.textLink {
	color: #FFA500;
	font-weight: bold;
	text-decoration: none;
}

.valignTop {
	vertical-align: top;
}

/* ****************************** Header Styles ***************************** */


/* ******************************** Menu Styles ***************************** */
.dropDownMenu {
	background-color: #FFA500;
	position: absolute;
	visibility: hidden;	
	z-index: 1;	
}

.menuLink:link,
.menuLink:visited,
.menuLink:active {
	background-color: #FFA500;
	color: #000000;
	font-weight: bold;
	text-decoration: none;	
}

.menuLink:hover {
	background-color: #FFA500;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}

/* ******************************* Index Styles ***************************** */
.quote {
	border-size: 3px;
	border-style: dotted;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 15px;
	text-align: right;
	width: 250px;
}

/* ***************************** Activities Styles ************************** */


/* ***************************** Partners Styles **************************** */


/* ****************************** Mentors Styles **************************** */


/* ***************************** Register Styles **************************** */


/* ***************************** Photos Styles ****************************** */
.photosTitle {
	background-color: #C0C0C0;
	font-weight: bold;
	text-align: center;
}

.thumbnailDescription {
	font-size: 10pt;
	text-align: center;
	vertical-align: top;	
}

.thumbnail {
	cursor: pointer;	
}

.thumbnailLink {
	border: none;
}

/* **************************** Programs Styles ***************************** */
.day {
	font-size: 16pt;
	font-weight: bold;
}

/* ******************************* Books Styles ***************************** */


/* **************************** Donations Styles **************************** */