


body {
	margin-top: 20px;
	padding: 0px;
	background: #8f7e6e;
	text-align: center;
	font-family: Verdana, Trebuchet MS, sans-serif;


	
	
}


a {

	color: #333333;
	font-size: 8pt;
	text-decoration: none;

}

a:hover {
	color: #006699;
	font-size: 8pt;
	text-decoration: none;
	background: #FFFFFF;

}

p {

	font-size: 9pt;
	line-height: 1.5em;

}

h1 {

	font-size: 11pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}


/* page layout */


#pageContainer {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;

}


/* these are not being used currently but may be used later: they correspond with the dropshadow table */
.corner1 {
	background: #8f7e6e;
}

.corner2 {
	background: #8f7e6e;
}

.corner3 {
	background: #8f7e6e;
}

.corner4 {
	background: #8f7e6e;
}

.top {
	background: #8f7e6e url(../_images/corners/top.gif) repeat-x;

}

.bottom {
	background: #8f7e6e url(../_images/corners/bottom.gif) repeat-x;

}

.left {
	background: #8f7e6e url(../_images/corners/left.gif) repeat-y;

}


.right {
	background: #8f7e6e url(../_images/corners/right.gif) repeat-y;

}

/* these are not being used currently but may be used later: they correspond with the dropshadow table */


#page {
	display: table-cell;
	text-align: left;
	font-size: 8pt;
	width: 1000px;
	height: 650px;

}

/* header */

#header {
	width: auto;
	height: 70px;
	padding-top: 39px;
}

#header #masthead {
	
	padding-top: 20px;
	margin-left: 60px;
	height:35px; 
	
	
}


#header #masthead #menu {
	
    
}

/*

#logo{
	position: absolute; 
	width:120px; 
	height:35px; 
	z-index: 50;
}

#biennial_menu {
	margin-left: 120px; 
	margin-bottom: 4px;
	border: solid 1px #FF0000;


}

#whitney_menu { 
	margin-left: 360px;  
	margin-bottom: 4px;
	border: solid 1px #FF0000;

}

*/


#body {
	width: 844px;
	margin-bottom: 30px;

	
}


#body div.side_menu{
	text-align:right;
	margin-top: 10px;
	padding-left: 80px;
}


#body #contentClip {
	text-align: left;
	display: table-cell;
	width: 100%;
	height: 398px;
	filter:alpha(opacity=65);
	background-image: url('../_images/alpha_white_65.png'); 
	background-repeat: repeat;
	_position: relative;
	
	
}

#body #content {
	display: table-cell;
	width: 700px;
	_width: 710px;
	height: 398px;
	padding: 20px;	
	filter:alpha(opacity=100);
	_position: relative;
	border: solid 1px #FFFFFF;
}




#body .floatRight {
	float: right; 
	display:table-cell; 
	_display: inline;
	margin-left: 10px; 
	margin-bottom: 10px;
}
#body .floatLeft {
	float: left; 
	display:table-cell; 
	_display: inline;
	margin-right: 10px; 
	margin-bottom: 10px;
}


#body .sideBar {
	width: 200px;
	padding: 10px;
	margin-left: 10px; 
	margin-bottom: 10px;
}

#body .sideBar a:hover {
	background-color: transparent;
}


#content_2col td {
	padding-right: 20px;
}




div.pageNumber {
	color: #666666;
	font-size: 12pt;
	margin-bottom: 10px;
}




#secondary {

	margin-top: 0px;
	margin-left: 0px;
	border-left: solid 1px #FFFFFF;
	

}







#footer {
	

}



#footer #content {
	color: rgb(255, 255, 255);
	padding: 3px;
	width: auto;

}




#banner {
	display: table-cell;
	background: #545454;
	width: 140px;
	
}

#SponsorBanner {
	font-size: 6pt;
	text-align: left;
	background-color: #CCCCCC;
	border-bottom: 10px solid #999999;
	border-top: 10px solid #999999;
	
}
#SponsorBanner p {
	font-size: 6pt;
	text-align: left;
	
}

#SponsorBanner a:hover {
	background-color: transparent;
	
}




/* utility classes */

.clear {

	clear: both;
	
}



.alpha_80 {
	filter:alpha(opacity=80);
	background-image: url('../_images/alpha_white_80.png'); 
	background-repeat: repeat;
	_position: relative;

}

.alpha_100 {
	filter:alpha(opacity=100);
	_position: relative;

}





/* newly added starts */
.bodySmall {
	padding-right: 50px;
	color: #5A514A;
	text-align: left;
	font-size: 8pt;
}
.titleHead, .bodyHeader {
	padding-right: 50px;
	color: #5A514A;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
}
/* newly added ends */