/* CSS Document */

body		{font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial; margin-left:auto; margin-right:auto; background-image: url(bluefade.jpg);  }

.glossymenu{
margin: 5px 0;
padding: 0;
width: 120px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(glossyback.gif) repeat-x bottom left;
font: bold 16px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 16px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

/*  #left			{width:150px;  background-color: #1090B0; } */
#right			{margin-left:1px; }
#bottom			{font-size: 12px; border-top:1px; margin-left: 5px; }

a			{font-size: 16px;}
p			{font-size: 16px;}
.th2			{color: yellow; font-weight: bold; background-color: #1090B0; font-size:3em;}
.th3			{color: yellow; background-color: #1090B0; font-size:1.25em;}
.td1			{background-color: #d0d0f0; font-size:1.25em; text-align:center;}
.td2			{background-color: #9090E0; font-size:1.25em; text-align:center;}
.photocaption 	{font-size:0.8em; text-align:left; color:black;}


a.menu:link	{color:yellow; display: block; font-weight: bold; text-decoration: none;  padding:1px;padding-left:4px;height:23px; line-height:1.5em;}
a.menu:visited	{color:orange; display: block; font-weight: bold; text-decoration: none;  padding:1px;padding-left:4px;height:23px; line-height:1.5em;}
a.menu:hover	{background-color: yellow; text-decoration: none; color:#000000}

p.menu 		{color: yellow; margin-top:0; margin-bottom:0; display: block; border-bottom: 1px solid #FFFFFF;padding:1px;padding-left:4px;height:23px; line-height:1.5em;}
p.itis 		{font-weight: bold; background-color:orange ; margin-top:0; margin-bottom:0; display: block; border-bottom: 1px solid #FFFFFF;padding:1px;padding-left:4px;height:23px; line-height:1.5em;}
p.top		{font-weight: bold; color: yellow; margin-top:0; margin-bottom:0; display: block; border-bottom: 1px solid #FFFFFF;padding:1px;padding-left:4px;height:23px; line-height:1.5em;}

