html{
  background:#999999;
}

body{
	background:#999999 url(/images/body_grey_bg.png) repeat-x;
}
.bg {background-position:top; background-repeat:no-repeat}
table {background-color: #FFFFFF}
td {color:#333232; font-family:tahoma; font-size:10px; line-height:1.1}
b {color:#444343}
a.red {color:#87070A; font-weight:normal; text-decoration:underline}
a.red:hover {text-decoration:none}
a.yel {color:#BC7600; font-size:11px; font-weight:normal; text-decoration:none}
a.yel:hover {text-decoration:underline}
.brown {color:#674E17}
.bot {color:#C27C00; font-size:9px}
.scroll {scrollbar-3dlight-color : #F1B93C; 
	scrollbar-arrow-color : #D5A12B;
	scrollbar-base-color : #F1B93C;
	scrollbar-darkshadow-color : #D5A12B;
	scrollbar-face-color : #F1B93C;
	scrollbar-highlight-color : #D5A12B;
	scrollbar-shadow-color : #D5A12B;
	scrollbar-track-color : #F1B93C}


tr#main {
	border-style: solid;
	border-width: 100px;
	border-color: #FFFF00
	}

#custom-doc {
	margin:auto;text-align:left;
	width:800px;
	min-width:800px;
	background:#FFFFFF;
	}
	
#hd{}
	
#hd.top {
	background-position:top; 
  background:#FFFFFF url(/images/top_800_grey.png) no-repeat;
  width:800px;
  min-height:121px;
	}
	
#hd.bottom {
	background-position:top;
	background: url(/images/index_middle_grey_bg_800.png) repeat-y;
	width:800px;
	}
	
.yui-gb {
  background:#FFFFFF url(/images/index_middle_grey_bg_800.png) repeat-y;
  } 
	
	
#ft {
	background:#999999 url(/images/footer_grey_bg_800.png) no-repeat;
	height:122px;
	min-height:122px;
	}	

.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	align: bottom;
	min-height:21px;
}

.footer a:link{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	align: bottom;
}

.footer a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}


/* ul, ol, dl, ... */
ul.inline li { display:inline; white-space:nowrap; }
  
#pri-nav-buttons { 
  float: left; 
  position: relative; 
  left:25px; 
  top:0;
  width:725px;
  height:20px;
  background: url(/images/btn_bg.png) repeat-x top left;
  /*background:#ED9807;orange*/
  }
#pri-nav-buttons li          { margin:0; padding:0 0.1em; color:#FFFFFF}
#pri-nav-buttons li.active   { 
  position:relative;  
  color:#FFFFFF;
  font-weight: bold;
  }
#pri-nav-buttons li a {color:#FFFFFF;text-decoration: none;}
#pri-nav-buttons li active {}



