#divContent
{
	/*border: dotted black 1px;*/

}

body
{
	background-color:#ffffdc;/*bgcolor="#cccc66"*/
    /* Specify the watermark */
    background-image:url(../images/logos/logo1-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;
}

/*
table.tableNav tr
{
	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.tableTerm tr.note
{
	border-style:solid;
	color:red;
	text-transform:uppercase;
	font-weight:bold;
}

table.tableTerm tr.important
{
	border-style:solid;
	font-weight:bold;
}

/* Greetings for different seasons */
#divGreeting
{
	padding-left:auto;
	padding-right:auto;
	font-size: 3em;
	font-family: "Monotype Corsiva";
	text-align: center;
}

#divGreeting img
{
	float: right;
}

#divSpringGreeting p
{
	background-color: LightGreen;
	color: Yellow;
}

#divAutumnGreeting p
{
	background-color: Brown;
	color: Orange;
}

#divChristmasGreeting p
{
	background-color: Red;
	color: White;
}

div.divWelcome
{
	width:95%;
}
div.blockquote
{
	color:Black;
}

.divTermTime
{
	background-color:Yellow;
}
blockquote
{
	background-color:White;
	width:50%;
	border: 2px solid gray;
	float:none;
}
#divNews
{
	border: 1px solid gray;
	margin: 20px;
	padding-bottom: 20px;
	
}

div.divNewsItem
{
	background-color:White;
	width:40%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom:10px;
	border: 1px solid gray;

}

div.divNewsItem h3
{
	border: solid orange 20px;
	color:Red;

}

.divPageUpdate
{
	text-align:left;
}
img
{
	border: 2px solid orange;
}
/* Location path */
.divLocation
{
	/*background-color:#ffffac;*/
}
.td.tdLocation
{
	background-color: #ccccff;
	font-size:smaller;
}

/* 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;

}