html, body{
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #899E8D;
	font-size: 10px;
	font-family: arial;
	color: #000000;	
}
h1{
	font-size: 12px;
	font-family: arial;
	color: #133E1C;	
	font-weight: bold;	
	margin: 0px;
}
#page{
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}
input{
	font-size: 10px;
	font-family: arial;
	background-color: #FFFFFF;
	color: #333333;
}
#content_wrap{
	padding: 10px;
	background-color: #FFFFFF;
}
#page_bg{
	text-align:left;
  	background: url(../images/footer.gif);   
  	background-repeat: no-repeat;  
  	background-position: bottom left;
 	background-color: #DFDDCD; 	
}
#left_bar{
	width: 230px;
	position: absolute;	
}
.menu_item{
	width: 230px;
	height: 21px;
	float: left;
	font-size: 12px;
	font-family: arial;
	color: #133E1C;	
	cursor:pointer;
	cursor:hand;
  	background: url(../images/block_bottom_bg.gif);   
  	background-repeat: repeat-x;  
  	background-position: bottom left;
}
.menu_item_text{
	height: 20px;
}
.page_title_text{
	padding-top: 2px;
}
.text_spacer{
	padding: 4px 5px 0px 3px;
}
#left{
	float: left;
	width: 230px;	
}
#right{
	text-align: left;
	width: 520px;
	margin-left: 230px;
	border-left: 1px solid #FFFFFF;	
}
#top_nav{
	text-align: right;
	width: 520px;
	height: 21px;
  	background: url(../images/block_bottom_bg.gif);   
  	background-repeat: repeat-x;  
  	background-position: bottom left;	
	background-color: #DFDDCD;
}
#breadcrumb{
	width: 520px;
	height: 21px;
  	background: url(../images/block_bottom_bg.gif);   
  	background-repeat: repeat-x;  
  	background-position: bottom left;	
	background-color: #BFBDA9;
}
a{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.default{
	font-size: 11px;
	font-family: arial;
	line-height:17px;
	color: #000000;	
	
}
.defaultbold{
	font-size: 11px;
	font-family: arial;
	line-height:17px;
	color: #000000;	
	font-weight: bold;
}
.swatchdisplay{
	font-size: 10px;
	font-family: arial;
	color: #000000;	
	
}
#header_image{
	width: 520px;
	height: 164px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #DFDDCD;
}
#page_title{
	width: 520px;
	height: 21;
  	background: url(../images/block_bottom_bg.gif);   
  	background-repeat: repeat-x;  
  	background-position: bottom left;	
	background-color: #BFBDA9;
}
#content{
	width: 520px;
	background-color: #ECEBE1;
	height: 400px;
	min-height: 400px;
	font-size: 11px;
	line-height:17px;
	font-family: arial;
	color: #000000;	
	padding: 5px;	
}
*>#content{
	height: auto;
	width: auto;
}
#disclaimer{
	font-size: 10px;
	font-family: arial;
	color: #FFFFFF;	
}
#footer {
	display:none;
	width:770px;
	text-align:right;
	height:11px;
}
img{
	border: 0px;
}













