/* Global font styles */
/* body,h1,img {padding:0; margin:0; border:0; } */
body {
	padding:0;
	margin:0;
	border:0;
	color: #1F1F2F		  ;
	background-color: #FFF0E0 ;
}

img {
	padding:0;
	margin:0;
	border:0;
}

h1 {
	font-family: comic sans ms	;
	font-size:230%			;
	font-weight:300			;
	margin-top: 10px		;
	margin-bottom: 6px		;
	margin-left: 0px		;
	margin-right: 0px		;
	text-align: center		;
}

h2 {
	font-family: Times, serif	;
	font-size:150%			;
	font-style:italic		;
	margin-top: -10px		;
	margin-bottom: 0px	;
}

h3 {
	font-family: Times, serif	;
	font-size:150%				;
	margin-top: 0px				;
	margin-bottom: 10px			;
	margin-left: 20px;
}


span.dropcap {
	float: left		;
	color: #0000FF		;
	font-size: 60px		;
	line-height: 70%	;
	padding-bottom: 10px	;
	font-family: Times, serif;
}

p {
	font-size: 100%			;
	font-family: Times, serif	;
	text-indent: 0			;
	display: block			;
	margin-top: 0px			;
	margin-bottom: 20px		;
	margin-left: 20px		;
	margin-right: 20px		;
/*	line-height: 18px		; */
}

li {
	font-size:20px			;
	font-weight: bold		;
	font-family: Times, serif	;
	margin-bottom: 0px		;
	color: #4000BF
}

/* my initials in blue comic italic */
span.pbs-initials {
	font-family: comic sans ms	;
	font-size:250%			;
	font-weight:900		;
	margin-top: 10px		;
	margin-bottom: 6px	;
	margin-left: 0px		;
	margin-right: 0px		;
	text-align: left		;
	font-style: italic	;
	color: #0000FF			;
}

/* Row divisions across the page */
#pbs-banner {
	position:relative;
	margin-bottom:8px; 
	margin-top:10px;
	margin-right: 8px;
	margin-left: 4px;
	border: 0px; /* solid 1px red;  0 when debugging is done  */
	overflow:hidden; /* visible; */
/*	width:99.8%; */
	vertical-align: bottom; /*baseline; */
	clear:both;
	height:auto;
	text-align:center;
}

#pbs-banner-leftj {
	position:relative;
	margin-bottom:8px; 
	margin-top:10px;
	margin-right: 10px;
	margin-left: 10px;
	border:0; /* solid 1px red; 0 when debugging is done  */
	overflow:hidden; /* visible; */
	width:99.8%;
	vertical-align:baseline;
	clear:both;
	height:auto;
	text-align:left;
}

#pbs-banner-leftj h1 {
	font-family: comic sans ms	;
	font-size:250%			;
	font-weight:300			;
	margin-top: 0px		;
	margin-bottom: 0px		;
}

.left10 {
	float: left;
	width: 9.9%;
}

.left18 {
	float: left;
	width: 18%;
}

.right18 {
	float: right;
	width: 18%;
}

.left25 {
	float: left;
	width: 24.9%;
}

.right25 {
	float: right;
	width: 24.9%;
}

.left33 {
	float: left;
	width: 33.2%;
}

.right33 {
	float: right;
	width: 33.2%;
}

.left50 {
	float: left;
	width: 49.9%;
}

.left57 {
	float: left;
	width: 56.8%;
}

.left64 {
	float: left;
	width: 63.8%;
}

.left66 {
	float: left;
	width: 66.5%;
}

.left75 {
	float: left;
	width: 74.9%;
}

.right75 {
	float: right;
	width: 74.9%;
}

.left90 {
	float: left;
	width: 89.9%;
}

.fullrow {
	float: right;
	clear: both;
	width: 99.9%;
}

/* Banner menu */
#pbs-menu {
	display: block;
	align: center;
	text-align: right;
	vertical-align: middle;
	border: none;
	border-top: 1px solid brown;
	border-bottom: 1px solid brown;
	height: auto;
	width: 97%;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 20px;
	line-height: 100%	;
}

#pbs-menu ul{
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	padding: 0px;
}

#pbs-menu ul li{
	list-style: none;
	display: inline;
}

#pbs-menu ul li a{
	padding: 2px 0px;
	margin-right: 8px;
	font-size: 120%			 ;
	font-weight: 800		 ;
	text-decoration: none;
	float: left;
	color: black;
	background-color: #A0E0FF;
	border: 2px solid #A0E0FF;
}

#pbs-menu ul li a:hover{
	background-color: #FFE271;
	border-style: outset;
}

#pbs-menu ul li a:active{ 
	border-style: inset;

a.glow:link {
	font-size: 20px		;
	font-weight: bold	;
	color: #0000EE		;
	line-height: 26px	;
	padding-left: 4px	;
	padding-right: 4px	;
	padding-top: 0px	;
	padding-bottom: 0px	;
	width: 100%		;
	text-decoration: none	;
	text-align: center	;
	background-color: #00EEFF
 }

a.glow:visited {
	font-size: 20px		;
	font-weight: bold	;
	color: #0000EE		;
	line-height: 26px	;
	padding-left: 4px	;
	padding-right: 4px	;
	padding-top: 0px	;
	padding-bottom: 0px	;
	width: 100%		;
	text-decoration: none	;
	text-align: center	;
	background-color: #00EEFF
}

a.glow:hover {
	background-color: #FFF930;
	text-decoration: none;
}

a.glow:active {
	color: #00EE33;
	text-decoration: none;
}


