/* The following element defines the appearance of non-heading text in the web page */

body {  width: 9in;
	background-color: #006633;
	font-family: Verdana, Arial, Helvetica,sans-serif;
       color: #000000;
}

P {  
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica,sans-serif;
}

OL {  
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica,sans-serif;
}

UL {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica,sans-serif;
}


/* The following custom classes are used in different locations of the template */

.bgbeige {  
	background-color: #FFF158;
}

.bgbeige a:link    {
	color:maroon; 	text-decoration	: none;
}

.bgbeige a:visited {
	color:maroon; 
	text-decoration: none;
}

.bgbeige a:hover {
	color:darkgreen; 
	text-decoration: none;
}

.bgred {  
	background-color:#990000;
}

.breadcrumbs { 
	font-family: Verdana, Arial, Helvetica, sans-serif; color:  #FFAA00; 
	background-color: beige; 				text-decoration: none;			
}

.breadcrumbs a:link    {
	color:#FFAA00; 	text-decoration	: none;
}

.breadcrumbs a:visited {
	color:#ffAA00; 
	text-decoration: none;
}

.breadcrumbs a:hover {
	color:#cccc66; 
	text-decoration: none;
}


.bglb {
	background-color: #f0ffff;
        font-family: Georgia;
	color: #000000; 
	text-decoration: none;

}			
 
.bglb a:link    {
	color:maroon; 
	text-decoration: none;
 }

.bglb a:visited {
	color:maroon; 
	text-decoration: none;
}
.bglb a:hover   {
	color:maroon; 
	text-decoration: none;
}
.smumaroon { 
	font-family: Georgia;
	color: #000000; 
        background-color:#FFB20C; 
        text-decoration: none;
}

.smumaroon a:link    {
	color:maroon; 
	text-decoration: none;
 }

.smumaroon a:visited {
	color:maroon; 
	text-decoration: none;
}
.smumaroon a:hover   {
	color:maroon; 
	text-decoration: none;
}
 div.sample_attach, a.sample_attach
{
  width: 100px;
  padding: 0px 5px;
  font-weight: 900;
  color: #008000;
}

a.sample_attach
{
  display: block;
  border-bottom: none;
  text-decoration: none;
}

form.sample_attach
{
  position: absolute;
  visibility: hidden;
  padding: 0px 5px 2px 5px;
}

div.menuNormal
{display: none;
position: static;}

div.menuHover
{border: 1px solid lightblue;
background-color: white;
display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
color: black;
background-color: white;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: black;
background-color: white;
display: block;}

a.menuitem:hover
{text-decoration: none;
color: black;
background-color: lightblue;
display: block;}

a.menuitem:active
{text-decoration: none;
color: black;
background-color: lightblue;
display: block;}
