.div_global_header {

	position					: absolute;

	top								: 0px;
	left							: 0px;
	bottom						: 100px;
	right							: 700px;

	width							: 700px;
	height						: 100px;

	background-color	: #000000;

}


.div_global_header_line {

	position					: absolute;

	top								: 105px;
	left							: 0px;
	bottom						: 107px;
	right							: 700px;
	
	width							: 700px;
	height						: 2px;
	
	margin						: 0px;
	padding						: 0px;

	background-color	: #000000;

}


.div_menu {

	position					: absolute;

	top								: 121px;
	left							: 0px;
	right							: 131px;
	bottom						: auto;

	width							: 131px;
	height						: auto;

	background-color	: transparent;

}


.div_content {

	position					: absolute;

	top								: 130px;
	left							: 151px;
	bottom						: auto;
	right							: 700px;

	width							: 549px;
	height						: auto;

}


.header {

	color							: #000000;

	font-size					: 1.4em;
	font-weight				: bold;

	padding						: 0px;
	margin						: 0px; 

}


.footer {
	text-align				: justify;
	font-size					: 7.2pt;
	font-weight				: bold;


}


body {
	margin						: 0 0 0 0;
	background-color	: #EAEAEA;
	font-family				: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size					: 10px;
}


a {
	color							: #D5A21A;
	font-weight				: bold;
}


a:hover {
	color							: #666666;
}


a.menu_item_inactive {

	display						: block;

	position					: relative;

	top								: 0px;
	left							: 0px;

	width							: 131px;
	height						: auto;

	padding-top				: 3px;
	padding-bottom		: 3px;
	padding-left			: 5px;
	padding-right			: 0px;

	border-top-style	: solid;
	border-top-width	: 1px;
	border-top-color	: #EAEAEA;

	vertical-align		: middle;

	font-weight				: bold;
	font-size					: 1.1em;

	text-decoration		: none;
	text-align				: left;

	margin						: 0px;

	background-color	: #222222;
	color							: #F9C700;

}


a.menu_item_active, a.menu_item_active:hover, a.menu_item_inactive:hover {

	display						: block;

	position					: relative;

	top								: 0px;
	left							: 0px;

	width							: 131px;
	height						: auto;

	padding-top				: 3px;
	padding-bottom		: 3px;
	padding-left			: 5px;
	padding-right			: 0px;

	border-top-style	: solid;
	border-top-width	: 1px;
	border-top-color	: #EAEAEA;

	vertical-align		: middle;

	font-weight				: bold;
	font-size					: 1.1em;

	text-decoration		: none;
	text-align				: left;

	margin						: 0px;

	background-color	: #F9C700;
	color							: #000000;

}


hr {

	color 						:	#000000;
	height						:	1px;
	width							:	100%;

}
