body {font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : #333333;
				}
				
.box {font-family : Arial, Helvetica, sans-serif;
		font-size : 10.5px;
		color : #333333;
				}				
				
.footer {font-family : Arial, Helvetica, sans-serif;
		font-size : 10px;
		color : white;
				}
				
.top {font-family : Arial, Helvetica, sans-serif;
		font-size : 10px;
		color : #999999;
				}				
				
#top_navigation a:link, #top_navigation a:visited {
				text-decoration: none;
		color: #999999;
		}
	
#top_navigation a:hover {
			color: #999999;
			text-decoration: underline;
		}	
		
#top_navigation a:hover {
			color: #999999;
			text-decoration: underline;
		}	
		
		
#navigation ul {
			list-style: none;
			margin: 0;
			padding: 0;
			padding-top: 4px;
			
		}
		
#navlist { list-style-image: url(images/arrows.gif);
					font-size: 10px;
		 }	
	
	A:LINK {
			color: #000000;
		}
		
		A:HOVER {
			color: #333333;
		}
		
		A:VISITED {
			color: #000000;
		}
		
		A:ACTIVE {
			color: #000000;
		}

A.top:LINK {
			color: #ffffff;
		}
		
		A.top:HOVER {
			color: #ffffff;
		}
		
		A.top:VISITED {
			color: #ffffff;
		}
		
		A.top:ACTIVE {
			color: #ffffff;
		}	

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(images/box.png) no-repeat bottom right; 
} 
.cssbox { 
    width: 180px !important; /* intended total box width - padding-right(next) */
    width: 190px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 10px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 10px 0 10px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
	color: white;
	font-weight: bold;
} 


/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 5px; /* interior-padding right */ 
    padding: 5px 0 15px 20px; /* mirror .cssbox_head right/left */ 
	


} 