body {
	background: #D6E0BA;
	margin: 0;
	padding: 0;
	
}

#wrapper {
	width: 980px;
	margin: 0 0 0 20px;
	padding: 0;
	background: #95BDA5;
	border-width: thin;
	border-style: solid;
}

#pages {
  margin: 100px 0 0 0;
  background: #FFFFFF;
}

.left_margin {
 position:absolute;
 left: 14px;
 z-index: 9;
}


.indent {
  position: relative;
  left: 5px;
}

.right_margin {
 position:absolute;
 left: 873px;
 z-index: 9;
}


#bottom_left {

}

#bottom_right {

}


#center_head {
  position:absolute;
  left:258px;
}

.center_table {
 margin-left: auto; 
 margin-right: auto; 
 text-align: left;
}

p {
margin: 5px 40px 0px 40px;
}

h1 {
margin: 5px 40px 0px 20px;
}

h3 {
margin: 5px 40px 0px 20px;
}

.tool-tip {
	color: #000000;
	width: 139px;
	z-index: 13000;
}

tr {
cursor: help;
}

.flavor {
 display:none; 
 float: left; 
 border-style: dashed;
 border-color: red; 
 background-color: white; 
 padding: 5px;
 width: 600px;
 
}

.flavor_clean {
 display:none; 
 float: left;  
 background-color: white; 
 padding: 5px;
 width: 600px;
 
} 

.glossymenu{
	padding: 0 0 0 34px;
	margin: 0 0;
	background: url(../images/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
	position: relative;
	top: -9px;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
	text-decoration: none;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

h3 {
  color: #FF0000;
}

a:link {
  color: #FF0000;
  text-decoration: none;
}

a:visited {
  color: #EB4C17;
}

a:hover {
  text-decoration: underline;
}



