html, body {
	/*background: #f3f3e1;*/
	color: #3f4648;
}

h1 {
    color: #49664b;
}

h2 {
    color: #49664b;
}

#content {
	/*background: #d7ecd1;*/
}

#header {
	background: #49664b;
	color: #ffffff;
}

#loginbox, .loginbox {
	background: #5a573e;
	color: #ffffff;
}

table.form td {
	border: 1px solid #b8ceb2;
}

table.form th {
	background: #bddeb4;
	border: 1px solid #b8ceb2;
}

table.forum th 
{
    background: #49664B;
    color: #ffffff;
}

.button {
	background: #fcfcc7 url('/images/branding/activefamilytree/button-background.gif') repeat-x  top;
    border: 1px solid #3f4648;            
	color: #433c2a;
}

.coloredbox {
	background:#5a573e; 
	border-top:1px solid #cccccc; 
	color:#ffffff; 
}

.error {
	background: #E25353;
	border: 1px solid #693B3B;
	color: #FFFFFF;
}

.message_box {
	background-color:#F0F899;
	border:1px solid #CCCCCC;
}

/* Menu Styles */
#menu 
{
    /*background: #49664B url(/images/branding/activefamilytree/menu-background.gif) repeat-x;*/
}

#menu a:hover 
{
    /*background: #b1c8ac url(/images/branding/activefamilytree/menu-background-over.gif) repeat-x;*/
    background: #d9d5b1;    
    color: #3F4648;
}
