@charset "UTF-8";

p{
line-height: 150%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990033;
	}
	
h2 {	
	word-spacing: 0.2em;
	letter-spacing: .1em;
	text-decoration: none;
	list-style-type: none;
	font-weight: normal;
	font-size: 100%;
	text-transform: uppercase;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 120%;
	color: #990033;
}
li {
	color: #990033;
}
a {
	;
	color: #990033;
	word-spacing: 0.2em;
	letter-spacing: .1em;
	text-decoration: none;
	list-style-type: none;
	font-weight: normal;
	font-variant: small-caps;
	
}		
	 /*initial cap*/
	 p span.initcap {
text-indent:37%;
} 
	

span.initcap {
	
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 5em;
line-height: 0.5em;
font-weight: bold;
} 
	

 /*block quote*/
 blockquote {
margin: 0;
padding: 0;
color: #555;
} 

blockquote p{
font: italic 1em Georgia , Times, "Times New Roman", serif;
font-size: 1.5em;
margin: .5em 0em 0 .5em;
padding: 0;
} 

.source{
	margin: 0;
	padding: 0;
	color: #9ACCCD;
	font-style: italic;
	font-weight: bold;
	text-indent: 20px;
} 

	
	 /*table*/
	
td {
	background-color: #99CCCC;
}
tr {
	background-color: #99CCCC;
	}

.bea {
	font-family: Arial, Helvetica, sans-serif;
	color: #223D3E;
	font-weight: normal;
}

.beatxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #339999;
	background-color: #FFFFFF;
	border: thin dotted #339999;
	line-height: 130%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	background-image: url(../images/2tile.jpg);
}
.scroll {
	display: block;
	overflow: scroll;
	height: 250px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #339999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #FFFFFF;
}


#container  {
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/homesidebar.jpg);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#container-lg {
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/homesidebar-lg.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container3staff {
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/homesidebar3staff.jpg);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.table {
}
#header  {
	height: 75px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: bottom;
	margin-top: 10px;
} 

#headerflash {
	height: 180px;
	background-color: #FFFFFF;
	background-image: url(../images/headerflashback.png);
	background-repeat: no-repeat;
}

/* navigation primary - header 1 */

#headerh1    {
	margin: 0;
	height: 30px;
	background-image: url(../images/nav.main.tile.jpg);
	background-repeat: repeat;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #99cccc;
	padding-left: 0px;
	background-image: url(../images/bigb.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #99CCCC;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#sidebar3staff {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFCC;
	padding-top: 45px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#mainContent  {
	margin-right: 175px;
	margin-bottom: 0;
	margin-left: 155px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#mainContent-lg {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 155px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#mainContent-staff {
	margin-right: 260px;
	margin-bottom: 0;
	margin-left: 155px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer  {
	padding: 0 10px 0 20px;
	background-color: #339999;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding: 5px;
}
.fltrtZero {
	float: right;
	margin-left: 8px;
	padding: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 5px;
}
.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;
}

/* navigation global top - header */
#navcontainertop {
	text-align: center;
	vertical-align: top;
	padding: 5px;
	border: thin dotted #FFFFCC;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
	background-image: url(../images/bigb.jpg);
}
#navcontainer {
	float: left;
	width: 100%;
	height: 30px;
}
#navcontainer  ul {
	margin: 0px;
}
#navcontainer li {
	display: inline;
	height: 30px;
}
#navcontainer a {
	float: left;
	padding-right: 27px;
	padding-left: 26px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #339999;
	padding-top: 8px;
	padding-bottom: 8px;
}
#navcontainer a:hover {
	background-color: #990033;
	color: #FFFFCC;
}
#navlist-v/* navigation secondary - sidbar 1 */
 {
}
	
	
#navlist-v  li
{
	list-style-type: none;
}
#navlist-v ul {
	margin: 0px;
	padding: 0px;
}
#navlist-v a {
	line-height: 200%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFCC;
	text-decoration: none;
	display: block;
	width: 140px;
	padding-left: 10px;
}
#navlist-top {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	display: inline;
	padding-top: 5px;
}
#navlist-v a:hover {
	line-height: 200%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFCC;
	text-decoration: none;
	display: block;
	width: 140px;
	padding-left: 10px;
	background-image: url(../images/4tile.jpg);
	background-repeat: repeat;
	color: #339999;
}

#navlist-v a:active {
	line-height: 200%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFCC;
	text-decoration: none;
	display: block;
	width: 140px;
	padding-left: 10px;
	color: #FFFFCC;
	background-color: #990033;
	background-image: url(../images/heiroglypicssm2.jpg);
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
}
	Tables --- --- --- */

	

	.box-table-a {

		font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; 
		font-size: 12px; width:100%; 
		text-align: left; 
		border-collapse: collapse;

	}

	.box-table-a th {
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background-color:#8AC5C5;
	color: #000000;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #339999;
	border-bottom-color: rgb(255, 255, 255);
	text-decoration: underline;
	}

	.box-table-a td {
	padding: 8px;
	background-color:rgb(250, 250, 232);
	border-bottom: 1px solid rgb(255, 255, 255);
	color:#990033;
	border-top: 1px solid transparent;
	text-decoration: none;
	}

	.box-table-a tr:hover td {
	color:#FFFFFF;
	background-color: #8AC4C4;
.box-table-a tr:active td {
	color:#FFFFFF;
	background-color: #8AC4C4;
}
.box-table-a  tr:link  td {
	color:#000000;
	background-color: #990033;
.box-table-a tr:active td {
	color:#FFFFFF;
	background-color: #8AC4C4;}
.artistsBea {
	width: 275px;
	float: left;
}
.artistsStaff {
	background-color: #FFFFCC;
	float: right;
	width: 275px;
	padding-right: 10px;
	padding-left: 10px;
}
