﻿
/* Element Tags */


body 
{
	background:silver;
	margin:0;
	font-family: Times New Roman;
	font-size:1.3em;
}
IMG
{
    border-right: navy groove;
    border-top: navy groove;
    border-left: navy groove;
    border-bottom: navy groove;
    margin-top:25px;
    margin-bottom:15px;
    text-align:center;
}


/* Section Classes */

.address
{
    font-size: .9em;
    color: white;
    background:black;
    font-family: 'Verdana';
    font-variant:  normal;
    text-decoration: none; 
    font-weight:bold;
    padding-bottom:3px;
    border-bottom: silver ridge;
    text-align:center;
}

.address A
{
   
    color: white;
}

.title
{
	font-size: 1.9em;
	font-family: Verdana;
	text-decoration: none;
	vertical-align: text-bottom;
	text-align: center;
	font-weight:800;
}
.subtitle
{
	font-size: .9em;
	font-family: Verdana;
	text-decoration: none;
	vertical-align: text-bottom;
	text-align: center;
}


.topLeft
{
    background:black;
	border-bottom: silver ridge;
	border-right: silver ridge;
}

.titleCell
{
	font-size: 1.4em;
	font-family: Verdana;
	text-decoration: none;
	vertical-align: text-bottom;
	text-align: center;
	border-bottom: silver ridge;
}

.titleCell a
{
    text-decoration:none;   
    color:Navy; 
}


.email
{
    font-size: 1em;
    color: navy;
    font-family: 'Times New Roman';
    text-decoration: none; 
    font-variant: normal;
    font-weight:bold;
}

.topRow
{
    Height:30px;
}

.contactInfo
{
    vertical-align:top;
    text-align:center;
    height:15px;    
}


.NavCategory
{
    text-align:center;
    color: #000066;
    font-family: Verdana;
    font-weight: 700;
    font-size: .85em;
    background: white;
    
}

.leftPane
{
    background: midnightblue;
    padding: 10px;
    padding-top: 5px;
    margin-top: 25px;
    vertical-align: top;
    width: 25%;
    border-right: silver ridge;
    border-bottom: silver ridge;
}

.contentPane
{

    vertical-align:text-top;
    width:80%;
    height:300px;
    text-align:center;
    padding-top:10px;
    
}

.contentTable
{

    vertical-align: text-top;
    width:90%;
    height:430px;
    
}

.footer
{
	color: white;
	background: black;
	font-family: Verdana;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	border-top: silver ridge;
	border-bottom: silver ridge;
	text-align: center;
	padding: 2px;
}
    

.NavLinks
{ 
    text-align: left;
    color: whitesmoke;
    font-family: verdana;
    font-weight: 700;
    font-size: .8em;
    list-style:
 ; list-style-type: disc; }


  
.NavLinks a
{
    text-align: left;
    color: whitesmoke;
    text-decoration:none;
    padding:5;
    color:White;
    font-weight: 700;
    width:100%;
    height:100%;
 } 
 
.counter img
{
	width:50%;
	height:50%;
	text-align:left	
}
.NavLinks a:link
{

} 
 
 .NavLinks a:visited
{
   
} 
 
 .Navlinks a:hover
{
    color:navy;
    background:gray;
    font-weight: 700;
    text-decoration:none;
    width:100%;
    height:100%;
  } 
  
  /* text classes */
  
  .HighlightBigBlueCenter
{
    text-align: left;
    color: Navy;
    font-family: Times New Roman;
    font-size: 1.2em;
    font-weight: 400;
    margin-left: 100px;
    margin-right: 50px;
    list-style-image: url(images/bluebullet.gif);
    letter-spacing:2.8px;
}

  .EmphasisText
{
    text-align: left;
    color: Navy;
    font-family: Times New Roman;
    font-size: 1.2em;
    font-weight: 400;
    margin-left: 100px;
    margin-right: 50px;
    list-style-image: url(images/bluebullet.gif);
    letter-spacing:2.8px;
}

   

