p       {text-align: center; font-size: 100%; color: white; font-family:arial;} 
p.left  {text-align: left  ; font-size:  80%; color: white; background: none; font-family:arial;} 
p.right {text-align: right ; font-size:  80%} 

h1 {color: white; font-family: CAMPBELL; font-style: italic; text-align: center; font-size: 300%; } 
h2 {color: white; font-family: Xpress SF; text-align: center; font-size: 230%; } 
h3 {color: silver; text-align: center; font-size: 180%; } 
h4 {color: white; text-align: center; font-size: 120%; } 

h3.left        {color: silver; text-align: left; font-size: 180%; } 
h3.left_black  {color: black; text-align: left; font-size: 180%; } 
h4.right       {color: white; text-align: right; font-size: 120%; } 


/* To set text borders using the <div class="....></div> tag. */
.blocktext      {padding-left: 100pt; padding-right: 100pt}
.blocktext_full {padding-left:  50pt; padding-right:  50pt}
.photos         {padding-left: 125pt; padding-right: 125pt}

/* To set background image on text pages. */
body {TEXT : #FFFFFF; LINK : #0000FF; VLINK : #800080; ALINK : #FF0000; font : arial
      leftmargin: "0"; topmargin: "0"; background-image: url("pics_general/cloud-1600-1.jpg");
      position: relative; height: 1%; background-attachment:relative;
      }

html>body {
height: auto;
} 

body { behavior: url(csshover3-source.htc); } 

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  top: 0em;
  left: 1em;
  width: 10em;
  font-size: 110%;
  clear: both; }

ul.navbar li {
  background: none;
  margin: 0.5em 0;
  padding: 0.1em;
  border-right:
  clear: both; }

ul.navbar a {
  text-decoration: none }
ul.navbar a:hover {
  text-decoration: underline; }

	
ul.popup, ul.popup ul {
		list-style: none;
		width: 135px;
		margin: 0px;
		padding: 0px;
	}

ul.popup	a {
		color: black;
		text-decoration: none;
		display: block;
		padding: 5px 5px 5px 10px;
		width: 135px;
		background: none;
	}
			
ul.popup a:hover {
		color: black;
		text-decoration: none;
		background: blue;
	}
			
ul.popup li {
		border-bottom: 0px solid #FFF;
		float: left;
		position: relative;
	}
			
ul.popup li ul {
		list-style: none;
		position: absolute;
		left: 150px;
		top: 0;
		display: none;
		width: 135px;
		border-left: 0px solid #FFF;
	}
			
ul.popup li:hover ul { display: block; }
	


a:link {
  color: yellow; text-decoration: none;
   }
a:visited {
  color: blue; text-decoration: none; }
a:hover {
  text-decoration: underline; }
