/**************************************************
 *  Some overiding of normal tag behaviour        *
 **************************************************/
a:link {color: #6e2471; text-decoration: underline;}
a:visited {color: #6e2471; text-decoration: underline;}
a:active {color: #ff0000; text-decoration: underline;}
a:hover {color: #ff0000; text-decoration: underline;}



/**************************************************
 *  Some link colors and effects                  *
 **************************************************/

a.textnav:link
{
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: white;
text-decoration: none;
font-style: normal;
font-weight: none;
} 


a.textnav:visited
{
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: white;
text-decoration: none;
font-style: normal;
font-weight: none;
}

a.textnav:active
{
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: yellow;
text-decoration: none;
font-style: normal;
font-weight: none;
}

a.textnav:hover
{
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: yellow;
text-decoration: none;
font-style: normal;
font-weight: none;
}


/**************************************************
 *  Some font stuff                               *
 **************************************************/

font.main
{
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
color: black;
text-decoration: none;
font-style: normal;
font-weight: none;
}

font.main-big
{
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
color: black;
text-decoration: none;
font-style: normal;
font-weight: none;
}

font.main-big-purple
{
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
color: #6e2471;
text-decoration: none;
font-style: normal;
font-weight: none;
}

font.slogan
{
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
color: white;
text-decoration: none;
font-style: normal;
font-weight: none;
}

font.citation
{
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
color: black;
text-decoration: none;
font-style: italic;
font-weight: none;
}

/************* NEW STUFF **************/

body
{
text-align: center;
margin: 0px auto auto auto;
}

img#bullet
{
height: 15px;
width: 15px;
align: absmiddle;
}

ul#textnav
{
list-style-type: none;
margin: 0;
padding: 0;
}

ul#textnav li
{
display: inline;
padding: 0px 15px 0px 15px;
}


div.p
{
text-align: left;
margin: 15px 20px 0px 20px;
background-color: white;
}

div.bq
{
text-align: left;
margin: 15px 50px 0px 50px;
background-color: white;
}

div#container
{
width: 780px;
text-align: left;
margin: 0px auto auto auto;
background-color: white;
}

div#purple-bar
{
height: 20px;
background-color: #6e2471;
text-align: center;
}

div#grey-bar
{
height: 20px;
background-color: #727272;
text-align: center;
}

div#logo
{
background-color: #ffffff;
text-align: center;
}

div#navbar
{
background-color: #6e2471;
text-align: center;
}

div#content
{
background-color: white;
margin: 0px 0px 15px 0px;
}

div#content-right
{
float: left;
width: 640px;
margin: 0px 0px 0px 0px;
background-color: white;
}


div#pics-left
{
float: left;
width: 130px;
background-color: white;
padding: 10px 0px 7px 10px;
}

div#addy
{
float: right;
width: 300px;
text-align: right;
background-color: white;
padding: 30px 0px 0px 0px;
}

div#blurb
{
float: right;
width: 300px;
text-align: center;
background-color: white;
padding: 53px 0px 0px 0px;
}

div#citation
{
text-align: right;
background-color: white;
margin: 15px 30px 0px 20px;
}


div#textnav
{
clear: both;
height: 20px;
background-color: #727272;
text-align: center;
}


/* Link button stuff */

div#links{
float: right;
text-align: center;
/* margin: 20px 0px 0px 0px; */
margin: 0px 0px 0px 0px;
}

#links ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}

#links a
{
display: block;
padding: 5px;
width: 120px;
background-color: #6e2471;
border-bottom: 1px solid #eee;
}

#links a:link, #links a:visited
{
color: white;
text-decoration: none;
}

#links a:hover
{
background-color: #727272;
color: white;
}

/* For the store */

font.section-header
{
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: white;
text-decoration: none;
font-style: normal;
font-weight: bold;
}

table.section-header
{
width: 100%;
border-collapse: collapse;
}

td.cell1
{
width: 250px;
height: 14px;
padding-left: 5px;
/* background-color: green; */
background-color: #6e2471;
border-style: solid;
/* border-color: grey; */
border-color: #6e2471;
border-width: 1px;
}

td.cell2
{
border-style: none none solid none;
/* border-color: grey; */
border-color: #6e2471;
border-width: 1px;
}

