body.box
{
background-image: url(images/lightblueback.jpg);
/* background-color: whitesmoke; */
}
/* ------- div.box is the central holding box and fixed width and height border of every page -----------------*/
div.box
{
width: 950px;
height: auto;
margin-left: auto; 
margin-right: auto; 
margin-top: 0px; 
margin-bottom: 0px;
padding: 0px;
border: 0px solid black;
/* background-color: lightgrey; */
}
div.heading
{
width: 850px;
height: auto;
margin-left: auto; 
margin-right: auto; 
margin-top: 20px; 
margin-bottom: 10px;
padding: 0px;
border: 0px solid gray;
}
h3.heading
{
color: black;
font: 1em sans serif;
font-weight: 600;
font-size: 120%;
margin-top: 0px; 
margin-bottom: 0px;
margin-left: 10px;
margin-right: 10px;
text-align: center;
text-decoration : none;
}
div.item
{
width: 850px;
height: auto;
margin-left: auto; 
margin-right: auto; 
margin-top: 10px; 
margin-bottom: 10px;
padding: 10px;
border: 0px solid gray;
}
h3.item
{
color: black;
font: 1em papyrus;
font-weight: 600;
font-size: 150%;
margin-top: 10px; 
margin-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
text-align: left;
text-decoration : none;
}
h4.item
{
color: black;
font: 1em sans serif;
font-weight: 600;
font-size: 100%;
margin-top: 0px; 
margin-bottom: 0px;
margin-left: 5px;
margin-right: 5px;
text-align: left;
text-decoration : none;
}
p.item
{
color: blue;
font: 1em papyrus;
font-weight: 500;
font-size: 120%;
margin-top: 0px; 
margin-bottom: 0px;
margin-left: 10px;
margin-right: 10px;
text-decoration : none;
text-indent: 30px;
}
p.itemdate
{
color: black;
font: 1em sans serif;
font-weight: 400;
font-size: 70%;
margin-top: 0px; 
margin-bottom: 0px;
margin-left: 10px;
margin-right: 10px;
text-decoration : none;
text-indent: 0px;
}
p.itemheadline
{
color: black;
font: 1em sans serif;
font-weight: 600;
font-size: 140%;
margin-left: 10px;
margin-right: 10px;
text-align:center;
text-decoration : none;
}
ul.item 
{
color: darkblue;
font: 1em papyrus;
padding: 0px; 
margin-top: 0px; 
margin-bottom: 10px;
margin-left: 50px;
margin-right: 10px;
border: 0px solid white;
list-style-type: circle;
}
div.notes
{
width: 750px;
height: auto;
margin-left: auto; 
margin-right: auto; 
margin-top: 5px; 
margin-bottom: 0px;
padding: 0px;
border: 1px solid black;
}
h4.notes
{
color: black;
font: 1em sans serif;
font-weight: 600;
font-size: 100%;
margin-top: 0px; 
margin-bottom: 0px;
margin-left: 5px;
margin-right: 5px;
text-align: left;
text-decoration : none;
}
p.notes
{
color: blue;
font: 1em sans serif;
font-weight: 400;
font-size: 90%;
margin-top: 0px; 
margin-bottom: 0px;
margin-left: 10px;
margin-right: 10px;
text-decoration : none;
text-indent: 10px;
}
a.noteanchor
{
color: black;
font: 1em sans serif;
font-weight: 600;
font-size: 90%;
margin-left: 100px;
margin-right: auto;
text-decoration : underline;
}

h3.central
{
color: black;
font: 1em papyrus;
font-weight: 600;
font-size: 150%;
margin-top: 10px; 
margin-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
text-align: center;
text-decoration : none;
}
img.imgleft 
{
float: left;
padding-top: 0px; 
padding-right: 20px; 
padding-bottom: 0px; 
padding-left: 0px;
border: 0px;
}
img.imgright 
{
float: right;
padding-top: 0px; 
padding-right: 0px; 
padding-bottom: 0px; 
padding-left: 10px;
border: 0px;
}

/*-----------------------------------------------------------------------------------------------------------------*/
/*---------- Navigation table, anchor and pop out menu code -----------------*/
/*-----------------------------------------------------------------------------------------------------------------*/
table.linkstable
{
width: 100%;
height: 30px;
padding-top:1px;
padding-bottom:1px;
padding-left:1px;
padding-right:1px;
border:0px solid red;
border-spacing:1px;
text-align:left;
}
td.link
{
width: 17%;
border:1px solid grey;
font: 1em papyrus;
font-weight: 600;
text-decoration : none;
}
td.link a:hover 
{
color: black; 
background: lightblue;
}
a.linkanchor
{
color: black;
font: 1em papyrus;
font-weight: 600;
font-size: 90%;
margin-left: 1px;
text-decoration : underline;
}
