﻿
.topbar {
	/*   
    color: black;
*/
    font-size: 13px; /* this is where you change font size */;
	text-align: center;
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 0px;
	font-style: normal;
}

.topbar a {

/* this is where you change text color of navbar 

Accepted colour names are: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, 
olive, purple, red, silver, teal, white, and yellow. 
 
 OR CAN USE  rgb (128,0,128) in place of the word gray
 
 darkseagreen = 143,188,143    seagreen = 46,139,87
 
 */

    color: gray;
    text-decoration: none;
    padding-right: 0px;
    padding-left:  0px;
}
.topbar a:hover {
    color: red;
    font-weight: bold;
}

 
.leftbar {
    
    
    color: #333333;
    
    
    /* change font size here */
    
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    padding-bottom: 0px;
    padding-top: 0px;
}

.leftbar a {



/* this is where you change text color 

Accepted colour names are: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, 
olive, purple, red, silver, teal, white, and yellow. 
 
 OR CAN USE  rgb (128,0,128) in place of the word gray
 
 darkseagreen = 143,188,143    seagreen = 46,139,87
 

 */

	color: navy;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
.leftbar a:hover {
    color: red;
    font-weight: bold;
}


/* 
Client uses older Macs and PC's .  Make site changes that are IE6 and Safari 1.1 compatable.
 */

