BODY {background: #cff; 
	color: #036; 
	margin-top: .1in;
	margin-left: .1in; 
	margin-right: .1in;

	font-family:  verdana, ariel, sans-serif}
a:link {color: #069; text-decoration: underline}
a:visited {color: #069; text-decoration: underline}
a:active {background: #069; color: #cff; text-decoration: none}
a:hover {background: #069; color: #cff; text-decoration: none}



a.buttonize {
 font-size:85%;
 color:#069;
 background-color:#dff;
 font-family: 'Comic Sans MS', 'trebuchet ms', sans-serif;
 font-weight:bold;
 padding:0px 1px 0px 2px;
 border:1px outset #66f;
 letter-spacing:2px;
 text-decoration:none;
}
a:hover.buttonize, a:active.buttonize {
 text-decoration:none;
 color:#cff;
 background-color:#069;
 border:1px inset #69a;
}

h1 {font: 18pt  "Trebuchet MS", "Comic Sans MS", Avantgarde, cursive; 
	font-weight: bold}

h2 {font: 14pt  "Trebuchet MS", "Comic Sans MS", Avantgarde, cursive; 
	font-weight: bold}

h3 {font: 12pt  "Trebuchet MS", "Comic Sans MS", Avantgarde, cursive;  
	font-weight: bold}

h4 {font: 10pt  "Trebuchet MS", "Comic Sans MS", Avantgarde, cursive; 
	font-weight: bold}

h5 {font: 9pt  "Trebuchet MS", "Comic Sans MS", Avantgarde, cursive; 
	font-weight: bold}

		li
		 { margin-top: 5px; 
		}		


th {font: 10pt "Trebuchet MS", Avantgarde, "Trebuchet MS", sans-serif; 
	font-weight: bold}

td {font-family: sans-serif;

	}
p.small { font-size:7pt}
p.tiny  { font-size:70%; color:#003366}
p.indent1 { margin-left: 20px}
h3.indent1 {font: 12pt Avantgarde, "Trebuchet MS", cursive; 
	font-weight: bold; margin-left: 20px}
p.indent2 {margin-left: 40px}
h4.indent2 {font: 11pt Avantgarde, "Trebuchet MS", cursive; 
	font-weight: bold; margin-left: 40px}
p.indent3 {margin-left: 60px}
p.indent4 {margin-left: 80px}

td.parenting {color: #660099; 
	background-color: white; 
	border: solid purple;
	font: 12pt Avantgarde,  sans-serif
	}


 dl {
    padding: 0 10 10 10;
  }
  dt {
    font-weight: bold;
  }
  dt {
  }
  dd {
    margin: 0 0 0 30px;
    padding: 10 10 10 10;
  }


#chromemenu{
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #0bb;
width: 100%;
background: url(/dyeing/chromemenu/chrometheme/chromebg13.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana,  sans-serif;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #ccffff;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(/dyeing/chromemenu/chrometheme/chromebg13.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #99ffff;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #066; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana,  sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0BB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #005555;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #00AAAA;
}
