

body {
    background-image: url(/images/bg.gif);
    font-family:arial,helvetica,sans-serif;
    font-size:small;
}

.banner{
		height:168px;
		}
.header{
	   color: #F2662B;
	   font-size: medium;
	   font-weight: bold;
	   }

#crumb { list-style: none; }
	

#crumb li { display: inline; }

.subheader{
	   color: #F2662B;
	   font-size: small;
	   font-weight: bold;
	   }
.orangetext{
	   color: #F2662B;
	   font-size: small;
	   }
		
.divline{
		 background-image: url(/images/div_line.gif);
		 background-repeat: repeat-x;
		}

.date {
        font-family:arial,helvetica,sans-serif;
        font-style:normal;
        font-weight:normal;
        color: #666666;
        text-align:right;
        font-size:10px;
		}
	
.breadcrumb {
        font-family:verdana,helvetica,sans-serif;
        color: #333333; /* #021C3B; */
        text-align:left;
        font-size:x-small;
				}
.breadcrumb a:visited {        
        font-family:verdana,helvetica,sans-serif;
        color: #F2662B; /* #021C3B; */
        text-align:left;
        font-size:x-small;
			  }
.breadcrumb a:link {        
        font-family.:verdana,helvetica,sans-serif;
        color: #F2662B; /* #021C3B; */
        text-align:left;
        font-size:x-small;
			  }

a.breadcrumb:active {        
        font-family:verdana,helvetica,sans-serif;
        color: #F2662B; /* #021C3B; */
        text-align:left;
        font-size:x-small;
			  }

.copyright { font-size: x-small; color:#CCCCCC}






/*link classes*/


a {
		color:#F2662B;
		text-decoration:none;
		font-family:arial,helvetica,sans-serif;
        font-size: small;
}
a:hover {
text-decoration: underline;
}
a:link {
		color:#F2662B;
		text-decoration:none;
		font-family:arial,helvetica,sans-serif;
        font-size: small;
}
a:visited 
		{		
		color:#E98E68;
		text-decoration:none;
		font-family:arial,helvetica,sans-serif;
		font-size: small;
		}
#dropmenudiv{
position:absolute;
background-color: #E3FFB0;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C7FF5E;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}


