/* style sheet based on category */

H1 
{
    COLOR: #93BA42;
}

.heading
{
    COLOR: #93BA42; 
}

H3
{
    COLOR: #545454; 
}

.subheading
{
    COLOR: #545454; 
}

HR
{
    COLOR:#93BA42; height:3px; background-color:#93BA42; 
}

#header {
  position:absolute;
  top:0; 
  left:0; 
  margin:0;
  padding:0;
  width:100%; 
  height:150px; 
  overflow:hidden; 
  background:#D5E5AC;
  }
* html #header {height:150px;}

.headerimage
{
  background:url(../images/header-chapters.jpg) no-repeat;
  position:relative;
  background-position:right;
  margin-right:25%;
  top:0;
  height:85px;
  z-index:1;
  overflow:hidden;
}

.menubar
{
	background-color:#93BA42;
}

.borderboxright
{
	border:4px groove #93BA42;
	background:#D5E5AC;
}

.borderbox
{
	border:4px groove #93BA42;
	background:#D5E5AC;
}

.bulletinbox
{
	border:4px groove #93BA42;
	background:#D5E5AC;
}

.roundedtable {margin:5px; width:90%; background: #ffffff;}
.roundedtable .hlft{background: url(../images/table-olive-tleft.jpg) right; background-position:0 0; background-repeat:no-repeat; height: 26px;	width: 14px; line-height: 26px;}
.roundedtable .hctr{background: url(../images/table-olive-tcenter.jpg) center; background-position:0 0; vertical-align:baseline; background-repeat:repeat-x; height: 26px; font-size: 12pt; font-weight: bolder; color: black; line-height: 26px; text-align: center;}
.roundedtable .hrgt{background: url(../images/table-olive-tright.jpg) left; background-position:0 0; vertical-align:baseline; background-repeat:no-repeat; height: 26px; width: 25px; line-height: 26px;}

.roundedtable .lft{background: url(../images/table-olive-left.jpg) left repeat-y; width: 14px;}
.roundedtable .content{padding-top: 5px; margin:0px;}
.roundedtable .rgt{background: url(../images/table-olive-right.jpg) left repeat-y; width: 25px;}

.roundedtable .blft{background: url(../images/table-olive-bleft.jpg); height: 28px;	width: 14px;}
.roundedtable .bctr{background: url(../images/table-olive-bcenter.jpg); height: 28px;}
.roundedtable .brgt{background: url(../images/table-olive-bright.jpg) left; height: 28px;	width: 25px;}

#menusub
{
	background-color:#93BA42;
}

