body {
	font-family: "Arial", "Comic Sans MS", "Arial Cursive";
	background-color: White;
	color: #000066;
}

td {
	font-family: Apple Chancery, Comic Sans MS,Arial sans-serif;
}

th {
	font-family: Apple Chancery, Comic Sans MS,Arial sans-serif;
}
.NavBar {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
p {
	margin-left: 5%;
	margin-right: 5%;
}
a:link {
	color: #336600;
	background-image: none;
}
a:Hover{
	color: #4E9B00;
	font-style:italic;
	background-image: none;
}
a:Visited {color: #336600;}
.PicName {
	text-align: center;
}
.Pic {
	text-align: center;
}
.ImageTable {color: White;}
.UpdateTextBox { height: 240px;
				Width: 688px;}
h2 {
	text-align: center;
}
.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 100px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white url(assets/siteimages/glossyback.gif) no-repeat bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 100px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 100px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(assets/siteimages/arrow.gif);
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(assets/siteimages/glossyback2.gif);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */