/* Structural Styles */
IMG.floatLeft { 
    float: left; 
    margin: 10px 25px 5px 10px;		/* T R B L */
}

IMG.floatRight { 
    float: right; 
    margin: 10px 10px 5px 20px;		/* T R B L */
}


div.logo
{
    top: 5px;
    left: 104px;
    width: 750px;
    max-width: 750px;
    background-color: #0E3022;
    position: absolute;
}

/* Menu */
.toolbar 
{
    position: absolute;
    padding: 0px 0px 0px 0px;
    top: 114px;
    left: 104px;
    height: 16px;
    width: 750px;
    max-width: 750px;
    background-color: #F6CF58;
    border-bottom: 1px solid black;
	
}

.menu
{
    border-right: 1px solid black;
    position: absolute;
    text-decoration: none;
    background-color: #F6CF58;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
}


.menu:hover 
{
    background-color: #D9D919;
}

.menuend
{
    position: absolute;
    text-decoration: none;
    background-color: #F6CF58;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.menuend:hover 
{
    background-color: #D9D919;
}


div.leftbar
{
    top: 131px;
    left: 104px;
    width: 175px;
    max-width: 175px;
    background-color: #dcdcdc;
    padding-left: 1px;
    padding-right: 1px;
    position: absolute;
}

div.greenblock
{
    top: 131px;
    left: 80px;
    width: 175px;
    max-width: 175px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #0E3022;
}


div.maincontent
{
    position: absolute;
    top: 140px;
    left: 290px;
    width: 555px;
    max-width: 555px;
}

div.footer
{
    top: 20px;
    height: 20px; 
    width: 700px;
    max-width: 700px;
    background-color: #0E3022;
}



/* Text Styles */
BODY {
    background: white;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
}

P {
    padding: 0 15px;
    font-family: arial, helvetica, sans-serif;
    line-height: 120%;
}


H3 {
    padding: 0 15px;
    margin: 5px 0 0 0;		/* T R B L */
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 120%;
    line-height: 120%;
    color: #0E3022;
}


TD {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2em;
}

UL {
    margin-top: 0;
    list-style-type: square;
}

A:link {
    color: #0E3022;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

A:visited {
    color: #0E3022;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

A:active {
    color: #0E3022;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
}
 
A:hover	{
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

A:visited:hover {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

A.blacktext {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
}


A.underline {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: underline;
}

A.underline:hover {
    color: #0E3022;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: underline;
}

A.underline:active {
    color: #0E3022;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: underline;
}

A.underline:hover:visited {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: underline;
}

FONT.SMALLTXT {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
}

