body
{
	color: black;
	font-family: Verdana, Arial, Sans-serif;
	background: #bfd8d8;
	margin: 0px;
}

/********************************************/
/* Borders */
.pageheader {
	margin:0px auto;
	width:940px;
	height:29px;
	background-color: #c1c2ec;
	background-image: url(../images/topedge.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.outerpage {
	margin:0px auto;
	width:940px;
	background-color: #bfd8d8;
	background-image: url(../images/outeredge.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.pagefooter {
	margin:0px auto;
	width:940px;
	height:29px;
	background-color: #bfd8d8;
	background-image: url(../images/footeredge.png);
	background-repeat: no-repeat;
	background-position: center top;
}

table
{
	width: 900px;
	font-size: 10px;
}

table#white
{
	background-color: #FFFFFF;
	width: 850px;
}
table td
{
	padding: 5px;
	border-width: 0;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	right: auto;
}

#footer
{
	border-top: 1px solid #ddd;
	margin-top: 10px;
	margin-left:20px;
	width: 95%;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	vertical-align: top;
	color: #999999;
}

#footer a{
	color: #999999;
}

/********************************************/

/********************************************/
/* Navigation Bar */
#navlist li
{
display: inline;
list-style-type: none;
font-size:12px;
}

#navlist a
{
padding: 1px 6px 1px 18px;
border: 1px solid #333;
background-color: #8BB8B8;
background-image: url(../images/down.png);
}

#navlist a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navlist a:hover
{
border: 1px solid #333;
background-color: #100C6D;
background-image: url(../images/over.png);
color: #FFF;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #100C6D;
background-image: url(../images/over.png);
color: #FFF;
}

.buttons{
	align:right;  
	padding-right:10px;
}

.banner-announcement{
	align:right; 
	font-size:20px;
	font-weight:bold;
	color:#990000;
	padding-top:0px; 
	padding-left:30px;
}

.highlight{
	text-align:left; 
	font-size:12px;
	font-weight:bold;
	color:#990000;
	padding-top:0px; 
	padding-left:30px;
}
.highlight-center{
	text-align:center; 
	font-size:12px;
	font-weight:bold;
	color:#990000;
	padding-top:0px; 
	padding-left:30px;
}

.red-text{
	text-align:left; 
	font-size:10px;
	font-weight:bold;
	color:#990000;
	padding-top:0px; 
}
/********************************************/

/********************************************/
/* Portions of the page */
.leftcolumn{
	border-top: 1px solid #ddd;
	margin-top: 10px;
	float: left;
	width: 71%;
	background-color: #fff;
	font-size: 14px;
}

.leftcolumn ul li{
	font-size: 12px;
}
		
.rightcolumn{
	margin-top: 10px;
	float: left;
	margin-left: 3%;
	width: 25%;
	background-color: #EAEAEA;
	border: 1px solid #ddd;
}

.full-page-column{
	margin-top: 10px;
	float: left;
	background-color: #fff;
	font-size: 12px;
	margin-left: 20px;
}

.leftmapcolumn{
	margin-top: 10px;
	float: left;
	width: 50%;
	background-color: #fff;
	font-size: 14px;
}

.rightmapcolumn{
	margin-top: 10px;
	float: left;
	margin-left: 3%;
	width: 37%;
	background-color: #EAEAEA;
	border: 1px solid #ddd;
}

.map-layout{
	margin-top: 10px;
	float: left;
	background-color: #fff;
	font-size: 12px;
}

.excerpt{
	margin-top: 10px;
	float: left;
	background-color: #FFEDAE;
	font-size: 14px;
	border-width: 1px;
	border-top-style: solid;
	border-top-color: #804040;
	font-style: italic;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #804040;
	border-bottom-color: #804040;
	border-left-color: #804040;
	padding-right:10px;
	padding-left:10px;
}

table#artist
{
	width: 850px;
}

.even
{
	background-color: #EAEAEA;
	padding: 5px;
}
.odd
{
	background-color: #FAFAFA;
	padding: 5px;
}

th#artist{
border-top:solid 1px #aaa;
font-size:14px;
}

tr.even td
{
	background-color: #EAEAEA;
	padding: 5px;
	border-bottom:solid 1px #ddd;
	font-weight:bold;
}
tr.odd td
{
	background-color: #FAFAFA;
	padding: 5px;
	border-bottom:solid 1px #ddd;
	font-weight:bold;
}
h3#artist{
border-bottom: solid 1px #aaa;
}

.map-number{
color:#669900;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
}
