body {background-color: #FFFFFF}

/*Sets properties for Page 1 header*/
table.header1
{
width: 100%;
border: 0px;
padding: 7px;
font-family: Caslon Antique;
}

td.header1
{font-size: 300%;}

td.header2
{font-size: 150%;}

/*Sets properties for Subsequent Page Headers*/
table.header2
{
width: 100%;
border: 2px;
padding: 7px;
font-family: Caslon Antique;
font-size: 150%;
}

td.header3
{
width: 50%;
text-align: left;
}

td.header4
{
width: 50%;
text-align: right;
}

/*Sets properties for General Use Tables*/
table
{
width: 90%;
border: 0px;
padding: 7px;
font-family: Arial;
}

td
{
font-size: 90%;
text-align: center;
text-indent: 0px;
padding: 10px;
}

/*Sets properties for Contact list Page 1 */
div.contacts
{
float: left;
position: relative;
margin: 25px 25px 25px 25px;
padding: 10px;
border: double rgb(0,0,0) thick;
}



/*Sets Text properties*/

p.contacts
{
font-family: Caslon Antique;
color: rgb(0,0,0);
font-size: 125%;
text-align: center;
text-indent: 0px;
text-decoration: underline;
}

p.contacts2
{
font-family: Arial;
color: rgb(0,0,0);
font-size: 90%;
text-align: left;
text-indent: 0px;
}

p
{
font-family: Arial;
color: rgb(0,0,0);
font-size: 90%;
text-align: left;
text-indent: 15px;
}

p.dark
{
font-family: Arial;
color: rgb(0,0,0)
font-size: 90%;
text-align: left;
text-indent: 0px;
font-weight: bold;
}

p.centerb
{
font-family: Arial;
color: rgb(0,0,0)
font-size: 90%;
text-align: center;
text-indent: 0px;
font-weight: normal;
}

p.notice
{
font-family: Arial;
color: rgb(255,0,0);
font-size: 75%;
text-align: center;
text-indent: 0;
}

p.title
{
font-family: Caslon Antique;
color: rgb(0,0,0);
font-size: 120%;
text-align: center;
text-indent: 0px;
}

p.gov
{
font-family: Blackadder ITC; 
color: rgb(0,0,0);
font-size: 180%; 
text-align: center; 
text-indent: 0px;
}

p.cont /*For Continued on Next Page*/
{
font-family: Arial;
color: rgb(0,0,0);
font-size: 75%;
text-align: right;
text-indent: 0;
}

h1 
{
font-family: Caslon Antique;
color: rgb(0,0,0);
text-align: center;
text-indent: 0px;
}

h2
{
font-family: Caslon Antique;
color: rgb(0,0,0);
text-align: center;
text-indent: 0px;
}

/*Sets properties for Pictures*/

div.picr {float: right;
position: relative;
margin: 20px 20px 20px 20px;
padding: 10px;
font-family: Arial;
font-size: 60%;
text-align: center;
font-weight: normal;
}

div.picl {float: left;
position: relative;
margin: 20px 20px 20px 20px;
padding: 10px;
font-family: Arial;
font-size: 60%;
text-align:center;
font-weight: normal;
}

div.pic {float: center;
position: relative;
margin: 20px 20px 20px 20px;
padding: 10px;
font-family: Arial;
font-size: 60%;
text-align: center;
font-weight: normal;
}

div.cal
{float: left;
position: relative;
margin: 5px 5px 5px 5px;
padding: 2px;
font-family: Arial;
font-size: 90%;
text-align: left;
font-weight: normal;
}

li 
{list-style-type: circle;
list-style-position: inside;
font-family: Arial;
color: rgb(0,0,0);
font-size: 90%;
}