body{
	/*background-color: #4c4842; - original;*/
	background:url(bg_overhead9.jpg);
	background-color:#786e68;
	text-align: center;
	width: 580px;
	margin: 0 auto;
}

div{width:570px;}
#topMenu{
	width:580px;
	margin-bottom:1px;
	color:#ffffff;
	background-color:#786e68;
	height:12px;
	margin: 0 auto;
	text-align:right;
	font-size:10px;
}
#topMenu2{
	width:580px;
	margin-bottom:1px;
	color:#ffffff;
	/*background-color:#786e68;*/
	height:12px;
	margin: 0 auto;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}
a.tMenu{
	color:#FFFFFF;
	text-decoration:none;
	margin-right:4px;
	margin-left:4px;
}
a{
	/*color:#FFFFFF;*/
	color:#786e68;
	font-weight:bold;
	text-decoration:none;
	margin-right:4px;
	margin-left:4px;
}

#wrapper{
	background-image:url(images/ORSB_Panel.gif);
	background-color:#ffffff;
	width:580px;
	min-height:570px;
	text-align: left;
}

#content{width:100%;}

.midMenu{
	color:#cd3737;
}
a.bodylinks{
	color:#cd3737;
}
a.bodylinks:hover{
	color:#751E1E;
	text-decoration:none;
	margin-right:4px;
	margin-left:4px;
}

a.midMenu{
	color:#cd3737;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	margin-right:4px;
	margin-left:4px;
}
a.midMenu:hover{
	color:#751E1E;
	text-decoration:none;
	font-weight:bold;
	margin-right:4px;
	margin-left:4px;
}
#midMenu{
	width:580px;
	text-align:right;
	height:25px;
}
table{
	margin-left:2px;
	margin-right:4px;
	margin-bottom:8px;
	border-collapse: collapse;
}
/* Content Top Border */
#bdr_top{
	background-image:url(images/bdr_top_m.gif);
	background-repeat:repeat-x;
	height:9px;

}
#top_L{
	background-image:url(images/bdr_top_L.gif);
	background-repeat:no-repeat;
	height:9px;
	width:6px;
}
#top_R{
	background-image:url(images/bdr_top_R.gif);
	background-repeat:no-repeat;
	height:9px;
	width:8px;
}

/* Content Middle*/
#mid_mid{
	background-color:#d9d2ca;
}

#mid_L{
	background-image:url(images/bdr_mid_L.gif);
	background-repeat:repeat-y;
	height:9px;
	width:6px;
}
#mid_R{
	background-image:url(images/bdr_mid_R.gif);
	background-repeat:repeat-y;
	height:9px;
	width:8px;
}

/* Content Bottom Border */
#bdr_bot{
	background-image:url(images/bdr_bot_M.gif);
	background-repeat:repeat-x;
	height:9px;

}
#bot_L{
	background-image:url(images/bdr_bot_L.gif);
	background-repeat:no-repeat;
	height:9px;
	width:6px;

}
#bot_R{
	background-image:url(images/bdr_bot_R.gif);
	background-repeat:no-repeat;
	height:9px;
	width:8px;
}


#right{float:right;}

#logo{
/*	float:left;*/
	width:520px;
	margin: 20 0 15 10;
	height:50px;
}

/* menu */
/*ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
  float: left;
  position: relative;
/*  width: 10em;*/
/*}

li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  width:88px;
  background-color:#ffffff;
  border-width:1px;
  border-style:solid;
}
li > ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul{ display: block; }*/

/* new menu*/
ul.menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
li.menu {
  float: left;
  position: relative;
/*  width: 10em;*/
}

li.menu ul.menu {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  width:88px;
  background-color:#ffffff;
  border-width:1px;
  border-style:solid;
}
li.menu > ul.menu {
	top: auto;
	left: auto;
}

li.menu:hover ul.menu, li.over ul.menu{ display: block; }

li.site{margin-left:40px;}
a.site{color:#751E1E;}
.site{
	color:#000000;
}


