﻿html
{
    overflow:auto; /*Removes scroll bar in IE when there is no content.*/
}

table.albums
{
    margin:0px auto;
    text-align:center;
    position:relative;
    right:200px;
    top:1px;
}

table.navLink
{
    margin:0px auto;
    text-align:center;
}

input.contactTextBox
{
    background-color: #200f27;
    color: #7a6482;
    border-left-color: #7a6482;
    border-bottom-color: #7a6482;
    border-top-color: #7a6482;
    border-right-color: #7a6482;
}

textarea.contactTextBox
{
    background-color: #200f27;
    color: #7a6482;
    border-left-color: #7a6482;
    border-bottom-color: #7a6482;
    border-top-color: #7a6482;
    border-right-color: #7a6482;
}


p.copyright
{
    color: #a89abe;
    font-family: 'Myriad Pro' , 'Lucida Sans Unicode' , 'Lucida Grande' , Tahoma, Geneva, Arial, Sans-Serif;
    font-size: 8pt;
}

.contentText
{
    color: #7a6482;
    font-family: 'Myriad Pro' , 'Lucida Sans Unicode' , 'Lucida Grande' , Tahoma, Geneva, Arial, Sans-Serif;
    text-align:justify;
    font-size: 10pt;
}

.exhibitsHeader
{
    color: #7a6482;
    font-family: 'Myriad Pro' , 'Lucida Sans Unicode' , 'Lucida Grande' , Tahoma, Geneva, Arial, Sans-Serif;
    text-align:justify;
    font-size: 14pt;
}

.exhibitsSubHeader
{
    color: #7a6482;
    font-family: 'Myriad Pro' , 'Lucida Sans Unicode' , 'Lucida Grande' , Tahoma, Geneva, Arial, Sans-Serif;
    text-align:justify;
    font-size: 12pt;
}

.exhibitsText
{
    color: #7a6482;
    font-family: 'Myriad Pro' , 'Lucida Sans Unicode' , 'Lucida Grande' , Tahoma, Geneva, Arial, Sans-Serif;
    text-align:justify;
    font-size: 10pt;
}







a.contentLink:link
{
    font-family: 'Myriad Pro' , 'Lucida Sans Unicode' , 'Lucida Grande' , Tahoma, Geneva, Arial, Sans-Serif;
    text-decoration: none;
    color: #a89abe;
    font-size: 10pt;
}

a.contentLink:visited
{
    font-family: 'Myriad Pro' , 'Lucida Sans Unicode' , 'Lucida Grande' , Tahoma, Geneva, Arial, Sans-Serif;
    text-decoration: none;
    color: #a89abe;
    font-size: 10pt;
}

a.contentLink:hover
{
    font-size:130%;   
    color: #57445f;
}






a.navLink:link
{
    font-family: 'Myriad Pro' , 'Lucida Sans Unicode' , 'Lucida Grande' , Tahoma, Geneva, Arial, Sans-Serif;
    text-decoration: none;
    color: #a89abe;
    font-size: 12pt;
}

a.navLink:visited
{
    font-family: 'Myriad Pro' , 'Lucida Sans Unicode' , 'Lucida Grande' , Tahoma, Geneva, Arial, Sans-Serif;
    text-decoration: none;
    color: #a89abe;
    font-size: 12pt;
}

a.navLink:hover
{
    font-size:130%; 
    color: #57445f;
}

a.navLinkSelected
{
    font-family: 'Myriad Pro' , 'Lucida Sans Unicode' , 'Lucida Grande' , Tahoma, Geneva, Arial, Sans-Serif;
    text-decoration: none;
    font-size: 12pt;
    color: #95bc78;
}





a.albumLink:link
{
    font-family: 'Myriad Pro' , 'Lucida Sans Unicode' , 'Lucida Grande' , Tahoma, Geneva, Arial, Sans-Serif;
    text-decoration: none;
    color: #a89abe;
    font-size: 10pt;
}

a.albumLink:visited
{
    font-family: 'Myriad Pro' , 'Lucida Sans Unicode' , 'Lucida Grande' , Tahoma, Geneva, Arial, Sans-Serif;
    text-decoration: none;
    color: #a89abe;
    font-size: 10pt;
}

a.albumLink:hover
{
    font-size:130%; 
    color: #57445f;
}

a.albumLinkSelected
{
    font-family: 'Myriad Pro' , 'Lucida Sans Unicode' , 'Lucida Grande' , Tahoma, Geneva, Arial, Sans-Serif;
    text-decoration: none;
    color: #95bc78;
    font-size: 10pt;
}




a.pagingLink:link
{
    font-family: 'Myriad Pro' , 'Lucida Sans Unicode' , 'Lucida Grande' , Tahoma, Geneva, Arial, Sans-Serif;
    text-decoration: none;
    color: #a89abe;
    font-size: 10pt;
}

a.pagingLink:visited
{
    font-family: 'Myriad Pro' , 'Lucida Sans Unicode' , 'Lucida Grande' , Tahoma, Geneva, Arial, Sans-Serif;
    text-decoration: none;
    color: #a89abe;
    font-size: 10pt;
}

a.pagingLink:hover
{
    font-size:130%; 
    color: #57445f;
}

a.pagingLinkSelected
{
    font-family: 'Myriad Pro' , 'Lucida Sans Unicode' , 'Lucida Grande' , Tahoma, Geneva, Arial, Sans-Serif;
    text-decoration: none;
    color: #95bc78;
    font-size: 10pt;
}