body
{
    margin:0;
    padding:0;
    font:11px Myriad, "Verdana", "Arial", "Helvetica", "sans-serif";
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
    color:Black;
    background:#707276 url('background.png');
    text-align:center; /* centering hack for early IE */
    vertical-align:top;
}

h1
{
    margin:0px 0px 16px 0px;
    padding:0;
    font:1.2em Myriad, "Verdana", "Arial", "Helvetica", "sans-serif";
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
    border-top:1px Solid Black;
    border-bottom:1px Solid Black;
    height:16px;
    line-height:16px;
}

p
{
    margin:8px 0px 8px 0px;
    padding:0px;
    text-align:left;
}

.news>p
{
    margin:0px 0px 16px 0px;
    padding:0;
}

.leader>p
{
    margin:0px 0px 24px 0px;
    padding:0;
}

span
{
    margin:0;
    padding:0;
}

a
{
    margin:0;
    padding:0;
    color:#989996;
}

a:link		{ text-decoration:none; }
a:visited	{ text-decoration:none; }
a:hover     { text-decoration:underline; color:#89a; }
a:active	{ text-decoration:underline; color:#000; }

p>a:link	{ text-decoration:none; }
p>a:visited	{ text-decoration:none; }
p>a:hover   { text-decoration:underline; color:#89a; }
p>a:active	{ text-decoration:underline; color:#000; }

img
{
    display:inline;
    border:0;
}

ul
{
    margin:32px 0px 0px 0px;
	list-style-type:none;
}

li
{
    margin:8px 0px 0px 0px;
	display:block;
}

table
{
    width:100%;
}

.wrapper
{
    margin:48px auto 0px auto;
    padding:0px;
    width:700px;
    color:#444;
    text-align:left;
    background:#EFF0ED;
    border-top:3px Solid #EFF0ED;
    border-bottom:3px Solid #EFF0ED;
}

.header
{
    position:relative;      /* allows absolute positioning of child elements relative to this div */
    margin:0;
    padding:0;
    width:700px;
    height:190px;
    background:url('header.jpg');
}

.menu
{
    margin:0;
    padding:0px 0px 0px 24px;
    height:23px;
    background:url('menu.png');
}

.menu>a:link    { text-decoration:none; }
.menu>a:visited	{ text-decoration:none; }
.menu>a:hover   { text-decoration:none; }
.menu>a:active	{ text-decoration:none; }

.menu .box
{
    display:inline;
    margin:0;
    padding:0px 8px 0px 8px;
    height:23px;
    line-height:23px;
    color:Black;
    border:0;
}

.menu .box:hover
{
    color:#883;
}

.main
{
    margin:24px 24px 0px 24px;
    padding:0px 0px 96px 0px;
}

.footer
{
    clear:both;
    margin:0;
    padding:0px 16px 0px 0px;
    height:20px;
    line-height:20px;
    font-size:10px;
    border-top:1px Solid #DADBD7;
    border-bottom:1px Solid #DADBD7;
    text-align:right;
}

.footer>a
{
    color:#444;
}

a:link		{ text-decoration:none; }
a:visited	{ text-decoration:none; }
a:hover     { text-decoration:underline; color:Black; }
a:active	{ text-decoration:underline; color:Black; }

.news
{
    float:right;
    margin:0px 0px 24px 24px;
    padding:0px 24px 0px 24px;
    width:160px;
}

.leader
{
    margin:0px 0px 24px 0px;
    padding:0;
}

.bio
{
    float:right;
    margin:0px 0px 24px 24px;
    padding:0px 24px 0px 24px;
    width:160px;
}

.stats
{
    margin:0px 0px 24px 0px;
    padding:0;
}

.shim
{
    clear:right;
    width:100%;
    height:8px;
}
