html	{
	background-image: url(pix/22aug_03.jpg); 
	}

body {
/*	background-image: url(pix/bg_bl_green_purple.jpg); 
*/	margin: 25px;
	width: 750px;
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	background-position: +420px +255px;
	border: 6px #659D94 double;
	padding: 15px;
	font-size: 14px;
	color: #0c0b59;
	font-weight: bold;
	background-color: #B5C4FF; 
	}

ul li {
	list-style-image: url(/pix/om_bullet.gif);
	list-style-type: disc;
	padding-left: 5px;
	margin-left: 10px;
	margin-right: 25px;
}

table.content {
	margin-left: 145px;
	width: 600px;
	border: 1px;
	}
	
table.content h1 {
	position: absolute; 
	top: 108px; 
	left: 261px;
	white-space: nowrap;
	}
	
#menu {
	width: 250px; 
	position: absolute; 
	top: 190px; 
	left: 40px;
	}

a:link, a:visited {
	color: #5e38ff; 
	}

a:hover, a:active {
	color: #cb3882; 
	}

#menu a {
	display: block;
	width: 120px;
	border: 1px #992f99 dashed;
	padding: 3px;
	margin-bottom: 5px;
	padding-left: 7px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	background-color: #c5f8f5;
	color: #cb3882; 
	}

#menu a:hover {
	background-color: #bbbb66;
	color: yellow; 
	}

#footermenu {
	margin: 15px;
	padding: 11px;
	font-size: 85%;
	text-align: center;
	border-top: 3px #d1d1d1 double;
	border-bottom: 3px #d1d1d1 double;
	width: 600px; 
	}

#footermenu a {
	margin: 1px;
	white-space: nowrap;
	padding: 1px 2px;
  }

#footermenu a:hover {
	background-color: #e0ffea;
	border: 1px #009cff dotted;
	margin: 0px; 		}

.right { padding-left: 23px; }

.left { padding-right: 23px; }

@media print { 
	#menu {  display: none;  }
	body { margin: 0px; 	
		padding: 10px;
		width: 670px; }

	#leftcolumn { margin-right: 475px; }

	#middlecolumn { top: 135px; left: 215px; }

	#rightcolumn { top: 185px; 
		left: 435px; }

	#rightcolumn p { width: 93%; }

	table.content	{
		width: 502px;
		margin: 15px 1em 15px 160px;
	}
		
	img.logo { padding-right:20px; }	

	#footer	{
		/*width: 600px;*/
		margin-left: 1em;
		margin-right: 1em; 
	}
	
	}
p {}

h1 {
	font-weight: normal;
	font-size: 170%;
	color: #a24f6e; 
	}

h2 {
	font-size: 145%;
	font-weight: normal;
	font-style: italic;
	color: #00864a; 
	}

h3 {
	color: #217035;
	font-size: 125%;
	margin: 3px;
	padding: 1px; 
	}

h4 {}

h5 {}

h6 {}


