/* the CSS to control appearance */

body {
background-color: #ffffff;
color: #000080;
}

h3, p {
font-family: verdana, sans-serif;
}

h3 {
font-size: 20px;
}

p {
font-size: 12px;
line-height: 20px;
}

p.textlinks {
visibility: hidden;
}

p.footnote {
font-size: 10px;
}

a.link:visited {
text-decoration: underline;
color: #990000;
background-color: #ffffff;
}

a.link {
text-decoration: underline;
color: #666666;
background-color: #ffffff;
}

a.link:hover {
text-decoration: underline;
color: #ffffff;
background-color: #990000;
font-weight: bold;
}

/* this is to get rid of the default outline on links in IE5.x/Mac and any other browsers that recognize the outline:none style rule. */
a {
outline: none;
}

.menu a:link {
color: black;
text-decoration: none;
}
.menu a:visited {
color: black;
text-decoration: none;
}

td.menu {
background-color: #6699cc;
color: black;
height: 20px;
font-family: verdana, sans-serif;
font-size: 10px;
padding-left: 3px;
border: 1px solid #003366;
}




/* The styles for the dropdown menu item ID selectors */

#mainmenu {
	position: absolute;
	z-index: 1;
	left: 350px;
	top: 26px; 
	height: 21px;
	visibility: visible;
	border: 1px solid #4682B4;
	}

/* first level menus */
#software, #quakers, #student, #unrelated {
	position: absolute;
	z-index: 2;
	width: 100px;
	visibility: hidden;
	}

/* Second level menus */
#studentict, #studentcomp {
	position: absolute;
	z-index: 3;
	width: 100px;
	visibility: hidden;
	}

/* Text used for captions */
.tinyblue  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000080;
}

.tinylabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
