body {
background-color: white;
color: black;
font-family: Verdana, Helvetica, Arial, sans-serif; }

td {
font-size: .9em;
}
/* Use this to center an image within a DIV */

#centeredImage {
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}

#fullh1 {
font-size: 2.5em;
font-weight: bold;
text-align: center;
margin-top: 0em;
padding-top: 0em; 
line-height: 130%;
font-style: italic;
font-family: Times, "Times New Roman", serif; }

/* text manipulation */

#center { /* center text */
text-align: center; 
}

#bigtext { /* use for larger type */
line-height: 135%;
font-size: 1.2em;
}

#smalltxt { /* use for normal type */
font-size: .9em; 
}

#xsmalltxt { /* use for small type */
font-size: .8em; 
}

#italic { /* make type italic */
font-style: italic; 
}

#bold { /* make type bold */
font-weight: bold; 
}


#fullh2 {
font-size: 1.1em;
font-weight: bold;
margin-top: 0em;
padding-top: 0em; }

table {
margin-left: auto;
margin-right: auto;
}

/* main menu bar */

#mainmenubar { 
text-align: center;
font-size: 1.1em;
line-height: 80%;
}

#mainmenubar ul { 
margin-left: 0;
padding-left: 0;
list-style-type: none; /* display without dots */
padding-bottom: 0;
}
		
#mainmenubar ul li { 
display: inline; /* display list items in a horizontal line */
}

#mainmenubar ul li a {
text-decoration: none; /* turn off link underlining */
padding: .2em .4em .2em .4em;
}

#mainmenubar ul li a:hover { /* do when cursor hovers over link */
color: #fff; /* text color white */
background-color: #0000ff; /* background color blue */
border-bottom: 2px black solid; /* draw black line on bottom and right of link */
border-right: 2px black solid;
}

#currentmenu { /* identify current menu */
background-color: #eee; /* gray */
border-bottom: 1px gray solid; /* underline menu name */
}
