/*****************************
 * Border - header
 *****************************/
 
#header{
	display:block;
	margin: 0em; 
	padding: 0em;	
}

#header div{
	padding: 0em;
	margin-bottom: 2em;
}

div.headerLogo{
	display: block;
	float: left; 
	background: #eeeeee;
	background-image: url("../media/www2_header_background.png");
	width:100%;
	height:105px;
}

div.headerTopRight{
	float: right;
	clear: right;
	width: 865px
}

div.headerMenu{
	/*background: url("../media/upperNav_menubg.gif") repeat-x;*/
	width: 865px;
	float: right;
	height: 36px;
	margin-top: 68px;
}

/*****************************
 * Border - footer
 *****************************/
.footer{
	padding: 1.2em 0em 0em 0em;
	margin: 1.2em 0em 0em 0em;
	clear:both;
	width:100%;
}

.footnote{
	font:"Trebuchet MS", Verdana, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: 550;	
	color: #003399;
}

.footnoteText, .footnoteTextTop{
	padding-left:.5em;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	padding-bottom:.5em;
	text-align:center;
}

.footnoteTextTop{
	color:#000000;
	text-align:left;
}

.footerNav   {
    height: 35px;
	/*background: #eeeeee;*/
	background-image: url("../media/bottom_bar.gif");
	background-repeat:repeat-x;
	vertical-align:middle;
	text-align:center;
	clear:left;
} 

ul.footerNav   {
   	margin: 0px 0px 0px 0px;
	list-style: none;
	width: 850px;
}  
  
ul.footerNav li {
	float: left;
	margin-top:1.2em; 
	padding-left:3px; 
	padding-right:3px;
	vertical-align:middle;
	/*margin-bottom:-3px;  */
}

ul.footerNav li a {
	font-size:8pt;
	font: sans-serif;
	vertical-align:middle;
	text-align:center;
	color:#336699;
	font-style:normal;
	font-weight:500;
	text-decoration: none;
}

ul.footerNav li a:hover {
	color: #8b0000;
}
	
/*ul.footerNav li a span {
    color:#336699;
	float: left;
	text-align:center;
	display: block;
	cursor:pointer;
	padding-bottom: 2px; next 3 are 2px;
}*/