/* .body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-left: 1pt;
	margin-right: 3pt;
} */

/*  Notes on dimension relationships
 *
 *  - w is independent of x,y,z and can use any units
 *  - x, y, z, should probably use the same units and with any gaps between the columns should
 *    not add to more than the width of #wrap_outer.
 *  - #wrap_outer width is given as special.  it doesn't need to be set explicitly, if, e.g. you 
 *    use margins to control its width.  the key is that x+y+z+gap1+gap2 must add to no more than
 *    the final width of #wrap_outer
 *
 *  #banner {height:w; top:-w;}
 *  #wrap_outer {padding-top:w; width: special}
 *  #wrap_inner {width:x+y+gap;}
 *  #left {width: x;}
 *  #main {width: y;}
 *  #right {width: z;}
 */
 
/* layout styles */ 
#banner {position:absolute; height:121px; width:100%; left:0; top:-121px;}
#wrap_outer {position:relative; margin:121px auto 0; width:760px;}

#wrap_inner {float:left; width: 555px;}
#left {float:left; width: 142px;}
#main {float:right; width: 409px;}

#wrap_inner_wide {float:left; width: 755px;}
#main_wide {float:right; width: 609px;}

#right {float:right; width: 182px;}


#footer {clear:both; height: 20px; width:100%;}
/* end layout styles */

/* presentation styles */
body {font-family:  Verdana, Arial, Helvetica, sans-serif, Tahoma; font-size: 10pt; }
#footer {text-align:center;}
#right {
	font-size: 85%;
	margin-right: 5px;
	margin-left: 8px;
}
#left {font-size:75%;}

#menu {margin:0; padding:0; border-top:1px solid #fff;}
#menu li {list-style:none; margin:0; padding:0; border:1px solid #fff; border-top:0;}
#menu li a {display:block; padding: 3px 5px; color:#9966CC; font-weight:bold;}
#menu li a:hover {color:#000066;}

/* color coding, to differentiate between the different layout regions in this example */
#wrap_inner, #footer {-moz-opacity:0.98; filter:alpha(opacity=98);}
#left, #right, #main {-moz-opacity:0.98; filter:alpha(opacity=98)}

#banner {background-color:#006;}
#wrap_outer {background-color:#fff;}
#wrap_inner {background-color:#fff;}
#left {background-color: #fff;}
#main {
	background-color: #fff;
	color: #333;
	text-align: left;
}
#right {background-color: #fff;}
#footer {background-color:#ccf;}

/* end */
#wrap_outer #right table tr td .style1.style2 {
	text-align: center;
}
.menucentered {
	background-color: #E39807;
	text-align: center;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
#wrap_outer #right table tr td p strong em {
	font-weight: bold;
}
