﻿ body 
        {
            font-family:Verdana;
            color:#008888;
            background-color:Black;
        }
        
        .navHeading 
        {
        	color:#008888;
        	font-size:15px;
        	padding-left:3px;
        	font-family:Verdana;
        }
        
        .navItem 
        {
        	color:#008888;
        	font-size:13px;
        }
        	
        .menuItem 
        {
        	color:#008888;
        	font-size:15px;
        	font-family:Verdana;
        	border:3px;
        	border-style:ridge;
        	border-color:#008888;
        	text-align:center;
        	font-weight:bold;
        }
        
        .textItem
        {
        	color:#008888;
        	font-size:15px;
        	font-family:Verdana;
        	border:3px;
        	border-style:ridge;
        	border-color:#008888;
        	font-weight:bold;
        	height:175px;
        	
        }
        
        .videoItem 
        {
        	color:#008888;
        	font-size:20px;
        	font-family:Verdana;
        	border:6px;
        	border-style:ridge;
        	border-color:#008888;
        	text-align:center;
        	font-weight:bold;
        	text-align:center;
        }
        
        .contentItem 
        {
        	height:250px;
        	padding-bottom:15px;
        	text-align:center;
        	color:silver;
        	font-size:25px;
        	font-family:Verdana;
        }
        
        .imgMain
        {
            height:460px;
            width:460px;
        }
        
        .pageHdr 
        {
            text-align:center;
            font-size:40px;
            font-weight:bold;
            color:#008888;
            font-family:Verdana;
        }
        
        h1 
        {
            text-align:center;
            font-size:20px;
            font-weight:bold;
            color:#008888;
            font-family:Verdana;
            text-decoration:underline;  
        }
        
        a
        {
            text-decoration:none;
            color:#008888;
        }
        
        .modalBackground {
            filter:alpha(opacity=65);
            opacity: .65;
            background:#000;
            position:absolute;
            top:0;
            left:0;
            height:100%;
            width:100%;
            display:none;
         }

        .modalForeground {
            background:black;
            border: 1px solid #a8a8a8;
            position:absolute;
            top:50px;
            left:300px;
            display:none;
        }
        
        p   
        {
            color:#008888;
            text-align:center;
            font-family:Verdana;
        }
        
        title   
        {
            text-decoration:underline;
        }
        
        .bluehdr 
        {
            color:White; 
            font-size:15px; 
            font-weight:bold;
            padding-left:3px;
	    float:left;
        }
       
       .help
       {
           float:right; 
           height:25; 
           width:25px; 
           padding-top:2px; 
           padding-bottom:2px
       }
       
       table.collection td, th
       {
           border:ridge 3px #008888;
           /*width:50px;*/
           font-family:Verdana;
           text-align:center;
           vertical-align:middle;
           padding:5px;
           font-size:large;
       }
       
       th
       {
           font-weight:bold;
       }