body
{
	background-color:#ffffDc;
    /* Specify the watermark */
    background-image:url(./images/logos/logo3-bkgnd.jpg);
    background-position:left top;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

h1
{
	color:Navy;
	text-align:center;
}
h3
{
	color:Navy;
	background-color:Silver;
}

hr
{
	color:Red;
	width:100%;	
	height:4px;
}
/* Keep the anchors constant */
a:active, a:link, a:visited
{
	color:#0000ff; /* Blue */
}
/* Give some user feedback */
a:hover
{
	color:#ff0000; /* Red */
	border-bottom-color:Gray;
}

.tablePeople
{
	background-color:Transparent;
}
.divNav
{
	width:600;
}
div.divList
{
	background-color:#ccffcc;
	border-width:600;
}

/*
.tableNav
{
	border-width:3px;
	background-color:#ff99c0;
	table-layout:fixed;
	margin:3px;
	text-align:center;
}
.tdNav
{
	text-align:center;
	background:#339999;
}
*/
table.tableTerm
{
	border-style:solid;
	background-color:#ccffcc;
}

table.tableClasses
{
	border-style:solid;
	background-color:#ccffcc;
	width: 95%;
	text-align: center;
}

div.divWelcome
{
	/*background-color:Teal;
	color:White;
	*/
	width:95%;
	
}
div.blockquote
{
	color:Black;
}

.divTermTime
{
	background-color:Yellow;
}
blockquote
{
	background-color:#ffffff;
	width:50%;
	border: 2px solid black;
	float:none;
}
.divPageUpdate
{
	text-align:left;
}
img
{
	border: 2px solid orange;
}
/* Location path */
.divLocation
{
	/*background-color:#ffffac;*/
}
.td.tdLocation
{
	background-color: #ccccff;
	font-size:smaller;
}
.td.quote
{
	font-size:larger;
	font-style:italic;
}
/* Menu handling */
.menu {
	font-size: 10pt;
	font-family: helvetica, arial, verdana, sans-serif, sans serif;
	border-width:3px;
	background-color:#ff99c0;
	table-layout:fixed;
	margin:3px;
	text-align:center;
}

#menu-current {
    background-color: white;
	color: red;
	text-decoration: none;
}

a:hover#menu-current
{	
	background-color: white;
	border-top-style: double;
	/*border-right-style: double;
	border-left-style: double;
*/
	border-bottom-style: double;
}

a.menu, a:link.menu, a:visited.menu
{
	text-align: center;
	color: green; /*#2D8EDB;*/
}

a:hover.menu {
	color: black;
	background-color: yellow; /*#2D8EDB;*/
	border-top-style: double;
	/*border-right-style: double;
	border-left-style: double;
*/
	border-bottom-style: double;

}