* {
padding:0;
margin:0;
font-size: 1em;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:20px 0; 
}

li, dd { 
	margin-left: 40px; 
}

fieldset { 
	padding:10px; 
}

/* (2) STRUCTURE */
                                                          
body {
	font: 11px/1.5em "Lucida Grande", 'Lucida Sans', verdana, arial, sans-serif;
	color: black;                
	background-color: white;
}

/*center layout*/
#wrapper {
	width: 640px;  
	padding: 0px 30px 30px 50px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	min-height: 600px;
	height: 100%;
}

#content {
	width: 640px;
	height: auto;
	min-height: 500px;
	background-color: white;    
	float: right;
}

#main {
	width: 640px;
	margin-bottom: 20px;
	height: 100%;
	padding-top: 20px;
	min-height: 500px;
}

#sidebar, #footer, #header, #searchbar   {
	display: none; 
}	


/* (3) NAVIGATION */

#navcontainer {
	display: none;
}

ul#nav {
	display: none;
}

/* (4) TYPOGRAPHY */

p{
	margin-top: 0.7em;
}

a, a:visited {     
	color: black;
	
}

a:hover {
	text-decoration: none;
	color: black;
}


h1, h2, h3, h4, h5 {
	font-family: georgia, "Times New Roman", Times, serif;  
	font-weight: normal;
	clear: left;
	
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, #members #main h4 {
	font-weight: normal;  
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	border-bottom: none;
	background-color: transparent;
}
	
h1 {
	font-size: 2.18em;
	margin:0px;
	padding:0px;
}

h2 {
	font-size: 1.45em;
	margin-bottom: 10px;
	margin-top:0px;
	font-family: "Helvetica", "Lucida Grande", arial, sans-serif;  

/*	border-bottom: 5px solid #FFD8E8;*/
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 2px; 
	display: none;
	
	
}

h3 {
	font-size: 3em;
	font-family: georgia, "Times New Roman", Times, serif;
	margin: 20px 0;
	line-height: 1.2em;
}

h4 {
	font-size: 1.45em;
}

h5 {
	font-size: 1.18em;
	margin:10px 0px 0px 0px;
	font-family: "Helvetica", "Lucida Grande", arial, sans-serif;
}

.credits {/*font-size located in markup cascade*/
}               

span.small.light {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}            

p span.small {
	font-style: italic;
	font-size: 9px;   
	margin-top: 5px;
	
}

/* (5) sIFR */

/* (6) ACCESSIBILITY */

a.logo_outdent {
	padding-top: 0px;
 	margin-top: 0px;
	position: absolute;
	left: 30px;
	top: 0px;
	display: block;
	height: 80px;
	width: 310px;
	text-indent: -1999px;
 	background-color: transparent;
}

#main p {
	max-width: 710px;
}

#main img {                    
	float: left; 
	clear: left;
	margin-right: 15px;
	margin-bottom: 15px;        
}

.big {
/*	font-size: 1.45em;
	color: #767471;*/
}

.med {
	font-size: 1.18em;
	color: black;
}

.small {
	font-size: 0.87em;
	line-height: 1.4em !important;
}

.light {
	color: black;
}
	
.separator {
	width: 100%;
	height: 10px;
	background-color: transparent;
	float: left;
	clear: left;
	margin-top: 10px;
	
}

h4 {
	margin-bottom: 0;
	text-decoration:none;
}

#main h3, #main h3 a, #main h3 a:visited {
	text-decoration: none;
	margin-bottom: 10px;
}


h4 a:hover, #main h3 a:hover {
	text-decoration: underline;
}

#events_and_projects h4, #news #sidebar h4, #leisure_letters #sidebar h4, h4.live {  
	margin-bottom: 10px;
}


#sidebar p {
	margin-bottom: 0px;
}

.permlink {
	clear: left;
	margin-bottom: 10px;
	margin-top: 0px;
	
}

#news #main .permlink, #search #main .permlink, #leisure_letters #main .permlink, #search #main .permlink, #members #main .permlink {
	margin-top: -15px;
}

#leisure_letters #main .permlink {
	margin-bottom: 40px;
}


#events_and_projects .permlink {
	float: left;
	clear: left;
/*	background-color: black;*/
	margin-bottom: 40px;	
}    

.visit {
	margin: 20px 0 !important;
}

#peruse, .prevnext {     
	display: none;
}        