@import url(popup.css);
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #e5e5e5;
	/*background-color: #ffffff;*/
}

/* IE6 hack (horizontal scrollbar)
----------------------------------*/
html {overflow-x:hidden;}
/*body {margin-right:28px;}*/

p {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 150%;
}
h2 {
	margin-left: -20px;
}
h2, h3 {
	margin-top: 0px;
	margin-bottom: 14px;
	padding: 0px 0px 15px 0px;
	line-height: 120%;
	font-size: 12px;
	background: url(img/line_h_dotted_h2.gif) no-repeat left bottom;
}
h2 b {
	display: block;
	background: url(img/arrow_orange.gif) no-repeat 0px 5px;
	padding: 0px 0px 0px 20px;
}
h3 {
	font-size: 12px;
	background: url(img/line_h_dotted.gif) no-repeat left bottom;
}
h3.topSpace {
	margin-top: 30px;
}

.orange {
	color: #ff9900;
}
a, a:link, a:hover, a:active, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 1px 0px 1px 0px;
}
input.submit {
	border: 0px none #999999;
	margin-top: 0px;
	color: #ffffff;
	background-color: #666666;
	padding: 3px 5px 3px 5px;
}
input.medium {
	width: 189px;
}
input.large, textarea.large {
	width: 398px;
}
textarea.large {
	height: 70px;
}
input.clear {
	margin: 0;
	padding: 0;
	border: 0px none #999999;
}

.right {float: right;}
.left {float: left;}
.spacer {clear: both; font-size: 2px; line-height: 2px;}
.clear {clear: both;}
.normal {font-weight: normal; text-transform: none;}

/* top, head
----------------------------------*/
#page {
	background: #ffffff url(img/bg_top.gif) no-repeat center top;
	text-align: center;
}
#head {
	position: relative;
	margin: 0px auto 0px auto;
	width: 860px;
	height: 79px;
}
#logo, #nav {
	position: absolute;
	z-index: 2;
}
#logo {
	position: absolute;
	left: 10px;
	top: 21px;
}

/* navigation top
----------------------------------*/
#nav {
	top: 49px;
	right: 0px;
	width: 504px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}
#nav a, #nav a:link, #nav a:hover, #nav a:active, #nav a:visited {
	/*display: block;
	background-color: #d8e4f1;
	float: left;
	border-bottom: 5px solid #d8e4f1;*/
}
/** html #nav a {
  width:1%;
}*/
#nav a:hover, #nav a.active, #nav a.active:link, #nav a.active:hover, #nav a.active:active, #nav a.active:visited {
	/*border-bottom: 5px solid #ff9900;
	background-color: #ff9900;*/
}
#flashHead {
	/*position: relative;*/
	width: 100%;
	padding-top: 9px;
	border-top: 1px solid #cccccc;
	z-index: 1;
}

/* main
----------------------------------*/
#main {
	/*position: relative;*/
	background: url(img/bg_h1.gif) repeat-x 0px 42px;
}
#cols {
	margin-left: auto;
	margin-right: auto;
	width: 880px;
}
.h1 {
	height: 42px;
	border-bottom: 1px solid #666666;
}
h1 {
	margin: 20px 0px 0px 0px;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
}
h1 b {
	color: #ff9900;
	font-weight: normal;
}
.colLeft .h1 {
	margin-left: 10px;
	text-align: left;
	border-bottom: 4px solid #cccccc;
}
.colRight .h1 {
	text-align: right;
	border-bottom: 4px solid #cccccc;
}
.colLeft h1 {padding-left: 10px; float: left;}
.colRight h1 {padding-right: 10px;}

.colLeft {
	width: 340px;
	float: left;
}
.colRight {
	width: 530px;
	float: left;
}
.content {
	padding: 20px 0px 10px 0px;
	text-align: left;
}
.content .lineTop {
	background: url(img/line_h_dotted.gif) repeat-x left top;
}
.content p.lineBottom {
	background: url(img/line_h_dotted.gif) repeat-x left bottom;
	padding-bottom: 15px;
}
.colRight .content {
	padding: 20px 0px 10px 20px;
	text-align: left;
}
.colRight a, .colRight a:link, .colRight a:hover, .colRight a:active, .colRight a:visited {
	color: #ff9900;
	text-decoration: underline;
}
.colRight a.back, .colRight a.back:link, .colRight a.back:hover, .colRight a.back:active, .colRight a.back:visited {
	color: #666666;
	text-decoration: none;
	padding-left: 13px;
	background: url(img/arrow_grey_left.gif) no-repeat 0px 4px;
}
.colRight a.next, .colRight a.next:link, .colRight a.next:hover, .colRight a.next:active, .colRight a.next:visited {
	color: #666666;
	text-decoration: none;
	padding-left: 13px;
	background: url(img/arrow_grey.gif) no-repeat 0px 4px;
}
.content ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.colRight ul {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
.colRight ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	line-height: 150%;
}
.colRight ul.news li {
	list-style-type: none;
	/*list-style-image:url(img/li_square.gif);*/
	background: url(img/bg_li_news.gif) no-repeat 0px 5px;
	margin: 0px 0px 0px -20px;
	padding: 0px 0px 0px 15px;
	line-height: 150%;
	text-align: left;
	height: 45px;
}
.colRight ul.news a, .colRight ul.news a:link, .colRight ul.news a:hover, .colRight ul.news a:active, .colRight ul.news a:visited {
	display: block;
	background: url(img/bg_li_stripe.gif) no-repeat 0px 4px;
	width: 515px;
	color: #666666;
	text-decoration: none;
}
.colRight ul.news a:hover {
	color: #ff9900;
}
.colRight ul.news a.empty:hover {
	color: #666666;
	cursor: default;
}
.colRight ul.news li strong {
	background-color: #ffffff;
	margin-left: 0px;
	padding-right: 10px;
	text-transform: uppercase;
}
.colRight .content li {
	list-style-type: none;
	/*list-style-image:url(img/li_square.gif);*/
	background: url(img/arrow_grey.gif) no-repeat 0px 5px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	line-height: 150%;
}
.colRight ul.news .content li {
	background: url(img/bg_li_news.gif) no-repeat 0px 5px;
}
.colRight .content table li {
	margin: 0px 0px 0px 0px;
}
.colLeft .content li {
	list-style-type: none;
	margin: 0px 30px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 150%;
	text-align: left;
}
.colLeft .content li a {
	display: block;
	width: 290px;
}
.colLeft .content li span {
	background-color: #ffffff;
	margin-left: 20px;
	padding-right: 10px;
}
.colLeft .content li.active a {
	background: url(img/bg_li_stripe.gif) no-repeat 0px 4px;
	font-weight: bold;
}
.colLeft .content li a:hover {
	background: url(img/bg_li_stripe.gif) no-repeat 0px 4px;
	color: #666666;
}
.colLeft .content li li {
	margin: 0px 30px 2px 0px;
}
.colLeft .content li li a {
	display: block;
	width: 270px;
	background: none;
}
.colLeft .content li li a:hover {
	background: url(img/arrow_grey.gif) no-repeat 0px 4px;
	color: #666666;
}
.colLeft .content #nA-Z {
	padding-bottom: 15px;
}
.colRight .content p, .colRight .content table {
	margin: 0px 0px 15px 0px;
	line-height: 150%;
}
.colRight .content table p {
	margin-left: 0px;
}
.colRight .content .lineTop {
	padding-top: 15px;
}
.colRight .content td {
	padding-top: 3px;
}
.colRight .content p.fotos {
	/*background-color: #f0f0f0;*/
}
.colRight .content p.fotos img {
	margin: 0px 1px 10px 0px;
}


/* bottom
----------------------------------*/
#bottom {
	width: 860px;
	margin: 0px auto 0px auto;
	text-align: right;
	clear: both;
}
#bottom div {
	margin-left: 340px;
	height: 22px;
	border-bottom: 5px solid #666666;
}
#footer {
	margin: 0px auto 0px auto;
	padding: 12px 0px 20px 0px;
	width: 860px;
	font-size: 11px;
	line-height: 150%;
}
#footerLeft {
	width: 340px;
	float: left;
}
#footerCenter {
	width: 300px;
	float: left;
	text-align: left;
}
#footerRight {
	width: 220px;
	float: left;
	text-align: right;
}
#print {
	margin-left: 0px;
	padding-left: 18px;
	background: url(img/icon_print.gif) no-repeat 0px 0px;
}
#print:hover {background: url(img/icon_print2.gif) no-repeat 0px 0px;}

#rss {
	margin-left: 10px;
	padding-left: 18px;
	background: url(img/icon_rss.gif) no-repeat 0px 0px;
}
#rss:hover {background: url(img/icon_rss2.gif) no-repeat 0px 0px;}

#podcast {
	margin-left: 10px;
	padding-left: 18px;
	background: url(img/icon_podcast.gif) no-repeat 0px 0px;
}
#podcast:hover {background: url(img/icon_podcast2.gif) no-repeat 0px 0px;}

#speaker {
	padding-left: 11px;
	background: url(img/speaker.gif) no-repeat 1px 2px;
}
