/* CSS Document */

body {
	margin: 0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	background-color: #ffffff;
	
}


/*containers*/

#ubercontainer {
	width: 750px;
	padding: 10px 5px 10px 5px;
	margin: 15px 15px 15px 15px;
}
	
#outside {
background-color: #ffffff;
margin: 0;
padding:0;
width: 100%;
padding: 0;
	border-top: 10px solid #710B47;
	border-right: 10px solid #710B47;
	border-bottom: 10px solid #710B47;
	border-left: 10px solid #710B47;
}

#header {
	background-color: #AAC8C1;
	text-align: center;
	margin: 0;
	padding: 0;
}

#links {
	margin: 0;
	padding: 5px 15px 5px 15px;
	background-color:#ffffff;
	border-top: 2px solid #710B47;
	border-right: 1px none #710B47;
	border-bottom: 2px solid #710B47;
	border-left: 1px none #710B47;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: center;
}

#title1 {
	width: 750px;
	background-color: #ffffff;
	margin: 0 0 5px 0;
	padding: 0;
}


#content {
	width: 100%;
	background-color: #ffffff;
	float: right;
	margin: 0;
	padding: 0;
}


#fullcontent {
	background-color: #ffffff;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 10px;
	float: left;
	}

/* applies to all divs within the fullcontent div */
  #fullcontent div {
	padding:10px;
	margin-top: 10px;
	margin-bottom: 20px;	
	float:left;
	align: center;
}
#content-left {
	background-color: #ffffff;
	width:175px;
	height:225px;
	margin-left: 5%;
	border-top: 1px solid #710B47;
	border-right: 0px solid #710B47;
	border-bottom: 0px solid #710B47;
	border-left: 1px solid #710B47;
	
	}

  #content-main {
	background-color: #ffffff;
	padding: 5px;
	width: 175px;
	height:225px;
	margin-left: 20px;
	border-top: 1px solid #710B47;
	border-right: 0px solid #710B47;
	border-bottom: 0px solid #710B47;
	border-left: 1px solid #710B47;
	
	}

 #content-right {
	background-color: #ffffff;
	width:175px;
	height:225px;
	margin-left: 20px;
	border-top: 1px solid #710B47;
	border-right: 0px solid #710B47;
	border-bottom: 0px solid #710B47;
	border-left: 1px solid #710B47;
	
	}



#exhibits {
	background-color: #ffffff;
	width:500px;
	padding: 5px;
	border-top: 1px solid #710B47;
	border-right: 1px solid #710B47;
	border-bottom: 1px solid #710B47;
	border-left: 1px solid #710B47;
	}

  #events {
	background-color: #ffffff;
	width:500px;
	padding: 5px;
	border-top: 1px solid #710B47;
	border-right: 1px solid #710B47;
	border-bottom: 1px solid #710B47;
	border-left: 1px solid #710B47;	
	}


#footer, #footer2{
	background-color: #AAC8C1;
	border-top: 2px solid #710B47;
	border-right: 1px none #710B47;
	border-bottom: 2px none #710B47;
	border-left: 1px none #710B47;
	padding: 1px;
	text-align: center;
	clear: both;
	color: #710B47;
	font-size: 11pt;
	font-variant: small-caps;
}

#bottom {
	background-color:#ffffff;
	padding: 10px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}

#bottom2 {
	background-color:#ffffff;
	padding: 10px;
	margin: 5px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}




/*text formatting*/
 

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	}

a:link {
	text-decoration: none;
	color: #af6874;
	}

a:hover {
	color: #af6874;
	text-decoration: underline;
	}

a:active {
	color: #68897F;
	text-decoration: underline;
	}

a:visited {
	color: #68897F;
	text-decoration: underline;
	}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	text-align: center;
	color: #710B47;
	}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: center;
	color: #710B47;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: left;
	color: #710B47;
}



/*image format*/

img.floatleft {
	float: left;
	margin: 0 20px 5px 0; 
	text-align: left;
	border: 2px #000000 solid;
}

img.floatright { 
	float: right;
	margin: 0 0 5px 20px; 
	text-align: right;
	border: 2px #000000 solid;
}

img.archleft {
	float: left;
	margin: 0 10px 5px 5px; 
	text-align: left;
	border: 0px #000000 solid;
}

img.archright { 
	float: right;
	margin: 5px 5px 5px 10px; 
	text-align: right;
	border: 0px #000000 solid;
}