/* CSS Document */

body {
	font-family: Verdana, Helvetic, Arial, sans-serif;
	background: #34FF33;
	
	}

#leftcolback {
background-color: #34FF33;
background-image: url(images/leftbarfill.jpg);
background-repeat: repeat-y;
}

#rightcolback {
background-color: #34FF33;
background-image: url(images/rightbarfill.jpg);
background-repeat: repeat-y;
}


.contactpad {
padding-bottom: 0px;
padding-left: 40px;
padding-right: 0px;
}




.nav  {padding:30px 20px 20px 60px;
         background-color: #34FF33;
        background-image: url(images/leftbarfill.jpg);
        background-repeat: repeat-y;
        }




.navlisth li {
    float:left;
    list-style-type: none;
    margin:0;
    padding:5px;
 }
 
 .pagenav {
color: black ;
font-size: 0.9em ;
font-weight: bold;
}

.pagenav a:link {
color: black ;
font-size: 0.9em ;
font-weight: bold;
text-decoration: none ;
}

.pagenav a:visited {
	font-size: 0.9em ;
	color: red ;
        font-weight: bold;
	text-decoration: none ;
	}
.pagenav a:hover {
	font-size: 0.9em ;
	color: blue ;
        font-weight: bold;
	text-decoration: none ;
	}

.pagenav span {
color: black ;
font-size: 0.9em ;
font-weight: bold;
}


h1      {
       
        font-family: "Trebuchet MS", Helvitica Arial, sans-serif;
	font-size: medium ;
        font-weight: bold;
	color: black ;
	}



a {
	color: blue ;
	}



a.navlink {
	color: black ;
	font-size: 0.9em ;
	font-weight: bold;
	}

a:visited.navlink {
	font-size: 0.9em ;
	color: red ;
        font-weight: bold;
	text-decoration: none ;
	}

a:hover.navlink {
	font-size: 0.9em ;
	color: blue ;
	font-weight: bold;
	background: orange ;
	}



form select {
	background: #00CDFE ;
	color: black ;
	}

form input {
	background: #00CDFE ;
	color: black ;
	}



.smallerfont {
	font-size: 0.9em ;
	}

.smallestfont {
	font-size: 0.7em ;
	}

.mainpanel {
        background: white;	
        padding-top: 10;
      }











