/* PWC Style Sheet */

/* fonts that work on PC:  "Trebuchet MS",  'Lucida Sans Unicode', Verdana, Tahoma,Impact, Helvetica, "Comic Sans MS", "Arial Black", */

/* basic elements */

body { 	
	color: #000055; /*general text color */
	background:  /*#C2B6A9;*/ #FFD396; /*#FEEDC5; cream background */
 	margin: 0px;
 	font-family:  "Gill Sans",  Arial, 'Lucida Sans Unicode', Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p { 	
	font-family:  "Gill Sans",Arial,  'Lucida Sans Unicode', Verdana,  "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

TABLE,TR,TD
{
	font-size: 10pt;
	font-family: "Gill Sans", Arial, 'Lucida Sans Unicode', Verdana,   "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}


H1

{		/*letter-spacing: 10px;*/
		font-family:  "Myriad Web", Arial, Arial Unicode MS,  Arial, Verdana, 'Lucida Sans Unicode', "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
		margin-bottom: 5px;
 		color:#000033;
}
 H2
{		/*letter-spacing: 10px;*/
		font-family:  "Myriad Web", Arial, Arial Unicode MS,  Arial, Verdana, 'Lucida Sans Unicode', "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
		margin-bottom: 5px;
 		color:#000033;
}
H3

{		/*letter-spacing: 10px;*/
		font-family:  "Myriad Web", Arial, Verdana, 'Lucida Sans Unicode', "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
font-size: 12pt;
		margin-bottom: 5px;
 		color:#000033;
}
H4

{		/*letter-spacing: 10px;*/
		font-family:  "Myriad Web", Arial, Verdana, 'Lucida Sans Unicode', "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
		font-size: 11pt;
		margin-bottom: 5px;
 		color:#000033;
}
H5

{		/*letter-spacing: 10px;*/
		font-family:  "Myriad Web", Arial, Arial Unicode MS,  Arial, Verdana, 'Lucida Sans Unicode', "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
		margin-bottom: 5px;
 		color:#000033;
}
H6 

{		/*letter-spacing: 10px;*/
		font-family:  "Myriad Web", Arial, Arial Unicode MS,  Arial, Verdana, 'Lucida Sans Unicode', "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
		margin-bottom: 5px;
 		color:#000033;
}


a:link, a:visited { /* what colors should this be? */
 	text-decoration: underline; 	
	color: #330033;	
}

a:hover, a:active { /* what colors should this be? */
	text-decoration: underline;
 	color: #009999;	}



/************** bins to layout pages *************/

#inset {
	margin: 40;	
	font-size: 12pt;

}

#container {	
	margin: 0 auto;	
	padding: 0px;	
	width: 780px;
}
	
#mainPanel { /* used for other pages to add gradient along the side */
	margin-bottom: 20px;
	width: 780px;	
	padding: 0px 0px 0px 0px; /* top, right, bottom,left*/
	background: url(gradient.gif) repeat;
}

#headerPanel {  /* bin for holding the header images */
	margin-left: 0px;
	width: 780px;
}

#mainpagebin {
 	text-align: left;
	padding: 10px 10px 10px 10px; /* top, right, bottom,left*/	
	margin-top: -46px;
	background: #FEEDC5;
}

#redbin {
 	text-align: center;
	padding: 0px 0px 0px 0px; /* top, right, bottom,left*/	
	background: #74001E;
}

#beigebin {
 	text-align: left;
	padding: 10px 10px 10px 10px; /* top, right, bottom,left*/	
	background: #FEEDC5;
}


#otherpagesbin {
 	text-align: left;
	padding: 0px 10px 10px 138px;  /*top, right, bottom,left*/
	margin-top: -20px;
}

#PWCBoiler { /* sub-bin on index page */
	
	text-align: left;
	padding:0px 10px 10px 10px;
	font-style:italic;
	}

#restOfMainPage { /* sub-bin on index page */
	/*position:absolute;
	left: 0px; 
	width: 380px;*/
	text-align: left;
	margin: 10px 10px 10px 10px;
	}

/***************buttons*********************/
.friendlylink 
{
    padding-top: 15px;
    width:250px;
    height:35px;
    font-size: 18px;
    text-align:center;
    background:url(redbutton_active.png);
 }  

.friendlylink a:link,
.friendlylink a:visited
 {
    color:#FFFFFF;
    text-decoration:none;
 }

 
.friendlylink a:active,
.friendlylink a:hover
 {
    color:#FFD396;
    text-decoration:none;
    background-color: transparent; 
 }
.donor
{
	border: 0px;
	float:left;
}


.donor img
{
	margin:20px;
}

.clear {
	clear: both;
}


/************** top menu placements and fonts ***************/

#linkHeader { 	/* location for top menu on non-index pages */
	margin-top: 0px;
 	text-align: left;
	position: relative; 
	top: -91px; 
	left: 340px;
	width: 440px;
	padding: 0px 0px 0px 10px; /* top, right, bottom,left*/
	}

#linkHeaderMain { 	/* location for top menu on main index page */
	margin-top: 0px;
 	text-align: left;
	position: relative; 
	top: -285px; 
	left: 340px;
	width: 432px;
	padding: 0px 0px 0px 10px; /* top, right, bottom,left*/
	}

#linkHeader, #linkHeaderMain span{} 

