/**********************************************
* GLOBAL
**********************************************/

* {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0;
	margin:0; 
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#000;
}

body * {
	font-size: 100.01%;
	line-height: 1.5;
}

img { border:0; }




/**********************************************
* HEADER
**********************************************/

#header {
	position:relative;
	height:50px;
}

#logo {
	position:absolute;
	top:0;
	left:0;
	background-color:#000;
	border-right:2px solid #fff;
}


/**********************************************
* NAV
**********************************************/

#nav {
	display:none;
}

/*******************************************************************************
* SUBMENU
*******************************************************************************/
#o1,
#o2,
#o3,
#o4,
#o5 
{ 
	display:none;
}
	
/*******************************************************************************
* CONTENT
*******************************************************************************/

#c_logo {
	position:absolute;
	right:0;
	top:0;
}

#main {
	font-size:.85em;
}

#main #map, #main #top a {
	font-size:.95em;
	color:#000;
	margin-bottom:2px;
}
#main #map a {
	color:#000;
}

#main #top {
	display:none;
}

#main h1 {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font-size:1.6em;
	font-weight:bold;	
}

#main #text {
	margin:15px 0;
}
#main #text b {
	font-weight:bold;
}
#main #text p {
	margin-bottom:1.5em;
}
#main #text a {
	color:#000;
}

#sidebar {
	display:none;
}
