#otherServices li{
	border-bottom: 1px dashed #A1D090;
}
#forms li{
	border-bottom: 1px dashed #DBA49B;
}

#defaultPageTopContent{
	width: 680px;
	border-collapse: collapse;
	margin:0px 0px 0px 40px;
	padding: 5px;
	font-family: verdana;
	font-size:9pt;
}


#defaultPageMidContent{
	width: 100%;
	border-collapse: collapse;
	/*border: 1px solid red;*/
}

#defaultPageMidContent #contentArea{
	height: 195px;
	padding: 0px 5px 0px 5px;
	font-family:verdana;
	font-size:8pt;
}



#defaultPageMidContent #contentArea a:hover{
	background-color:#F9EFB5;
	text-decoration:underline;
	color:#000000;
}



#defaultPageMidContent #boardServices{
	width: 160px;
	float: left;
	border-collapse: collapse;
	margin: 0px 10px 10px 15px;

}

#defaultPageMidContent #otherServices{
	width: 160px;
	float: left;
	border-collapse: collapse;
	margin: 0px 10px 10px 10px;

}

#defaultPageMidContent #forms{
	width: 160px;
	float: left;
	border-collapse: collapse;
	margin: 0px 10px 10px 10px;

}

#defaultPageMidContent #feeSchedule{
	width: 160px;
	float: left;
	border-collapse: collapse;
	margin: 0px 10px 10px 10px;

}

.leftColumn{
	padding:5px 5px 5px 10px;
}

.leftColumn .highlightCell{
	font-family: verdana;
	font-size: 0.7em;
	padding: 5px;
}
.dividerCol{
	border-right: 0px solid #bbbbbb;
}

.midColumn{
	padding: 0px 16px 0px 8px;
}



.midColumn tr{
	vertical-align: top;
}

.midColumn iframe{
	width:100%;
	height: 500px;
	border: 1px solid #aaaaaa;
}


#topLink{
text-align: right;
}

.midColumn #navigator{
	font-family: verdana; font-size: 0.8em;
	height: 15px;
}
.midColumn #contentA{
	width:100%;
	margin-left: 8px; margin-right: 8px;
	padding: 8px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.midColumn #contentA .descTableA{
	border: none;
	width: 100%;

}

.midColumn #contentA .descCellA{
	padding: 1px 4px 1px 4px;
	background-color: #e9e9e9;
}
.midColumn #contentA .descCellB{
	padding: 1px 4px 1px 4px;
	background-color: #f0f0f0;
}
.midColumn #contentA #topLink{
text-align: right;
}


.midColumn #contentB{
	width:100%;
	margin-left: 1px; margin-right: 1px; 
	padding: 4px 8px 8px 8px;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.midColumn #contentB .descTableA{
	border: none;
	width: 100%;
}
.midColumn #contentB .descCellA{
	padding: 1px 4px 1px 4px;
	background-color: #e9e9e9;
}
.midColumn #contentB .descCellB{
	padding: 1px 4px 1px 4px;
	background-color: #f0f0f0;
}

.midColumn #contentC hr{
	border: none 0;
	border-top:1px dashed #ddd;
	border-bottom:1px dashed #ddd;
	height:2px;
}

.midColumn #contentC .descCellA{
	padding: 4px;
	background-color: #e9e9e9;
	text-align:justify;
}
.midColumn #contentC .descCellB{
	padding: 4px;
	background-color: #f0f0f0;
	text-align:justify;
}

.midColumn #contentC{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-collapse: collapse;
}

.midColumn .heading{
	vertical-align: middle;
	font-family: Arial;
	font-size:0.8em;
	font-weight: bold;
	color: navy;	
}
.midColumn .heading_minor{
	font-family: Arial;
	font-size: 0.8em;
	color:#000080;
}
.midColumn p{
	margin: 5px 0px;
}


.midColumn a:link{
	text-decoration: none;
	color: #507CFF;
}
.midColumn a:visited{
	text-decoration: none;
	color: #507CFF;
}
.midColumn a:hover{
	text-decoration: underline;
	color: #0000FF;
}

#rightNav{
	width: 203px;
	border: none;
	border-collapse: collapse;
	margin:14px -16px 0px 0px;
	padding: 0px 8px 0px 8px;	
}
#rightNav a:link{
	text-decoration: none;
	font-family: verdana; color: #0000ff;
}
#rightNav a:visited{
	text-decoration: none;
	font-family: verdana; color: #0000ff;
}
#rightNav a:hover{
	text-decoration: none;
	font-family: verdana; color: #999999;
}
#rightNav p{
	margin-top:5px; margin-bottom:5px;
}

/*****************************************************************/
/* roundContainer-A                                              */
/*    backgroundColor:"#eeeeee", no border, just fills           */
/*    corner images = eeeeee-tr.gif, eeeeee-tl.gif,              */
/*                    eeeeee-br.gif, eeeeee-bl.gif               */
/*    corner image size = width:8px, height:8px                  */
/*****************************************************************/
.roundContainer-A{
	background-color: #eeeeee;
}
.roundContainer-A p{
	margin: 0px 10px 0px 10px;
}
img.roundContainer-A-corner{
	width:8px; height: 8px; border: none; 
	display: block !important;
}
.roundContainer-A-top{
	background: url(cobimages/eeeeee-tr.gif) no-repeat top right;
}
.roundContainer-A-bottom{
	background: url(cobimages/eeeeee-br.gif) no-repeat top right;
}


/*****************************************************************/
/* roundContainer-B                                              */
/*    backgroundColor:"#dddddd", no border, just fills           */
/*    corner images = dddddd-tr.gif, dddddd-tl.gif,              */
/*                    dddddd-br.gif, dddddd-bl.gif               */
/*    corner image size = width:8px, height:8px                  */
/*****************************************************************/
.roundContainer-B{
	background-color: #dddddd;
}
.roundContainer-B p{
	margin: 0px 10px 0px 10px;
}
img.roundContainer-B-corner{
	width:8px; height: 8px; border: none; 
	display: block !important;
}
.roundContainer-B-top{
	background: url(cobimages/dddddd-tr.gif) no-repeat top right;
}
.roundContainer-B-bottom{
	background: url(cobimages/dddddd-br.gif) no-repeat top right;
}








#mainContent .roundCont{
	width:100%; background-color:#dddddd; color:#000000; margin:8px;
}

#mainContent .roundCont p{
	margin:0px 10px 0px 10px;
}
#mainContent .roundTop{
	background:url(cobimages/tr-gray.gif) no-repeat top right;
}
#mainContent .roundMid{
	margin:0px 10px;
}
#mainContent .roundBottom{
	background:url(cobimages/br-gray.gif) no-repeat bottom right;
}
#mainContent img .corner{
	width:8px; height:8px; border:none; display:block !important;
}





#highlight .roundCont{
	width:100%; background-color:#ffebc7; color:#000000; margin:8px;
}
#highlight .roundCont p{
	margin:0px 10px 0px 10px;
}
#highlight .roundTop{
	background:url(cobimages/ffebc7-tr.gif) no-repeat top right;
}
.roundMid{
	margin:0px 10px;
}
.roundBottom{
	background:url(cobimages/ffebc7-br.gif) no-repeat bottom right;
}
img .corner{
	width:8px; height:8px; border:none; display:block !important;
}
