 /*  you can add comments to your stylesheet using these delimiters */ 


body	{
	font-family: arial, sans-serif;
	background: white;
	margin-top: 2px;
	text-align:center; /* this has to be added so that table.pagelayout centers the table in IE */
	
}


   A:link {color: black; text-decoration: none}
  a:visited {color:#000000;text-decoration: none; font-size: 10pt}
   a:active {text-decoration: none; color: #008000}
   a:hover{color: red;text-decoration: underline}
   

.bannercaption			{
	color: 009900;
	text-align: center;
	font-size: 7pt;
}			


.blocktext				{
	color: black;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align:justify;
	font-size: 85%;
}			
	
	/* Links inside the blocktext */
.blocktext a:link, .blocktext a:visited {
	color: blue;
	font-size: 100%;
	text-decoration:  none;
}


.datemod	{
	font-size: 8pt;
	color: #008000;
	text-align: center
}


img.left { 
	padding-right: 0px; 
	margin: 0 10px 4px 0; 
	display: inline; 
}

img.right { 
	padding-left: 0px; 
	margin: 0 0px 4px 10px; 
	display: inline; 
}

hr 	{
	color: #009900;
	height: 4px;
	background-color: #009900;
	width: 90%;
	border: none;
}	

h2	{
	margin-left: 10px;
	margin-bottom: 10px;
}

h3	{
	margin-left: 10px;
	margin-bottom: 0px;
}

h4	{
	font-size: 85%;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
}	
 
img		{
	border-style: none;
}


li		{	
	margin-top: 4px;
	font-size: 85%;
}

.menuentry	{
	font-size: 10pt;
	color: white;
	margin-left: 0px;

}

p	{
	margin-top: 0px;
}

td.pageheading	{
	height: 168px;
	vertical-align: bottom;
	}

.pageheading	{
	margin-left: 9px;
	font-weight: bold;
	font-size: 20pt;
	color: black;
	margin-top: 6px;
	margin-bottom: 12px;
}


.quote		{
	text-align:justify;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 85%
}	

.quoteref	{
	font-style: italic;
	font-size: 10pt;
	color: black;
	margin-right: 10px;
	text-align: right;
}

table	{
	border-style: none;

}

	

table.pagelayout	{
/*	width: 760px;  taken out so that printing isn't cropped on right side */
	height: 400px;
/*	border="0"  cellspacing="0" cellpadding="0"*/
	margin-left:auto; margin-right:auto;  /* this centers the table  in firefox, but note the extra code in BODY needed for IE  */

	background-color: #FFFFD9;
//	border-spacing: 0cm;
//	padding: 0cm;
//	margin: 0cm;
	border-collapse: collapse;
	border-style: none;
}	





/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul { background-image:url("images/greenbar.jpg");
 margin: 0; color:#fff;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 1.5em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px; color:#fff;
 width: 160px;padding-left:0px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;padding-left:0px;
 left: 160px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
background-image:url("images/greenbar.jpg");
 border: 0px solid #330;
 margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
background-image:url("images/greenbar.jpg");

}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 2px;
 font-family: Verdana, ;
 font-size:11px;
 color: #fff;
 text-decoration:  none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #fff;
 background-color: #DE6603;
}
.menulist  a.highlighted {
 color: #fff;
 background-color: #DE6603;
}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 background-color: #DE6603;
 display:  none;
}
.menulist ul a .subind {
 display:  block;
background-image:url("images/greenbar.jpg");
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */
