html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*overflow: scroll;*/
}

a:link, a:visited, a:active {
	color: #525f6e; text-decoration: underline;	
}
a:hover {
	color: #525f6e; text-decoration: none;	
}
a.nostyle:link, a.nostyle:visited,
a.nostyle:active, a.nostyle:hover {
	color: #525f6e; text-decoration: none;	
}

.h60 { height: 60px; }
.w180 { width: 180px; }
.w400 { width: 400px; }
.spacer {
	width: 100%; 
	height: 1px; 
	background-color: #ccc;
}

.form {
	font-size: 12px;
	color: #6E7986;
	border: 1px solid #cbcbcb;	
}
.error {
	border: 1px solid #b90f2c;
}
.button {
	color: #525f6e; 
	font-weight: bold; 
}

#logo {
	width: 100%;
	height: 43px;
	position: relative;
	margin: 35px 0 0 0;
	z-index: 1;
	text-align: center;
	background: url('images/logo-background.gif');
}

#page {
	position: absolute;
	top: 95px;
	left: 50%;
	width: 900px;
	margin-left: -400px;
	z-index: 2;
	overflow: hidden;
	background: #fff;
}

#language a {
	position: absolute;
	z-index: 3;
	width: 105px;
	height: 20px;
	margin-top: 35px;
	margin-left: 770px;
	padding-left: 10px;
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #525f6e;
	background-color: #fff;
	text-decoration:none;
}

#language a:hover, #language a:active {
	display: block;
	color: #fff;
	background-color: #b90f2c;
}

#selector {	
	position: absolute;
	visibility: hidden;
	margin-top: 57px;
	margin-left: 770px;
	background: #fff;
	width: 115px;
	z-index: 30;
}

#items {	
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#items li {	
	position: relative;
	list-style: none;
}

#items li a {
	display: block;
	color: #525f6e;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}
#items li a:hover {	
	background: #b90f2c;
 	color: #fff;
}

table.box {
	width: 100%;
	height: 265px;
	border-right: 2px solid #fff;
	background: url('images/box-background.gif');
}
.vcard {
	margin: 52px 0 0 40px;
	font-size: 14px;
	font-style: normal;
	color: #fff;
	line-height: 20px;	
}
span.fn { font-weight: bold; }

#menu {
	margin: 37px 0 0 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	z-index: 3;
}
#menu a:link, #menu a:visited,
#menu a:active, #menu a:hover {
	color: #525f6e; text-decoration: none;	
}
#menu a.red:link, #menu a.red:visited,
#menu a.red:active, #menu a.red:hover {
	color: #b90f2c; text-decoration: none;	
}
#sub-menu {
	margin: 3px 0 3px 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	z-index: 4;	
}
#sub-menu a:link, #sub-menu a:visited,
#sub-menu a:active { 
	color: #525f6e; text-decoration: none;	
}
#sub-menu a:hover {
	color: #b90f2c; text-decoration: none;	
}

#content  {
	width: 485px;
	font-size: 12px;
	color: #525f6e;
	line-height: 16px;
	z-index: 3;
}
#content h1 {
	font-size: 16px;
	color: #525f6e;
	line-height: 20px;
	margin-top: 37px;	
}

#footer {
	width: 580px;
	height: 50px;
	margin-bottom: 15px;
	font-size: 10px;
	color: #525f6e;
	line-height: 16px;
	z-index: 3;	
}

#message {
	position: absolute; 
	z-index: 10; 
	top: 0; 
	width: 100%; 
	padding: 3px 0; 
	font-size: 12px; 
	line-height: 16px; 
	color: #525f6e;
	text-align: center;
	background-color: #ffffcc; 
}
