@charset "UTF-8";
/* CSS Document */

body  {
	font:1em "Courier New", Courier, monospace;
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px 0px 20px 20px;
}

.forceblack {
	color:#000000;
	}
	
.container {
	margin: 0px;
	padding: 0px;
	border: none;
}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
}


#topSidebar {
	width: 200px;
	position:relative;
	text-align:right;
	}

		
	
.name {
	width:195px;
	padding:2px 5px 2px 0px;
	}	
.name a {
	color:#666666;
	text-decoration:none;
	}
.name a:visited {
	color:#666666;
	text-decoration:none;
	}	
.name a:hover {
	text-decoration:none;
	color:#CCCCCC;
}		


.name_select {
	background-color:#cc3399;
	display:inline-block;
	width:195px;
	padding:2px 5px 2px 0px;	
	}
.name_select a {
	color:#FFFFFF;
	text-decoration:none;
	}
.name_select a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}	
.name_select a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}	


.name_deselect {
	width:195px;
	padding:2px 5px 2px 0px;
	}
.name_deselect a {
	color:#CCCCCC;	
	text-decoration:none;
	}
.name_deselect a:visited {
	color:#CCCCCC;	
	text-decoration:none;
	}	
.name_deselect a:hover {
	text-decoration:none;
	color:#666666;
	}

	
a {
	color:#cc3399;
	text-decoration:none;
	}
a:visited {
	color:#cc3399;
	text-decoration:none;
	}	
a:hover {
	color:#cc99cc;
	text-decoration:none;
	}	
	
.nav {
	color:#999;
	display:inline-block;
	margin: 100px 0px 0px 0px;
	padding:0px 5px 0px 0px;
	width:195px;
	}
.nav a {
	color:#999;
	text-decoration:none;
	}
.nav a:visited {
	color:#999;
	text-decoration:none;
	}	
.nav a:hover {
	text-decoration:none;
	color:#cc3399;
	}

.moreinfo, .moreinfo a, .moreinfo a:visited, .moreinfo a:hover {
	display:block;
	color:#fff;
	text-decoration:none;
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	background-color:#666;
	width:195px;
	}
	
.title {
	display:block;
	color:#999;
	text-decoration:none;
	margin: 0px;
	}

.tabTitle {
	display:block;
	color:#999;
	text-decoration:none;
	margin: 40px 0px 0px 0px;
	}


.info, .info a, .info a:visited, .info a:link {
	display:inline-block;
	width: 195px;
	color:#cc3399;
	text-decoration:none;
	margin: 10px 0px 0px 0px;
	}
.info a:hover {
	display:inline-block;
	text-decoration:none;
	color:#fff;
	background-color:#cc3399;
}	

	
#topSidebarBottom {
	position:absolute;
	bottom:0px;
	left:0px;
}

#mainContent { 
	margin: 0px 0px 0px 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}

#Image {
	position:absolute;
	text-align:right;
	margin:0px;
	padding:0px;
}
 
#overlay {
	position:absolute;
	padding:20px;
	bottom:0px;
	right:0px;
	}

.exhibition, .exhibition a, .exhibition a:visited, .exhibition a:hover {
	color:#fff;
	text-decoration:none;
	}	

.statement {
	display:block;
	color:#999;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border:none;
	}
