body {
	background-color: #003300;
	color: #fff;
}

h1, h2, h3, h4, h5 
{
  color: #FF0;
}

dt 
{
  color: #FF0;
}

a {
color: #fff;
}

/* LOGO */
#logo
{
background: url(../images/banner.jpg) no-repeat;
}

/* NAVIGATION */
#menu
{
border-color: #fff;
}
#menu li a 
{ 
background: url(../png/button.png);
}
#menu li a:hover 
{ 
background: url(../png/button2.png);
color: #000;
}
.selected 
{ 
background: url(../png/button2.png) !important;
color: #000;
}

/* message */
#messagecontainer
{
/*background: #fff;*/
border-color:#fff;
}
#column1
{ 

}
#column2
{ 

}
#column2 h1
{ border-color: #ccc;
}
#subcontent2, #subcontent2 a, #subcontent2 a:hover 
{ 
color: #000;
}
#subcontent2 a, #subcontent2 a:hover
{
text-decoration: underline;
}
.yellow
{
color: #ff0;
}

input, textarea
{ background-color: #FFFFFF;
  color: #5F4F53;
  border-color: #B9A7AC;
}
legend
{
color: #ff0;
}