/* -------------------------
Boustred sheet for IE browsers
---------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
#busbody {
	background-color: black; 
	width: 100%;
	margin: 0 auto;
	font: Tahoma;
	text-align: center;
	} 
#fwrapper2col {
	text-align: center;
	margin: auto;
	width: 780px;
	height: 700px;
	background-color: #b2d6de;
}
#topbar {
	background-color:  inherit;
	float: left;
	width: 780px;
	height: 100px;
	color: #526063;
}	
#sidecontent {
	float: left;
	width: 200px;
	margin-left: 0px;
	background-color: inherit;
	height: 541px;
}
#html1logo {
	height: 40px;
	padding-top: 250px;
	vertical-align: bottom;
	width: 90%;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul a {
	display: block;
	width: 175px;
	height: 35px;
	line-height: 35px;
	color: #000;
	text-decoration: none;
	background: url(../images/nav-bkd2.gif) no-repeat left center; 
	text-indent: 15px;
	border-bottom: thin Black;
}
a:hover, .selected a {
	background-position: right bottom;
	color: Fuchsia;
}
li {
	text-align: left;
	margin-left: 0px;
	}  
#fwrapper2col #col2 {
	float: left;
	width: 580px;
	height: 560px;
	background-image: url(../images/pagebkgrd-mask-1.gif);
	background-repeat: no-repeat;
}
#col2 {
	text-align: center;
	width: 580px;
}
#text-single {
	padding: 15px;
	text-align: justify;
	width: 480px;
	height: 470px;
	overflow: auto;
	float: right;
	font-size: .8em;
}
#textcent {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}
#footer {
	width: 780px;
	height: 10px;
	background-color: #b2d6de;
	font-size: 10px;
}
#fwrapper3col {
	text-align: center;
	margin: auto;
	width: 780px;
	height: 700px;
	background-color: #b2d6de;
}
#primarycontent {
	float: left;
	width: 329px;
	background-color: inherit; 
}
#secondarycontent {
	float: right;
	width: 251px;
	height: 540px;
	background-color: white;
}
.secondary-text {
	padding: -5px 10px 20px 10px;
	/*background-color: #b2d6de;*/
	background-color: White;
	text-align: center;
	font-size: 1.2em;
}

