html, body{
	height: 100%;
	background: url("../images/bg.pattern.gif");
	
}
#doc{
	margin-top: 0px;
	border: 1px solid #417596;
	padding: 0px;
	background-color: #FFF;    /*  #F8F8F8; */

}
#custom-doc{
  	width: 60em;
	margin-top: 3px;
	border: 1px solid #417596;
	padding: 0px;
	background-color: #F8F8F8;
}
#hd{
	background-color: #c3c3c3; 
	height: 150px;
	padding: 0px;
	color: #ffffff;
	border: none;
	margin: 0px;
	font-family: Arial;
	position: relative;
}
#logo{
	position: absolute;
	right: 0px;
	margin-top: 10px;
	margin-right: 10px;
}

#bd{
	border: none; 
	background-color: none;
	padding: 10px;
	margin-top: 0px;
	min-height: 350px;
}

#sidebar{
	padding-top: 20px;
}

#ft{
	text-align:center;
	background-color: #3d8ac6;
	color: #ddffcc;
	padding: 5px;
	font: normal normal normal 10px arial;
}
#ft a{
	color: #ddffcc;
	text-decoration: none;
}
#ft a:hover{
text-decoration: underline;
}
/**********start menu bar css*************************/ 
#sitenavigation{
	margin-top: 0px;
	margin-bottom: 10px;
}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected, .yuimenubaritemlabel-hassubmenu-selected{
	background-color: #DAFEAD;

}
.yui-skin-sam .yuimenuitemlabel-selected{
	background-color: #DAFEAD; 
}




***************************/
/**********end menu bar css***************************/


