BODY
{
    FONT-FAMILY: Century Gothic, "Trebuchet MS", Verdana, Sans Serif;
    FONT-SIZE: 12px
	color: #999999;
}

A:link
{
    COLOR: #b78921;
    FONT-FAMILY: Century Gothic, "Trebuchet MS", Verdana, Sans Serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold
}
A:visited
{
    COLOR: #c1982a;
    FONT-FAMILY: Century Gothic, "Trebuchet MS", Verdana, Sans Serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold
	}
A:hover
{
    COLOR: #b78921;
    FONT-FAMILY: Century Gothic, "Trebuchet MS", Verdana, Sans Serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold
}
A:active
{
    COLOR: #c0c0c0;
    FONT-FAMILY: Century Gothic, "Trebuchet MS", Verdana, Sans Serif;
    FONT-SIZE: 12px
}
TD
{
	COLOR: #666666;
    FONT-FAMILY: Century Gothic, "Trebuchet MS", Verdana, Sans Serif;
    FONT-SIZE: 12px;
}
TT
{
	COLOR: #000000;
    FONT-FAMILY: Century Gothic, "Trebuchet MS", Verdana, Sans Serif;
    FONT-SIZE: 12px;
}
.headline
{
    COLOR: #b78921;
    FONT-FAMILY: Century Gothic, "Trebuchet MS", Verdana, Sans Serif;
    FONT-SIZE: 13px;
    FONT-WEIGHT: bold
}

input
{
    COLOR: #000000;
    FONT-FAMILY: Century Gothic, "Trebuchet MS", Verdana, Sans Serif;
    FONT-SIZE: 12px;
}
textarea
{
    COLOR: #000000;
    FONT-FAMILY: Century Gothic, "Trebuchet MS", Verdana, Sans Serif;
    FONT-SIZE: 12px;
}
select
{
    COLOR: #000000;
    FONT-FAMILY: Century Gothic, "Trebuchet MS", Verdana, Sans Serif;
    FONT-SIZE: 12px;
}

.header
{
    COLOR: #869766;
    FONT-FAMILY: Century Gothic, "Trebuchet MS", Verdana, Sans Serif;
    FONT-SIZE: 20px;
    FONT-WEIGHT: bold;
	text-transform:uppercase;
}
.little_head
{
    COLOR: #869766;
    FONT-FAMILY: Century Gothic, "Trebuchet MS", Verdana, Sans Serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
	
}

.footer
{
    COLOR: #000000;
    FONT-FAMILY: Century Gothic, "Trebuchet MS", Verdana, Sans Serif;
    FONT-SIZE: 10px;
}
A.footer:link
{
    COLOR: #b78921;
    FONT-FAMILY: Century Gothic, "Trebuchet MS", Verdana, Sans Serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
	text-decoration: none
}
A.footer:visited
{
    COLOR: #c2bd82;
    FONT-FAMILY: Century Gothic, "Trebuchet MS", Verdana, Sans Serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
	text-decoration: none
}
A.footer:hover
{
    COLOR: #b78921;
    FONT-FAMILY: Century Gothic, "Trebuchet MS", Verdana, Sans Serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold
}
A.footer:active
{
    COLOR: #869766;
    FONT-FAMILY: Century Gothic, "Trebuchet MS", Verdana, Sans Serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold
}

li
{ 
	margin-bottom: 1em
}
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #b78921;
color: #f3f2f6;
float: right;
width: 100%;
font-family: georgia, times new roman, serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #b78921;
color: #f3f3ef;
text-decoration: none;
float: right;
border-right: 1px solid #869766;
}

#navcontainer ul li a:hover
{
background-color: #c2bd82;
color: #f3f2f6;
}