/** not being used **/
#linkHeader a:link, #linkHeader a:visited, #linkHeaderMain a:link, #linkHeaderMain a:visited {
	color: #FEEDC5; /* cream text */
	font-family:   "Gill Sans", Verdana,  Arial, "Comic Sans MS",  "Trebuchet MS", sans-serif;
	font-size: 11pt;
	text-decoration: none;	
}

#linkHeader a:hover, #linkHeader a:active, #linkHeaderMain a:hover, #linkHeaderMain a:active {
 	text-decoration: underline;
}

/**************** submenu placement and fonts (non-index pages)***************/

#leftList {	
	clear:both; 	
	float: left;		
	margin: 10px 0px 0px 10px; /* top, right, bottom,left*/	
	width: 100px;
}

#leftList li {	
	/*line-height: 2.5ex*/;
 	list-style-type: none;		/*height:60px;	*/
	display: block;
 	padding-top: 15px; 
	padding-left: 15px; 
	margin-bottom: 2px;	}

#leftList ul {	margin: 0px;	padding: 0px;	}

a.leftListStyle:link, a.leftListStyle:visited {	
 	color: #74001E;
	font-family:  'Myriad Web' /*mac*/, Arial,  'Lucida Sans Unicode', Verdana , Helvetica /*PC*/, "Trebuchet MS",  sans-serif;
	font-weight:bold;
	text-decoration: none;	
}

a.leftListStyle:active,a.leftListStyle:hover {
	text-decoration: underline;	
}

/**************** footer placement and fonts ***************/


#footer {  /* color and padding for footer box */
 	margin-top: 0px;
 	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #74001E;
	}

/* font info for links across the footer */
#linkFooter { 	
	margin-top: 0px;
 	text-align: center;
	padding: 0px 0px 0px 0px; /* top, right, bottom,left*/
	color: #FEEDC5;
	font-family:  "Gill Sans", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;	
	}

#linkFooter span{} 

#linkFooter a:link, #linkFooter a:visited {
	color: #FEEDC5;
	text-decoration: none;	
}

#linkFooter a:hover, #linkFooter a:active {
	text-decoration: underline;
}


#addressFooter {
 	text-align: center;
	padding: 0px 0px 0px 0px; /* top, right, bottom,left*/
	color: #FEEDC5;
	font-family:  "Gill Sans", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;	
	}

#addressFooter span{} 

#addressFooter a:link, #addressFooter a:visited{
	color: #FEEDC5;
	text-decoration: none;	
}

#addressFooter a:hover, #addressFooter a:active{
 	text-decoration: underline;
}



/**************** misc ***************/

#captionleft {
	float: left; 
	padding: 0px 10px 0px 0px;
	}

#captionright {
	float: right; 
	padding: 0px 10px 0px 0px;
	}

#pictCenter
{
	text-align: center;
	align: center;
}

#title {
	font-family:"Humana Serif ITC TT-Medium", "Georgia",  "Impact", "Allegro BT", "Comic Sans MS", "tahoma";
	font-size: 20pt; 	
	margin-top: 0px;
	margin-left: 0px;
 	margin-bottom: 20px;
	color: #74001E;
}

#caption {
	font-family:  "Gill Sans",  Arial, 'Lucida Sans Unicode', Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000033;
}
span.year {
	font-weight: bold;
}

span.header {
	font-weight: bold;
}

ul.plain { list-style: none }




/***************************TO BE DELETED**********************************/

/*.tableOfDates, .tableOfDates TD, .tableOfDates TH
{
	font-size:85%;*/
	/*padding-bottom: 10px; 	padding-right: 5px; 
}*/

/*#submenu a:link, #submenu a:visited {
	font: 10pt/12pt verdana; 
	font-weight:bold;
	text-decoration: none;	
}

#submenu a:hover, #submenu a:active {
 	color: #009999;
 	font: 10pt/12pt verdana;  
	text-decoration: underline;
	font-weight: bold;
}

#submenu {
	font: 10pt/14pt verdana; 
	/*text-align: center;*/}

#submenu a:link, #submenu a:visited {
	font: 10pt/12pt verdana; 
	font-weight:bold;
	text-decoration: none;	
}

#submenu a:hover, #submenu a:active {
 	color: #009999;
 	font: 10pt/12pt verdana;  /* size/spacing */
	text-decoration: underline;
	font-weight: bold;
}


#subsubmenu {
	margin-top: 10px;
	font: 10pt/12pt verdana; 
	text-align: center;}

#subsubmenu a {
	font: 10pt/12pt verdana; 
}
#linkList {	
	clear:both; 	
	float: left;		
	margin: 20px 0px 0px 10px; /* top, right, bottom,left*/	
	width: 160px;
}

#linkList li {	
	line-height: 2.5ex;
 	list-style-type: none;		/*height:60px;	*/
	display: block;
 	padding-top: 15px; 
	padding-left: 15px; 
	margin-bottom: 15px;	}

#linkList ul {	margin: 0px;	padding: 0px;	}

#linkList a:link, #linkList a:visited {
	color: red;
 	font: 10pt/16pt tahoma;  /* size/spacing */
	text-decoration: none;	
	font-weight: bold;
}
#sublist ul {
	padding-left: 20px;
	padding-right: 50px;
	padding-top: 0px;
}

#sublist li{
	padding-bottom: 5px;
}
	
*/

