HTML
{
	overflow: hidden;
	height: 99%;
}
BODY
{
	background: #EBEAE9 url(images/bg-mull.jpg);
	height: 99%;
	margin: 0;
	padding: 0;
	line-height: 150%;
	text-align: center;
	word-spacing: 1px;
	font-family: Arial, Tahoma, Verdana, "sans serif";
	font-size: 12px;
	font-weight: 500;
}
*
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, sans-serif;
	color: #000000;
	text-align: left;
}
.list
{
	margin: 5px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
/*=== Containers ===*/
#first_container
{
	margin: 0 auto;
	display: table;
	height: 100%;
	position: relative;
	overflow: hidden;
	width: 900px;
}
#second_container
{
	position: absolute;
	top: 40%;
	vertical-align: middle;
	width: 100%;
}
#third_container
{
	position: relative;
	top: -143px;
/*width: 660px Original*/
	width: 900px;
}
/*=== Menu ===*/
#menu
{
	height: 31px;
	padding-right: 2px;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #CCC;
}
#menu LI
{
	float: right;
	display: block;
	width: 82px;
	height: 31px;
	border: 1px solid #CCC;
}
#menu A
{
	display: block;
	width: 82px;
	height: 31px;
	background-color: inherit;
	text-decoration: none;
	line-height: 31px;
	text-align: center;
}
#menu A:link, #menu A:visited
{
	color: #FFF;
	background-color: #91907E;
}
#menu A:hover, #menu A:active
{
	color: #273AD6;
}
#menuselected
{
	display: block;
	width: 82px;
	height: 31px;
	text-decoration: none;
	line-height: 31px;
	color: #333;
	text-align: center;
}
/*=== Language menu ===*/
#submenu
{
	float: left;
	height: 31px;
	width: 300px;
	padding-left: 10px;
	margin: 0;
	list-style: none;
}
#submenu LI
{
	float: left;
	display: block;
	width: 85px;
	height: 31px;
}
#submenu A
{
	display: block;
	width: 85px;
	height: 31px;
	background-color: inherit;
	text-decoration: none;
	line-height: 25px;
	text-align: center;
}
#submenu A:link, #submenu A:visited
{
	color: #696969;
	background-color: #FFB380;
}
#submenu A:hover, #submenu A:active
{
/*background-image: url('images/tabb2.jpg');
color: #ffffff;*/
}
#submenuselected
{
	display: block;
	width: 85px;
	height: 31px;
/*background-image: url('images/tabb.jpg');
text-decoration: none;
line-height: 25px;
color: #ffffff;*/
	text-align: center;
}
/*=== Other Divs ===*/
.border
{
	background-color: #FFFFFF;
	padding: 15px 15px 15px 126px;
/*height: 232px original*/
	height: 380px;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
}
.title
{
	position: absolute;
	margin-left: 40px;
	margin-top: 293px;
	width: 98px;
	height: 21px;
	background-image: url(images/vanero.gif);
	background-color: #FBB269;
}
.content
{
	height: 320px;
	overflow: auto;
	padding-top: 25px;
	padding-left: 60px;
}
.content P
{
	margin-left: 1.5em;
	margin-right: 2em;
}
.designinfo
{
	margin-top: 7px;
	text-align: right;
	color: #626262;
	background-color: inherit;
}
/*=== Inline Text Styles ===*/
H1
{
	margin: 23px 0 -25px 15px;
	padding: 0 10px 40px 9px;
	font-size: 16px;
	color: #DF7B00;
	background-color: inherit;
}
.details
{
	display: none;
	font-size: 9px;
	color: #6E7468;
}
.text
{
	display: block;
	margin: 5px 5px 20px 12px;
}
.text A
{
	color: #B34700;
	text-decoration: none;
	font-weight: bold;
}
.text A:hover, .text A:active
{
	color: #545454;
}
BLOCKQUOTE
{
	margin: 3px 0;
	padding: 5px 10px;
}
.note
{
	display: block;
	margin: 10px 15px;
	color: #555555;
}
.bold
{
	font-weight: bold;
}
