﻿/*
Cream:			RGB(240, 230, 210)	#f0e6d2
Coffee:			RGB(119, 73, 31)		#77491f
Light Brown:	RGB(160, 102, 55)		#a06637
*/

BODY
{
	margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; font-size:12pt; font-family:Verdana, sans-serif; color:#a06637; background-color:#ffffff;
}

/* The master DIV */
@media screen
{
	DIV.dreem_container 
	{
		height:auto;
		width:760px; 
		position:absolute; 
		left:50%; 
		margin:1px 0px 0px -380px; 
		background-color:#ffffff;
	}
}
@media print
{
	DIV.dreem_container 
	{
		width:760px; 
		background-color:#ffffff;
	}
}

/* The header DIV */
DIV.dreem_header
{ 
	position:absolute; 
	top:0px;
	left:0px; 
	width:760px;
	height:194px;
	background-color:#ffffff;
}

/* The central content DIV */
DIV.dreem_content
{
	position:absolute; 
	top:195px; 
	left:0px; 
	width:760px; 
	background-color:#f0e6d2;
}

TABLE.dreem_content{padding:27px 2px 2px 2px;}
TD.dreem_content{ border-bottom: solid 3px #a06637;}
TD.dreem_content_left{width:96px; padding-bottom:400px;}
TD.dreem_content_right{width:662px;}

A.dreem_lhs_menu, A.dreem_lhs_menu_selected{color:#77491f; text-decoration:none; }
A.dreem_lhs_menu_selected{}

UL.dreem_lhs_menu{text-align: center; margin: 0px 8px 4px 8px; padding-left: 0px; width:80px; font-size:11pt; border-bottom:solid 1px #a06637;}
UL.dreem_lhs_menu LI{list-style-type:none; height:24px; border-top:solid 1px #a06637; vertical-align:middle; padding-top:4px;}
UL.dreem_lhs_menu LI:last-child{}
/*display: -moz-inline-box; display: inline-block;*/



TD.dreem_footer{ text-align:center; font-size:8pt; border:solid 0px red; }
TD.dreem_footer A{ font-size:8pt; }

DIV.DebugLabel{ border:solid 1px #282828; background-color:#ffff00; position:absolute; bottom:0px; color:#282828; width:600px; }

A{ text-decoration: none; color: #77491f; }
A:hover{text-decoration:underline;}

.dreem_important-notice{ color:#77491f; font-weight:bold; }

A.dreem_top_bookmark{display:none;}
