html
{
font-family: arial, verdana, times;
size: 1em;
text-align: center;
}
/* positioning */
#outset
{

position: relative;
width: 98%;
text-align: center;

}

#head
{
width: 60em;
padding: 0;
margin: 1em auto 1em auto;
}

#main
{

width: 60em;
margin: 1em auto 1em auto;
border: .25em dashed #c0c0c0;


text-align: left;

}

#nav
{
width: 60em;
height: 8em;
margin: 1em auto 1em auto;



}
#nav a
{
width: 10em;
float: left;
border-right: .15em solid #000000;
padding-left: .5em;
}

#foot
{
width: 60em;
margin: 1em auto 1em auto;
border: .25em dashed #c0c0c0;
text-align: center;

}
#past_newsletter
{

width: 60em;
height: 5em;

margin: .5em auto .5em auto;
}
#past_newsletter h2
{
clear: both;
font-family: arial, verdana, script, times;
font-size: 1.25em;
font-style: oblique;
color: #000000;
}

#past_newsletter a, #past_newsletter a:visited
{
display: block;
width: 9em;
background: #000000;
color: #ffffff;
height: 1em;
margin: 1em;
float: left;

font-size: 1em;
color: silver;
}




/* classes */

.article
{
clear: both;
width: 60em;
padding: 0;
margin: 0 0 1em 0;
border-bottom: .25em solid #ff0000;

font-family: helvetica;

}
.article img
{
float: left;
padding: 0;
margin: 0 1em 1em 0;
}

.back_top
{
width: 10em;
float: right;
font-style: italic;
}
.right
{
width: 24em;
float: right;
border: solid .25em #000000;
}