body 
{
background: #FFF;
font-family: Arial, sans-serif;
margin: 0;
text-align: center;
}

#top
{
width: 850px;
height: 206px;
margin: 0 auto;
}

#nav
{
width: 850px;
height: 29px;
margin: 0 auto;
background: #69787D;
text-align: center;
}

#bottom
{
width: 850px;
margin: 0 auto;
background:#FFF;
overflow: hidden;
}

#content
{
padding: 30px 20px;
}

.navimage
{
padding: 0 10px;
}

.textheader
{
padding: 0 0 20px 0;
}

.subtext
{
font-size: 12px;
color: #69787D;
padding: 0 0 20px 0;
}

.newsitem
{
font-size: 11px;
line-height: 16px;
color: #69787D;
padding: 0 0 20px 0;
}

.newsitem a:link,
.newsitem a:visited,
.newsitem a:active
{
color: #69787D;
text-decoration: underline;
}

.newsitem a:hover
{
color: #FFF;
text-decoration: none;
background: #69787D;
}

.newsdate
{
font-weight: bold;
}

.short
{
padding: 0 0 30px 0;
}

.tinypink
{
padding: 1px 0 0 0;
color: #ED6E8A;
font-size: 10px;
}

.tinypink a:link,
.tinypink a:visited,
.tinypink a:active
{
color: #ED6E8A;
text-decoration: underline;
}

.tinypink a:hover
{
color: #FFF;
text-decoration: none;
background: #ED6E8A;
}

#footer
{
width: 850px;
margin: 0 auto;
font-size: 11px;
color: #69787D;
padding: 30px 0;

}


#footer a:link,
#footer a:visited,
#footer a:active
{
color: #69787D;
text-decoration: none;
}

#footer a:hover
{
color: #FFF;
text-decoration: none;
background: #69787D;
}