body 
{ 
    color: #265826; 
    font-size: 11px; 
    font-family: verdana; 
    font-weight: 400; 
    font-style: normal; 
    line-height: 15px; 
}

h1 
{ 
    font-size: 12pt; 
    font-family: verdana; 
    font-weight: bold; 
    text-align: center; 
    margin: 0.83em 0; 
}

h2 
{ 
    font-size: 10pt; 
    font-family: verdana; 
    font-weight: bold; 
    text-align: center; 
    margin: 0.83em 0; 
}

h3 
{ 
    font-size: 8pt; 
    font-family: verdana; 
    font-weight: bold; 
    text-align: center; 
    margin: 0.83em 0; 
}

p 
{ 
    text-align: justify; 
    /* text-indent: 10px; */ 
}

td { }

#menu
{
    font-size: 8pt;
    padding-left: 50px;
    height: 49px; 
    background: url(images/menubg.jpg) no-repeat;
}

#menu,
#menu a
{
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}

#menu a:hover
{
    text-decoration: underline;
}

a:link { }

a:visited { }

a:hover { }

a:active { }

#leftbox
{
    float: left; 
    width:162px;
}

#container
{
    width:821px;
}

#content-container
{
    float: left; 
    width: 639px;
}

#page-content
{
    margin-left: 10px;
}

#footer
{
    color: #FFFFFF;
    clear: both; 
    width:800px;
    background-image:url(lower_nav.jpg);
}

.clear
{
    clear: both;
}

ol li
{
    margin-bottom: 10px;
}

#home-left
{
	float: left;
	width: 400px;
}

#home-right
{
	float: left;
	width: 200px;
	margin-left: 15px;
}

