{
	padding: 0;
	margin:  30;
	border: 0;
}
body, html {
	color: #ffffff;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background-color: #ffffff;
	height: 100%;
}

#what h1 {
      font-weight: bold;
      
}

#who h1 {
      font-weight: bold;
}

#header {
	left: 150px;
	position: relative;
	margin: 30px;
}

#outercontent {
	width: 780px;
	left: 50%;
	margin-left: -390px;
	position: relative;
}



#leftblock {
	background-color: #ff9600;
	font-family: sans-serif;
	font-size: 12pt;
	color: #ffffff;
	width: 190px;
	text-align: right;
	padding: 10px;
	float: left;
}

#menu {
	font-size: 11pt;
	color: #ffffff;
}
#menu li {
    list-style: none;
    font-variant: small-caps;
}

#menu li a {
    color: #fff;
    text-decoration: none;
}

#menu li.selected
{
    font-weight: bold;
}

#languagechooser {
    border: 1px solid #ee8500;
    font-variant: small-caps;
    margin-top: 40px;
    padding-right: 10px;
}

#languagechooser a
{
    color: #fff;
    text-decoration: none;
}

#languagechooser a.current
{
    font-weight: bold;
}


#innercontent {
	background-color: #a1a1a1;
	font-family: sans-serif;
	font-size: 12pt;
	color: #eee;
	width: 480px;
	text-align: left;
	padding: 40px;
	float: right;
}

#innercontent a:link, #innercontent a:visited {
	color:#ffffff;
	border-bottom: 1px solid #a1a1a1;
	text-decoration: none;
	border-bottom: 1px solid #ff9600;
}

#innercontent a:hover {
	color: #fff;
	background-color: #ff9600;
	text-decoration: none;
}

#innercontent h1
{
    text-color: #fff;
    border-bottom: 1px solid #909090;
}

#breadcrumb {
    border-top: 1px solid #909090;
}

#breadcrumb li {
    list-style: none;
    font-variant: small-caps;
    font-size: 10pt;
    display: inline;
    color: #eee;
}

#breadcrumb li a {
    color: #eee;
}














#what {
	background-color: #ff9600;
	font-family: sans-serif;
	font-size: 14pt;
	color: #ffffff;
	width: 300px;
	text-align: right;
	padding: 40px;
	float: left;
}

#who {
	background-color: #a1a1a1;
	font-family: sans-serif;
	font-size: 14pt;
	color: #ffffff;
	width: 300px;
	text-align: left;
	padding: 40px;
	float: right;
}
#what_text {
    padding: 20px;
}
#who_text {
}


#what a:link, #what a:visited {
	color:#ffffff;
	text-decoration: none;
	border-bottom: 1px solid #a1a1a1;
}
#what a:hover {
	color: #FFFFFF;
	background-color: #a1a1a1;
	text-decoration: none;
}

#who a:link, #who a:visited {
	color:#ffffff;
	border-bottom: 1px solid #a1a1a1;
	text-decoration: none;
	border-bottom: 1px solid #ff9600;
}

#who a:hover {
	color: #FFFFFF;
	background-color: #ff9600;
	text-decoration: none;
}


