@charset "utf-8";
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(/images/bgn.jpg);
	background-color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

#container {
	background-image: url(/images/site_07.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	width: 760px;
	margin: 0 auto; 
	text-align: left;

} 

#header {
	background-image: url(/images/site_01.jpg);
	height: 82px;
	width: 760px;
} 

#sidebar1 {
	float: left;
	width: 130px;
	padding-left: 20px;
	padding-top: 20px;
}

#sidebar1 ul {
	margin:0;
	padding:0;
}
#sidebar1 li {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar1 a{
	display:block;
	height:20px;
	width:130px;
	line-height:20px;
	text-indent: 10px;
	background-image:url(images/nav_bg_o.jpg);
	margin-top: 2px;
	font-size:12px;
	font-weight:bold;
	color:#996600;
}
#sidebar1 a:hover{
	background-image:url(images/nav_bg_h.jpg);
	color:#993300;
}
#mainContent {
	margin-left: 160px;

} 

#footer {
	height: 175px;
	padding: 0 20px 0 150px;
	background-image: url(images/site_08.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
} 

.innertube {
	margin-left: 20px;
	margin-right: 40px;

}


.tblSyl {
	border: 5px solid #FFFF00;
}

a:link,a:active,a:visited {
	color : #FF0000;
	text-decoration: none;
}
a:hover		{ text-decoration: underline; color : #FF6600; }
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;	
}
h3 {
	font-size: 14px;	
}
.navTd {
	width: 135px;
	vertical-align: top;
	padding-top: 15px;
	padding-left: 30px;
	font-weight: bold;
	line-height: 30px;
}
.tblBg {
	background-image: url(images/site_bg_02.jpg);
}
p {
	font-size: 11px;
}

table {
	font-size: 11px;
}

.navTd {
	width: 150px;
	padding-left: 30px;
	font-weight: bold;
	height: 26px;
	background-image: url(/images/fpbdsite_nav.jpg);
	padding-top: 6px;


}
table {
	font-size: 11px;
}


h1 {
	font-size: 14px;
	color: #663300;

}
.navTable {
	margin-top: 10px;

}
.Header {
	background-image: url(/images/site_01.jpg);
	height: 82px;
	width: 760px;
	text-align: right;
	padding-top: 50px;
	padding-right: 20px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333333;
	font-size: 12px;




}
.content {
	padding: 10px 25px 25px;


}
.featureTop {
	background-color: #FF9900;
	background-image: url(/images/feature_top.jpg);
}


.imgleft {
	padding-right: 10px;
	float: left;
}

.imgright {
	padding-left: 10px;
	float: right;
}
.clr {
	clear:both;
}	