html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
	height: 100%;
	margin-bottom: 1px;
    background: #fff;
}
img {border: 0px; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #356135;
	background-color: #FFFFFF;
	background-image:url(images/main-bg.gif);
	background-repeat:repeat;
	margin: 0px auto 0px auto;;
}
h1 {
	font-size: 175%;
	color: #f2a114;
	font-weight:100;
}
h2 {
	font-size: 125%;
	color: #356735;
}
h3 {
	font-size: 120%;
	color: #f2a114;
}
h4 {
	font-size: 80px;
	color: #F2A114;
}
.textcentre {text-align:center; }
#container {
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px;
	width: 750px;
	margin: 0px auto 0px auto;;
}
#top {
	background-image: url(images/pbfc_logo.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 750px;
}
#desktop {
	border-left: 2px solid #c1d1c1;
	background-image:url(images/right_bkg.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#main {
	float: left;
	width: 545px;
	text-align:left;
	padding: 10px;
	vertical-align:top;
}
#right {
	float: right;
	width: 178px;
	background-color: #c1d1c1;
	font-size: 120%;
}
#bottom {
	background-image: url(images/bottom_bar.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
}
.star ul {
	list-style-type: none;
	padding: 0;
	margin-left: 1em; 
}
.star li {
	background-image: url(images/star_on_white.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 2em;
	margin: 1em 0;
	list-style-type:none;
}
.star2 ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}
.star2 li {
	background-image: url(images/star_on_white.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding:0 0 0 2.5em;
	margin: 0 0 0 -4em;
	list-style-type:none;
}

/* --LINKS-- */

a:link {
	text-decoration: underline;
	color:#F2A215;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color:#F2A215;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color:#356135;
	font-weight:bold;
}
a:active {
	text-decoration: underline;
	color:#F2A215;
	font-weight:bold;
}
a.sponsor:link {  color: #356135;  font-weight: bold; text-decoration: none; }
a.sponsor:visited { color: #356135;  font-weight: bold; text-decoration: none; }
a.sponsor:hover { color: #F2A215;  font-weight: bold; text-decoration: underline; }


#menubox { 
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	background-image:url(images/menu_up.jpg);
	text-align:left;
	height:30px;
}
#menubox ul {
	margin: 0px;
	padding: 0px;
	background-image:url(images/menu_up.jpg);
	width: 100%;
}
#menubox ul li {
	display: inline;
}
#menubox ul li a {
	padding: 6px 12px 6px 12px; 
	background-image:url(images/menu_up.jpg);
	border-right: #e8e9eb solid 2px;
	color: #ffffff;
	text-decoration:none;
	float:left;
}
#menubox ul li a:hover, #menubox .active {
	background-image:url(images/menu_over.jpg);
	color: #ffffff;
}
