a:link { color: #FFC400}
a:visited { color: #FFC400 }
a:hover { color: #FFFF00}
a:active { color: #4B4B4B }

body {
background: #000000;
padding:0px;
margin:0px;
border:none;
color: #EEEEEE;
}

img {border:none;}

/* position menu button */

div.menu { padding-top: 5px ;
           padding-bottom: 5px;
           clear: both;
           width: 690px;
           height: 55px;
           position: absolute;
           left: 50%;
           margin-left: -345px;
           }
           
           
/* Home */         
           a#menu-home {
           display: block;
           text-decoration: none;
           width: 115px;
           height: 55px;
           margin: 0 auto;
           float: left;
           background-image:url(images/ujhome.jpg);
           }
           
           a#menu-home:hover {
           background-image:url(images/ujhomeover.jpg);
           }
           
           
           #menu-home img {
           border: 0;
           }
/* About */        
           a#menu-about {
           display: block;
           text-decoration: none;
           width: 115px;
           height: 55px;
           margin: 0 auto;
           float: left;
           background-image:url(images/ujabout.jpg);
           }
                   
           a#menu-about:hover {
           background-image:url(images/ujaboutover.jpg);
                   }

                   
           #menu-about img {
           border: 0;
           }
         
/* Shows */        
           a#menu-shows {
           display: block;
           text-decoration: none;
           width: 115px;
           height: 55px;
           margin: 0 auto;
           float: left;
           background-image:url(images/ujshows.jpg);
           }
                   
           a#menu-shows:hover {
           background-image:url(images/ujshowsover.jpg);
                   }

           #menu-shows img {
           border: 0;
           }

/* Voxpops */      
           a#menu-voxpops {
           display: block;
           text-decoration: none;
           width: 115px;
           height: 55px;
           margin: 0 auto;
           float: left;
           background-image:url(images/ujvoxpops.jpg);
           }
                   
           a#menu-voxpops:hover {
           background-image:url(images/ujvoxpopsover.jpg);
                   }
                   
                   
           #menu-voxpops img {
           border: 0;
           }       

/* Gallery */      
           a#menu-gallery {
           display: block;
           text-decoration: none;
           width: 115px;
           height: 55px;
           margin: 0 auto;
           float: left;
           background-image:url(images/ujgallery.jpg);
           }
                   
           a#menu-gallery:hover {
           background-image:url(images/ujgalleryover.jpg);
                   }
                   
                   
           #menu-gallery img {
           border: 0;
           }
           
/* Contact */      
           a#menu-contact {
           display: block;
           text-decoration: none;
           width: 115px;
           height: 55px;
           margin: 0 auto;
           float: left;
           background-image:url(images/ujcontact.jpg);
           }
                   
           a#menu-contact:hover {
           background-image:url(images/ujcontactover.jpg);
                   }
                           
           #menu-contact img {
           border: 0;
           }
/* menu buttons end */     

div.bgtop { background-repeat: no-repeat;
            background-color: #250000;
            position: absolute;
            height: 540px;
            width: 780px;
            clear: both;
            left: 50%; 
            margin-left: -380px;
            top: 70px;
            text-align: center;
            border-style: solid;
            border-color: #400011;
            padding: 10px;
           }
           
div.bgmug { background-image: url(images/ujmainlogo.jpg);
                       background-repeat: no-repeat;
                       background-position: bottom;
                       text-align: center;
                       height: 480px;
                       width : 760px;
                       margin: 0px;
           }
           
div.bglogo {  
            background-image: url(images/ujmainlogo.jpg);
            background-repeat: no-repeat;
            background-position: center;
            height: 324px;
            width:760px;
            margin: 0px;
           }          
                      
            
div.bglabel {  
            background-image: url(images/ujlabel1.jpg);
            background-repeat: no-repeat;
            clear: left;
            background-position: center;
            margin: 0px;
            width: 760px;
            height: 540px;
                }
 

h1 { font-size: 20px;
        font-family: "Verdana",Lithos, Regular;
        font-style: normal;
        color: #EEEEEE; 
        line-height: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        text-align:left;}

h2 {font-size: 12px;
        font-family: "Verdana", Lithos, Regular;
        font-style: normal;
        text-decoration: underline;
        line-height: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: left;
        color:#FF3300;}

p { font-size:18px;
    font-family:"Arial", Helvetica, sans-serif;
    font-style: normal;
    color: #EEEEEE; }

p.vsml {font-size: 12px;}
p.sml {font-size: 14px;}
p.big {font-size: 20px;}

em {color:#FF3300;
   font-style: normal; }
strong {color:#CC7700;
        font-style: normal; }
cite {color:#FFC400;
        font-style: normal;}
        

.showstable 
        {        
            margin-right:40px; float: right; padding-top: 20px; 
        }
        .showstable td {font-size: 16px; color: #EEEEEE;}
        .showstable th {font-size: 18px; color: #FF3300; text-align:left;}
