#menu{margin-right:0px; padding-right:20px; margin-bottom:5px; text-align:right}
#menu a:visited {text-decoration:none}
#menu a {font-size:15px; font-weight:bold;}

#banner{
	height:200px;
	margin-top:0px;
	margin-left:0px;
	padding:0px;
	margin-bottom:20px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;		
	box-shadow:2px 2px 2px #888;
	-moz-box-shadow:2px 2px 2px #888;
	-webkit-box-shadow:2px 2px 2px #888;		
/*	border:1px solid #c3c3c3;
	background-color:white;	*/
}
#bannerHolder{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;	
}
#contentBody{
	margin-bottom:20px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;	
}
#actionButtons{
	position:absolute; 
	left:754px; 
	top:-1px; 
	width:165px; 
	height:202px;
}

.pageContent{position:absolute; left:240px; top:10px; width:480px; text-align:left; overflow:visible}
.pageContent h2{font-size:14px; color:#414141; /*color:#fd9800;*/ margin-top: 10px; margin-bottom:5px; padding-top:0px}
.pageContent h3{font-size:14px; margin-bottom:0px; padding-b:0px}
.pageContent p{margin-top:0px}
.pageContent table{}
.pageContent th{
	background:url(../images/buttonbg.jpg) repeat-x #d6d6d6;
}

.contentButton{
	text-align:left;
	font-weight:bold;
	border-top: 1px solid white;
	border-bottom: 1px solid #c3c3c3;	
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right:5px;
	padding-left: 0px;
	margin-left:20px;	
	width: 160px;
}

.selected{
	width:165px;
	margin-left:0px;
	padding-left:20px;
	border-top:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	padding-top: 14px;
	padding-bottom: 15px;
	background:url(../images/buttonbg.jpg) repeat-x #d6d6d6;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:8px;	
	-moz-border-radius-bottomleft:0px;	
	-moz-border-radius-bottomright:8px;		
	-webkit-border-top-left-radius:0px;	
	-webkit-border-top-right-radius:8px;	
	-webkit-border-bottom-left-radius:0px;	
	-webkit-border-bottom-right-radius:8px;	
}

.selected a{
	color: #696969;
	cursor: pointer;
}

.aboveSelected{
	border-bottom: 1px solid white;
}

.top {
	border-top: 1px solid #c3c3c3;
}