

table.navigation-bar a:link 
{
color: white;
text-decoration: none;
}

table.navigation-bar a:visited 
{
color: white;
text-decoration: none;
}

table.navigation-bar a:hover 
{
color: blue;
text-decoration: none;
}

table.navigation-bar a:active 
{
color: orange;
text-decoration: underline;
}

div.email
{
background-color: white;
padding: 10px;
}

th.em
{
width: 25%;
}

td.em
{
font-weight: normal;
}

p.em
{
font-weight: normal;
}

body
{
font-family: georgia, serif;
font-size: 15px;
font-weight: bold;
background-color: #b0c4de;
line-height: 1.5;
}

body a:link
{
color: black;
text-decoration: none;
}

body a:visited 
{
color: black;
text-decoration: none;
}

body a:hover 
{
color: black;
text-decoration: underline;
}

body a:active 
{
color: orange;
text-decoration: none;
}

p.title
{
font-size: 22px;
}

table.navigation-bar
{
border: outset;
border-color: #0000cd;
width: 800px;
font-size: 14px;
}

th.navigation-bar
{
background-color: black;
padding-left: 7px;
padding-right: 7px;
line-height: 1.8;
text-align: center;
width: auto;
}

th
{
text-align: right;
width: 50%;
}

table.app
{
width: 750px;
}

table.em
{
width: 750px;
}

div.featured
{
float: right;
width: 200px;
border: outset;
border-color: #0000cd;
background-color: white;
line-height: 1;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 20px;
text-align: center;
font-size: 14px;
}

div.body
{
background-color:silver;
padding: 20px;
width: 800px;
margin-left: auto;
margin-right: auto;
}

div.content
{
width: 540px;
}

div.contentnofeat
{
width: 800px;
}

h6
{
text-decoration: underline;
font-size: 17px;
}

p.mission
{
text-align: center;
border: dashed;
border-color: silver;
background-color: #b0c4de;
width: 500px;
padding: 10px;
padding-top: 5px;
font-size: 20px;
font-weight: normal;
margin-left: 10px;
line-height: 1;
}

p.missionnofeat
{
text-align: center;
border: dashed;
border-color: silver;
background-color: #b0c4de;
width: 750px;
padding: 10px;
padding-top: 5px;
font-size: 20px;
font-weight: normal;
margin-left: 10px;
line-height: 1;
}

p.missionnofeat:first-letter
{
font-size: 35px;
}

p.mission:first-letter
{
font-size: 35px;
}

p.footer
{
font-size: 10px;
text-align: center;
}

