/*The CSS: Show only to IE PC */
* html .hometopboxhead_menu h2, boxhead h2, boxhead_menu h2 {height: 1%;} /* For IE 5 PC */
/*---------------------------------------------------------
HMTOP*
---------------------------------------------------------------*/
.hometopsidebox_menu {
	margin: auto; /* center for now */
	width:auto; /* ems so it will grow */
	background: url(hometopsbbody-r.png) no-repeat bottom right;
	font-size: 100%;
}
.hometopboxhead_menu {
	background: url(hometopsbhead-r.png) no-repeat top right;
	margin: 10;
	padding: 10;
	text-align: justify;
	}


.hometopboxhead_menu h2 {
	background: url(hometopsbhead-l.png) no-repeat top left;
	margin: 0;
	padding: 10px 10px 5px 30px;
	color:#FFFFCC;
	font-weight: lighter; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: #bcbcbc 0 1px 1px;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */

}
.hometopboxbody_menu {
	background: url(hometopsbbody-l.png) no-repeat bottom left;
	margin:20;
	padding:20px;
	padding: 5px 10px 31px 20px;
}



/*---------------------------------------------------------
LEFT MENU*
---------------------------------------------------------------*/


.sidebox {
	margin: auto; /* center for now */
	width:auto; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 10;
	padding: 10;
	text-align: justify;
	}


.boxhead h2 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 10px 10px 5px 30px;
	color:#FFFFCC;
	font-weight: lighter; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: #bcbcbc 0 1px 1px;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */

}
.boxbody {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin:20;
	padding:20px;
	padding: 5px 10px 31px 20px;
}



/*---------------------------------------------------------
CENTER CONTENT AREA*
---------------------------------------------------------------*/
.sidebox_menu {
	margin:auto; /* center for now */
	width:auto; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	padding:0px;
	font-size: 100%;
}

.boxhead_menu {
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 2;
	padding: 0;
	text-align: justify;
}
.boxhead_menu h2 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	text-align:left;
	padding:10px 10px 5px 30px;
	color: #FFFFCC;
	font-weight: lighter; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: #bcbcbc 0 1px 1px;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.boxbody_menu {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 31px 20px; /* seperates the bullet from the margin */
}

