/* Copyright 2004 - 2006 - All Rights Reserved - Thierry Koblentz - www.TJKDesign.com */
#outer_wrapper {
	/* because "min-width" is not supported by IE, these pages use a script from PVII */
min-width:740px;
	/* this is to "minimize" an IE bug related to background painting, but because it creates a gap below the footer, the same declaration is also added to #footer */
width:100%
}
#wrapper {
	/* faux-column technique, this is the right one */
background:url(right.gif) repeat-y right;
	width: 782px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	/* this is to "give layout" to the element and fix some peek-a-boo bug in  IE (v6 sp2) */
width:100%;
	height: 153px;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
float:left;
width:100%;
/* IE doubles the margins on floats, this takes care of the problem */
display:inline;
/* this is where Ryan Brill (author of the ALA's article) and I go in "opposite directions" */
margin-left:-200px
}
/* good to know: if #sidebar is to be shorter than #main, then there is no need for this rule */
#sidebar {
/* this is to keep the content of #sidebar to the right of #main even if the content of "main is shorter */
padding-left:100%;
/* this is to "bring back" the #sidebar that has been moved out of the viewport because of the padding value */
margin-left:-200px
}
#sidebar p {
/* this is to make sure IE (v6 sp2) *displays* this element (same problem as #header, but using a different fix) */
position:relative
}
#footer {
	/* see #outer_wrapper  */
width:765px;
	/* this is to clear #container */
clear:both;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-color: #b0b0b0;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color: #CC6633;
	text-decoration: none;
}
/* this is the class that is applied to 2 structural hacks in the markup. The first "meaningless" element is used to clear #left in NN6 and the last one is used to clear #container in NN4 */
.clearing {
	height:30px;
	clear:both
}
#upper_menu {
	background-image: url(images/top_menu_bg.jpg);
	height: 51px;
	width: 100%;
}
#upper_menu ul {
	height: 38px;
	width: 765px;
	list-style-type: none;
	white-space: nowrap;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 44px;
}
#upper_menu li {
	display: block;
	height: 38px;
	width: 153px;
	float: left;
	background-image: url(images/button_bg_dark.jpg);
}
#upper_menu li a {
	color: #FFFFFF;
	text-decoration: none;
}
#upper_menu li a:hover {
	color: #666666;
	background-image: url(images/button_bg_light.jpg);
	display: block;
	height: 38px;
}
#upper_menu #navlist a {
	color: #FFFFFF;
	text-decoration: none;
}
#upper_menu #navlist a:hover {
	background-image: url(images/button_bg_light.jpg);
	display: block;
	height: 38px;
	color: #666666;
}
#active a:link, #active a:visited, #active a:hover {
	background-image: url(images/button_bg_light.jpg);
	display: block;
	color: #666666;
	height: 38px;
}
#splash_picture {
	height: 253px;
	width: 767px;
	margin-right: auto;
	margin-left: auto;
}
#secondary_meu {
	height: 54px;
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
}
#9_pixel_pad {
	height: 9px;
	width: 100%;
}
#secondary_meu #navlist ul {
	white-space: nowrap;
	padding: 0px;
	height: 45px;
	width: 764px;
	margin-right: auto;
	margin-left: auto;
}
#secondary_meu #navlist li {
}
#contentfloatholder {/* right faux column tab */
	float: left;
	width: 100%;
	background-image: url(images/expo_bg.jpg);
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
		height: 0px;
    clear: both; 
    visibility: hidden;
}

#center {
	margin-top: 16;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 186px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 589px;
}

#centerwrap {
	float:left;
	width: 100%;
	margin-top: 0;
	margin-right: -95%;
	margin-bottom: 0;
	margin-left: 0;
}

#left {
	float:left;
	width: 152px;
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -5%;
}
#left_menu {
	background-color: #CCCCCC;
}
.left_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	width: 152px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 8px;
}
.hot_topics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	line-height: 24px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.hot_topics_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	margin-right: 6px;
	margin-left: 6px;
}
.hot_topics_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	position: relative;
	margin-right: 6px;
	margin-left: 6px;
}
.left_menu ul {
	margin: 0px;
	padding: 0px;
	left: 0px;
}
.left_menu li {
	left: 0px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style-type: none;
}
.left_menu a {
	color: #0A70B8;
	text-decoration: none;
}
.left_menu a:hover {
	color: #EA204C;
}

#right {
	float:right;
	width: 184px;
	margin: 0;
	background-color: #003366;
	height: 304px;
}
.page_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC6633;
}
#left_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	margin-left: 6px;
	font-weight: bold;
}
#left_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}
#page_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC6633;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.body_text ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.body_text li {
	font-size: 12px;
	line-height: 18px;
}
#left_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-right: 6px;
	margin-left: 6px;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.welcome_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF99;
	font-size: 12px;
}

