/* CSS Document */

body {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;
	font-size: medium;
	font-style: normal;
}
/* wrapper */
#wrapper {
	width: 780px;
	background-color:#FFFFFF;
	margin:10px auto;
	border: 0px;
	text-align:left;
	background-repeat: repeat-y;
	background-image: url(../images_bu/bg_mgtl.jpg);
	height: 700px;
	background-position: left;
}

/* banner*/
#banner {
	height: 80px;
	width: 780px;
	background-image: url(../images_bu/bnr_logo.gif);
	background-repeat: no-repeat;
	background-position: 363px;
	position: inherit;
	padding-bottom: 0px;
	display: block;
	margin-bottom: 15px;
}

#spanBanner {
	height: 80px;
	width: 780px;
	background-image: url(../images_bu/whspan_logo.gif);
	background-repeat: no-repeat;
	background-position: 320px;
	position: inherit;
	display: block;
	margin-bottom: 15px;
}

#usBanner {
	height: 80px;
	width: 780px;
	background-image: url(../images_bu/whusa_logo.gif);
	background-repeat: no-repeat;
	background-position: 320px;
	position: inherit;
	display: block;
	margin-bottom: 15px;
	}
	
#calBanner {
	height: 80px;
	width: 780px;
	background-image: url(../images_bu/whcal_logo.gif);
	background-repeat: no-repeat;
	background-position: 320px;
	position: inherit;
	display: block;
	margin-bottom: 15px;
	}
	
#wrldBanner {
	height: 80px;
	width: 780px;
	background-image: url(../images_bu/whworld_logo.gif);
	background-repeat: no-repeat;
	background-position: 320px;
	position: inherit;
	display: block;
	margin-bottom: 15px;
	}
	
 
 #columnRight {
	float: right;
	background-color: transparent;
	border: none;
	height: auto;
	width: 620px;
	clear: left;
	top: 120px;
	position: inherit;
  }

#columnLeft {
 float: left;
 width: 150px
 
 }
/* navbar */

#navsite p {
display: none;
}

#navsite {
 position: absolute;
 top: 0;
 font-family:Verdana, "Trebuchet MS", Geneva;
 font-size: 0.9em;
 font-weight: bold;
 width: 10.3em;
 border-right: 1px solid #666;
 padding: 0;
 margin-bottom: 1em;
 background-color: #2b06Ac; /* blue */
 color: #333}
 
#navsite ul {
 list-style: none;
 margin: 0;
 padding: 0;
 }
 
#navsite ul li {
 margin: 0;
 border-top: 0px solid #003;
 }
 
 #navsite ul li a {
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 8px solid #beb4ff;
	border-right: 1px solid #69c;
	border-bottom: 0px solid #003;
	background-color: #2B06AC;
	color: #fff;
	text-decoration: none;
	width: 89%;
	margin-top: 5px;
	margin-bottom: 5px;
  }
  
 html> body #navsite ul li a{
 width: auto 
 }
 
 #navsite ul li a:hover, #navsite .current a {
  border-left: 8px solid #ffcc33;
  border-right: 1px solid #ffcc66;
  border-bottom: 0px solid #369;
  background-color: #666699;
  color: #fff;
  }

.year {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	}
.issue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	}
	
.topic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	}
	
.bio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
}