body {margin-top:0}
p {margin:6px;}
table.tabled td {border:1px solid #FF6600;border-left:0;border-top:0;padding-right:2px}
a {text-decoration:none;color:blue}
.topmen p {background-color:brown;color:white;font-weight:bold;margin:0;padding:0;padding-left:6px}
h5 { color: #999999; margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px; font-size: 10px; font-weight: normal;}
td, p {font-family: Geneva, Arial, Helvetica, sans-serif; font-size:12px; }
/* == box code ====== */
/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { 
background: transparent url(images/boxbrown.gif) no-repeat bottom right; } 
.cssbox {  
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 0px 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: 30px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 
.cssbox_head h2 { 
	font-size:14px;
	background-position: top left; margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 10px 0 5px 30px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; 
	height: 1%; /* IE Holly Hack */ 
	color:brown;
	} 
.cssbox_body { /* set the lower-left corner image */ 
	background-position: bottom left; 
	margin-right: 25px; /* interior-padding right */ 
	padding: 6px 0 20px 30px; /* mirror .cssbox_head right/left */ 
	font-size:14px
}

