#superholder { 
	background-image:none; 
	width:100%; 
	margin:0 auto; 
}

#container{
	border:1px solid #ccc;
	background:white;
}

.bord{ 
	border:0px solid #333;
}

#container #header h5{
	color:#fff;
	background-color:#3366CC;
}

#container #header h5 a{
	color:#fff;
	text-decoration:none;
}

#container #header h5.logout{
	text-align:right;
	font-weight:normal;
	font-weight:11px;
}

#container #content{
	background-color:#fff
}

#footer{
	background-color:#3366CC;
}

#fcopyright{
	color:#fff;	
	text-align:left;
}
 
#fcontact{
	color:#fff;
	text-align:right;
}

#fcopyright a{
 	color:#fff;
	font-weight:bold;
	text-decoration:none;
 }
 

 
 /* Rbox*/
 
.rbox {
	min-height:80px;
	margin:0px auto;
	margin-bottom:5px;
}

.rbox .hd .c,
.rbox .ft .c {
	font-size:12px; /* ensure minimum height */
	height:21px;
}

.rbox .ft .c {
	height:14px;
}

.rbox .hd {
	background:transparent url(images/tl.gif) no-repeat 0px 0px;
}

.rbox .hd .c {
	background:transparent url(images/tr.gif) no-repeat right 0px;
}

.rbox .bd {
	background:transparent url(images/ml.gif) repeat-y 0px 0px;
}

.rbox .bd .c {
	background:transparent url(images/mr.gif) repeat-y right 0px;
}

.rbox .bd .c .s {
	margin:0px 8px 0px 6px;
	background:#efefef;
	padding:5px 5px 5px 5px;
}

.rbox .ft {
	background:transparent url(images/bl.gif) no-repeat 0px 0px;
}

.rbox .ft .c {
	background:transparent url(images/br.gif) no-repeat right 0px;
}

/* Rbox NO RADIUS */

.no_radius .hd .c,
.no_radius .ft .c {
	font-size:12px; /* ensure minimum height */
	height:21px;
}

.no_radius .ft .c {
 height:14px;
}

.no_radius .hd {
	background:transparent url(images/tl.gif) no-repeat 0px 0px;
	background:transparent url(images/tl.gif) no-repeat -20px 0px;
}

.no_radius .hd .c {
	background:transparent url(images/tr.gif) no-repeat -20px 0px;
}

.no_radius .bd {
	background:transparent url(images/ml.gif) repeat-y 0px 0px;
}

.no_radius .bd .c {
	background:transparent url(images/mr.gif) repeat-y right 0px;
}

.no_radius .bd .c .s {
	margin:0px 8px 0px 4px;
	background:#efefef url(images/ms.jpg) repeat-x 0px 0px;
	padding:5px 5px 5px 5px;
}

.no_radius .ft {
	background:transparent url(images/bl.gif) no-repeat left bottom;
}

.no_radius .ft .c {
	background:transparent url(images/br.gif) no-repeat right bottom;
}

.bann .bd .c .s {
	margin:0px 8px 0px 4px;
	padding:8px 5px 0px 1px;
}

#menu {
	width: 150px;
	padding:0px;
	margin-bottom:5px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cont {
	width:150px;
	list-style: none;
	margin: 0;
	padding:0;



}

.cont_main { 
	width:150px;
	background:#eaeaea;
}

.cont_main li {
	margin:0;
	border-bottom:1px solid #c3bdbd;
	border-left:1px solid #c3bdbd;
	border-right:1px solid #c3bdbd;
}

.cont li {
	margin:0;
	border-bottom:1px solid #c3bdbd;
	border-left:1px solid #c3bdbd;
	border-right:1px solid #c3bdbd;
	
}
.submenus2 {
	width:150px;
}

#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menu a, #menu a:visited {
	height:auto;
	color: #006699;
	background: #eaeaea;
	text-decoration: none;
}


#menu a:hover {
	height:auto;
	color: #FFFFFF;
	background: #006699;
}


#menu li {
	position: relative;

}

#menu li:hover {
	position: relative;

}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

#menu ul ul ul ul{
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#menu ul ul ul {
	display: none;
}

div#menu ul ul ul ul {
	display: none;
}

.menu_header {
	position:relative;
	top:3px;
	height:10px;
	background:url('images/menu_header.gif') no-repeat top  left;

}
.menu_headerno_radius {
	height:0px;
	background:#eaeaea;
	border:1px solid #c3bdbd;
	border-bottom:0;
}

.menu_bottom {
	position:relative;
	top:-1px;
	height:9px;
	padding:0;
	margin:0;
	background:url('images/menu_bottom.gif') no-repeat top  left;
}
.menu_bottomno_radius {
	height:0px;
	background:#eaeaea;
	border:1px solid #c3bdbd;
	border-top:0;
}

.TD_submenu { 
	display: table-cell;
	padding-bottom: 5px;
	float:left;
	margin-bottom: 0px;
	border-left: 0px;
}

.TD_submenu#selectedsubmenu {
	display: table-cell;
	border:0px;
	padding-top:3px;
}

#menu a.arrow_submenu, #menu a.arrow_submenu:visited, #menu a.arrow_submenu:active {
	background: #eaeaea url('images/menu_arrow_up.gif') no-repeat right  center;
	min-height:19px;
	height:auto;
}

#menu a.arrow_submenu:hover {
	background: #006699 url('images/menu_arrow_over.gif') no-repeat right  center;
	min-height:19px;
	height:auto;
}

