/*--Main Definitions--*/
body {
	margin: 0px;
	/*width: 770px;*/
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}

table.mainContainer {
	background-image: url(../images/catalogue.background.gif);
	background-repeat: repeat-y;
	width: 770px;
}


/*--Catalogue Front--*/
div.year {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

div.separatorUp {
	border-top: 0px none #fff;
}

div.separator {
	border-top: 1px none #fff;
	width: 563px;
}

.year img {
	vertical-align: text-top;
}

div.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	text-align: justify;
	margin-top: -19px;
}

.content a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #ce0202;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #ce0202;
}

.content a:hover {
	border-bottom: 1px dotted #777;
	color: #777;
}

.content span {
	font-size: 90%;
}

p.cont1 {
	background-color: #fff;
	padding: 5px 15px 5px 5px;
	margin-left: 184px;
}

p.cont2 {
	background-color: #eee;
	padding: 5px 15px 5px 5px;
	margin-left: 184px;
}




/*--Footer--*/
.footer {
	padding: 4px 0 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ffffff;
	background-color: #777;
	width: 100%;
}

.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}	

.footer a:hover {
	text-decoration: underline;
}

td.footerLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#ffffff;
	padding: 2px 10px 0 380px;
	vertical-align: middle;
}

td.footerRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#ffffff;
	border-left: 2px dotted #fff;
	padding: 0 7px 0 7px;
	vertical-align: middle;
}


/*--Links--*/

  /*--on the left, main--*/
div.stdlinks {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.stdlinks ul {
	list-style-image:  url("../images/arrow.red.right.gif");
}

.stdlinks a {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.stdlinks a:hover {
	text-decoration: underline;
}


  /*--on the left, related--*/
div.quick {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 10px;
	width: 119px;
}

.quick a {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	line-height: 200%;
}

.quick a:hover {
	text-decoration: underline;
	color: #777;
}


  /*--left top, catalogue back--*/
div.catBack {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #777;
	padding: 2px 0 4px 18px;
	width: 117px;
}

.catBack a {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.catBack a:hover {
	text-decoration: underline;
}
	


/*--Exhibition Pages--*/
div.exhTitle {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0 2px 0;
}

.exhTitle span {
	font-size: 10px;
	font-weight: normal;
}

div.exhContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	line-height: 130%;
	padding: 220px 0 15px 0;
}

.exhContent a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ce0202;
	text-decoration: none;
	border-bottom: 1px dotted #ce0202;
}

.exhContent p {
	padding: 0 5px 5px 5px;
	text-align: justify;
}

.exhContent li {
	text-align: justify;
	padding: 2px 10px 2px 0;
}


/*--General Information--*/

#mission {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	line-height: 130%;
	padding: 0 10px 30px 10px;
	text-align: justify;
}

#contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	line-height: 130%;
	padding: 0 10px 20px 10px;
}

#contactInfo h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#contactInfo span {
	padding-left: 30px;
}

#contactInfo a {
	color: #ce0202;
	text-decoration: none;
	border-bottom: 1px dotted #ce0202;
}

#contactInfo a:hover {
	border-bottom: 1px dotted #777;
	color: #777;
}	


#opening {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	line-height: 130%;
	padding: 0 10px 20px 10px;
}

#opening h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#opening span {
	padding-left: 30px;
}
