html 
{
	/*overflow-x:hidden !important;*/
	overflow-y:scroll !important;
	height: 100%;
	background-color: #cccccc;
}

*
{
	margin: 0;
	padding: 0;
}

.d
{
	border: 1px solid red;
}

a
{
	text-decoration: none;
	color: #002bff;
	font-size: 100%;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

#menu ul a:hover
{
/*	background-color: #ffdc00;
	text-decoration: none;
	*/
	text-decoration: underline;
	color: #002bff;
}

a img
{
	border: none;
}

p
{
	margin-bottom: 1em;
}

/*#topnav a:hover, #bottomnav a:hover, #breadcrumbs a:hover
{
	background-color: inherit;
	color: #000000;
	text-decoration: underline;
}
*/
.current
{
	color: #000000;
}

a.current:hover
{
	text-decoration: none;
	cursor:default;
}

body
{
	background-color: #ffffff; 
	font-family: arial,sans-serif; 
	font-size: 14pt;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 959px;
	height: 100%;
}

#page
{
	background-color: #ffffff; 
	padding-bottom: 70px;
}


#bottomnav, .content, #menu, #topnav, .topics
{
	margin-left: 72px;
	margin-right: 72px;
	background-color: #ffffff;
	width: 815px;
	clear: both;
}

#breadcrumbs
{
	margin-left: auto;
	margin-right: auto;
	width: 815px;
	background-color: #ffdc00;
	text-transform: uppercase;
	font-size: 9pt;
	padding: 5px 72px 5px 72px;
	clear: both;
}

#breadcrumbs a
{
	color: #000000;
}

#home
{
	background: url(../pix/org-logo.png) no-repeat center center scroll;
	width: 78px;
	height: 100%;
	display: block;
	float: left;
}

span.disabled
{
	color: #cccccc;
}

body .content
{
	margin-top: 40px;
	border-bottom: 40px solid #ffffff;
}

.bottomDash
{
	padding-bottom: 40px;
	padding-top: 40px;
	border-bottom: 1px solid #e2e2e2;
}

body #menu
{
	padding-bottom: 14px;
	padding-top: 14px;
	border-bottom: 1px solid #e2e2e2;
	height: 97px;
}

#menu ul
{
	font-size: 13pt;
	font-weight: bold;
	list-style: none;
	border-right: 1px solid #e2e2e2;
	float: left;
}

#menu ul li
{
}

#menu ul .subtitle
{
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	display: block;
	/*
	position: absolute;
	top: 24pt;
	left: 0;*/
	text-align: left;
	margin-bottom: -12pt;
}


#menu ul.last
{
	border-right: none;
	margin-right: -10px;
}


#menu ul li
{
	padding: 16px 0 16px 0;
	margin: 0 10px 0 10px;
	text-align: center;
}

#menu ul li.top
{
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 0 22px 0;
}

#navlinks
{
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 9pt;
	font-size: 9pt;
}

#navlinks li
{
	float: left;
	margin-right: 12px;
}

#lang
{
	list-style: none;
	float: right;
	width: 300px;
	margin-right: 0;
	margin-left: 12px;
}

#lang li
{
	float: right;
	text-transform: uppercase;
	margin-right: 0;
	margin-left: 12px;
}

#bottomnav
{
	font-size: 9pt;
	height: 1%;
	padding: 40px 0 10px 0;
	border-top:	1px solid #e2e2e2;
}

.topics
{
	padding: 40px 0 40px 0;
	border-top:	1px solid #e2e2e2;
}

#bottomnav.banner
{
	background: url(../pix/banner.jpg) no-repeat 0 40px scroll;
	padding: 160px 0 10px 0;
}

#bottomnav div
{
}

#bottomnav a
{
	color: #000000;
}

#topics li
{
	list-style: none;
	float: left;
	font-size: 12pt;
	margin-right: 60px;
}

.inverse
{
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
	padding: 2px;
}

#topics li ul
{
	margin-top: 4px;
}

#topics li ul a
{
	padding: 2px;
}

#topics li ul li
{
	float: none;
	font-size: 11pt;
	margin-right: 0;
}

#topics a:hover
{
	background-color: #ffdc00;
	text-decoration: none;
}

.submenu
{
	width: 215px;
	margin-right: 15px;
	position: absolute;
	left: 0;
}

.submenu a:hover
{
	color: #002bff;
}

#content
{
	position: relative;
	background: url(../pix/skyscraper.jpg) no-repeat;
}

.content #text
{
	border-left: 1px solid #e2e2e2;
	margin-left: 230px;
	padding-left: 15px;
	position: relative;
}
.content #text p
{
	font-size: 12pt;
	line-height: 14pt;
/*	width: 550px;*/
	display: table;
	zoom: 1;
	clear: left;
}

.content #text div p
{
	clear: none;
}

.content #text .image
{
	padding: 5px;
	margin-bottom: 20px;
	background: #f2f2f2;
	font-size: 9pt;
	float: left;
}

.content #text .image img
{
	margin: 0 0 5px 0;
	float: none;
	display: block;
}

.content #text .nobg 
{
	padding: 0;
	background: #ffffff;
}

.content #text #bottomPager
{
	width: 65%;
	clear: left;
}

.content #text #bottomPager div
{
	clear: none;
}


.content #text #topPager div
{
	margin-bottom: 20px;
}


.content #text div
{
	clear: both;
}

.content #text img
{
	margin: 0 10px 15px 0;
	float: left;
	clear: left;
	display: table;
}


.content #text ul
{
	font-size: 12pt;
	margin: 0 0 1em 1em;
}

.content #text ul li
{
	float: none;
}

.content #text h2
{
	font-size: 14pt;
	margin-bottom: 1em;
}


.content .submenu h1
{
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 40px;
	background: #ffffff;
	text-transform: uppercase;
}

.submenu ul
{
	list-style: none;
	background: #ffffff;
	padding-bottom: 40px;
	font-size: 12pt;
	line-height: 14pt;
}

.content #text h1
{
	font-size: 18pt;
	font-weight: bold;
	padding-bottom: 40px;
}

.content #text hr
{
	clear: both;
	padding: 10px 0 0 0;
	margin-bottom: 20px;
	border: none;
	border-bottom: 1px solid #e2e2e2;
	height: 1px;
}

.content #text .contact
{
	border: 1px solid #e2e2e2;
	width: 350px;
/*	margin-left: auto;
	margin-right: auto;*/
}

.content #text .contact h2
{
	font-size: 12pt;
	font-weight: bold;
	background-color: #e2e2e2;
	padding: 3px 10px 3px 10px;
}

.content #text .contact h3
{
	font-size: 11pt;
}

.content #text .contact p
{
	font-size: 10pt;
	margin: 10px;
}

.content #text .contact img
{
	margin-left: 10px;
}




.hidden {display: none;}
