@charset "utf-8";
/* CSS Document */


html, body  {
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color:#000000;
}


h2  {
	font-size: 18px;
	color: #663333;
	text-decoration: none;
	text-indent: 20px;
	white-space: nowrap;
}
h3  {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-style: italic;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h5  {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h6  {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#logo-style  {
	font-family:'Trebuchet MS';
	font-size:36px;
	font-style: oblique;
	position: absolute;
	left: 655px;
	white-space: nowrap;
	top: 58px;
}

#mede-style  {
	font-family:"Trebuchet MS";
	font-size:14px;
	position: absolute;
	left: 220px;
	white-space: nowrap;
	top: 30px;
	height: 32px;
	width: 450px;
	font-weight: bold;
}

#headerbglight {
	position:absolute;
	background-color: #DBAA74;
	opacity: .3;
	filter: Alpha(opacity=30, FinishOpacity=100, Style=1, StartX=0,  FinishX=0, StartY=0, FinishY=0);
}

#headerbgmedium {
	position:absolute;
	background-color: #E4C3A8;
	opacity: .3;
	filter: Alpha(opacity=30, FinishOpacity=100, Style=1, StartX=0,  FinishX=0, StartY=0, FinishY=0);
}

#headerbgimage {
	position:absolute;
	opacity: .20;
	filter: Alpha(opacity=20, FinishOpacity=100, Style=1, StartX=0,  FinishX=0, StartY=0, FinishY=0);
}
	a			 {font-size:10pt;color:#832616;text-decoration:none;}
	a:link		 {font-size:10pt;color:#832616;text-decoration:none;}
	a:visited	 {font-size:10pt;color:#832616;text-decoration:none;}
	a:active	 {font-size:10pt;color:#832616;text-decoration:none;}
	a:hover		 {font-size:10pt;color:#832616;text-decoration:underline;}

#disc			 {position:absolute; top:700px; text-decoration:none; font-size:9pt}
#disc a			 {font-size:9pt; color:#000000; text-decoration:none;}
#disc a	:link	 {font-size:9pt; color:#000000; text-decoration:none;}
#disc a:visited	 {font-size:9pt; color:#000000; text-decoration:none;}
#disc a:active:	 {font-size:9pt; color:#000000; text-decoration:none;}
#disc a:hover	 {font-size:9pt; color:#832616; text-decoration:underline;}




/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	cursor: default;
	width: 8.2em;
	background-color: transparent;
	font-family: "Trebuchet MS";
	font-style: italic;
	top:200px;
	position: absolute;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 160px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 8.2em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 0px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: transparent;
	padding: 0.5em 0.75em;
	/*	height: 80px;
*/	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;/*	background-image: url(___Site_docs/_Brondocus/wood_h.jpg);
*/}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: transparent;
	color: #FFF;
}

ul.MenuBarVertical a:active
{
	background-color: transparent;
	color: #D8D8D8;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: transparent;
	color: #FFF;
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: transparent;
	}
}
