html
    {
    }

body
    {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #ffffff;
    font-size: 11px;
    }

p, div, table
    {
    font-family: inherit;
    }

form
    {
    margin: 0;
    padding: 0;
    }

input, select, textarea, th, td { font-size: 10px; }

ul
    {
    list-style: circle;
    margin-left: 20px;
    }

li
    {
    line-height: 18px;
    margin-bottom: 18px;
    }

#Uber
	{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -369px;
	margin-right: -369px;
	margin-top: -305px;
	}

#Outer
	{
	border: 1px solid #999999;
	}

#Inner
	{
	width: 736px;
	}

#Lining { margin: 12px; }

#Logo { text-align: right; margin-bottom: 8px; }
#Logo img { border: 0; }

#ColL
    {
    height: 400px;
    font-size: 11px;
    overflow: hidden;
    padding-left: 10px;
    }
#ColL a { color: #509020; text-decoration: none; }
#ColL a:link { color: #509020; }
#ColL a:visited { color: #509020; }
#ColL a:hover { color: #509020; border-bottom: 1px solid; }

#ColR
    {
    float: right;
    margin: 0px 10px 0px 20px;
    }

#ColR img
    {
    margin: 25px 0px 0px 40px;
    }

.bdr { border: 1px solid #999999; }

h1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #509020;
    margin: 0px 0px 18px 0px;
    padding: 0;
    }

p
    {
    font-size: 11px;
    line-height: 18px;
    margin: 0px 0px 18px 0px; 
    padding: 0;
    }

#theDate
    {
    float: left;
    margin-top: 85px;
    color: #208428;
    }

#Primary
    {
    height: 25px;
    margin-bottom: 30px;
    background: url(/img/primary.gif) repeat-x top left;
    }

#Primary ul
    {
    height: 25px; 
    margin: 0; 
    padding: 0;
    list-style-type: none;
    }

#Primary ul li
    {
    float: left;
    width: 140px; 
    margin-right: 3px;
    }
#Primary ul li.last { margin-right: 0px; }

#Primary ul li a, #Primary ul li a:link, #Primary ul li a:visited
    {
    display: block; 
    width: 140px; 
    height: 25px; 
    line-height: 25px; 
    font-weight: bold; 
    color: #fff;
    text-decoration: none; 
    text-align: center; 
    background: transparent;
    }
#Primary ul li a:hover
    {
    text-decoration: underline;
    background: url(/img/primaryhover.gif) top left;
    }

#Primary ul li a.on, #Primary ul li a:link.on, #Primary ul li a:visited.on
    {
    background: url(/img/primaryhover.gif) top left;
    }

#Secondary
    {
    float: left;
    width: 120px;
    height: 400px;
    padding-right:40px;
    top: 0px;
    }

#Secondary ul
    {
    list-style: circle;
    margin-left: 0px;
    padding-left: 15px;   
    }

#Secondary ul li
    {
    line-height: 14px;
    margin-bottom: 10px;
    }

#Secondary ul li a, #Secondary ul li a:link, #Secondary ul li a:visited
    {
    text-decoration: none;
    color: #509020;
    }

#Secondary ul li a:hover
    {
    text-decoration: none;
    color: #509020;
    }

#Footer
    {
    clear: both;
    color: #fff;
    font-size: 10px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    background: url('/img/footer.gif') repeat-x;
    }

#Footer a, #Footer a:link, #Footer a:visited
    {
    color: #fff;
    text-decoration: none;
    }

#Footer a:hover
    {
    color: #fff;
    text-decoration: underline;
    }

a { color: #208428; }
a:link { color: #208428; }
a:visited { color: #208428; }
a:hover { color: #000000; }

