﻿ /*  you can add comments to your stylesheet using these delimiters */ 

/* start of navigation code from css 101 tips book */

#navigation {
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #ED9F9F;
}


#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 4px 4px 4px 0.4em;
	border-left: 12px solid #003366;
	border-right: 1px solid #003366;
	background-color: blue;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

#navigation li a:hover {
	background-color: #711515;
	color: #FFFFFF;
}

/* end of navigation code from css 101 tips book */


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;
}

td.leftcellborder	{	/* puts a blue vertical line down leftside of page */
	vertical-align: top;
	border-left: 1px solid blue;
}	

.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;
	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;
}