/* 01-21-2010 1030 */

/* add image caption, attributions styles */

h1
{
font-family: "agency fb", "arial";
font-size: 32px;
text-align: left
}

/*width of space devoted to heading logo*/
td.headimage
{
width: 15%
}

/* format of internal nav column */
td.nav
{
background-color: #99ccff;
width: 18%;
height: 500px;
font-family: "arial";
font-size: 18px;
font-style: italic
}

/* format of internal nav column in its own table */
td.navst
{
background-color: #99ccff;
font-family: "arial";
font-size: 18px;
font-style: italic
}

td.clearnav
{
width: 18%;
font-family: "arial";
font-size: 18px;
font-style: italic
}

/* paragraph bodies */
p.parbody
{
text-align: justify;
font-family: "arial";
font-size: 18px
}

/* paragraph headings */
p.sechead
{
text-align: center;
font-weight: bold;
font-family: "arial";
font-size: 18px
}

/*full width internal margins*/
td.fwintmargin
{
width: 5%
}

/*partial width internal margins*/
td.pwintmargin
{
width: 6.5%
}

/* image border style */
img.imageborder
{
border-style: solid;
border-width: 1px
}

/* general paragraph format */
p.gen
{
text-align: left;
font-family: "arial";
font-size: 18px
}

/* general table cell format */
td.gen
{
text-align: left;
font-family: "arial";
font-size: 18px
}

p.quotes
{
text-align: justify;
font-family:  "lucida calligraphy", "monotype corsiva", "comic sans ms";
font-size:  18px
}

p.attrib
{
text-align: right;
font-family: "arial";
font-size:  18px
}

td.stresstable
{
background-color: #99cc99;
}

td.tablenum
{
background-color: #99cc99;
width: 4%;
}

td.paintable
{
background-color: #99cc99;
width: 30%;
}

td.paintable1
{
background-color: #99cc99;
height: 60;
}

/* image captions format */
p.pictitle
{
text-align: center;
font-weight: bold;
font-family: "arial";
font-size:  14px
}

/* image attributions */
p.picattrib
{
text-align: center;
font-family: "arial";
font-size:  10px
}

