/*
ecode web site stylesheet
Web Links - Supplementary Style sheet
*/	
a.PageMenu:link, a.PageMenu:active, a.PageMenu:visited {
	font-size: 100%;
	padding: 6px 2px 6px 5px;
	width: 98%;
	text-decoration: underline;
	text-align: left; 
	color: navy; 
	background: #d5e0ea;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
	Margin-top: 2px;
	Margin-bottom: 2px;
	}

a.PageMenu:hover {
	color: black; 
	text-decoration: none;
	background: #7198bb; 
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	}
	
/*	TEXT */	
 
p.SubHead {
	width: 90px;
	float: left;
	color: navy;
	margin-left: 10px;
	margin-right: 10px;
	}

p.PageMenuText {
	margin: 0px 0px 0px 0px;
	}	
	
/* 	HEADINGS */

h2.Entry {
	background: white; 
	border-bottom: solid 1px navy;
    font-family: arial,sans-serif; 	
	color: navy;
   	text-align: left; 
	font-size: 120%; 
	font-weight: bold;
	Padding: 0px;
	margin: 0px 0px 0px .25em; 
	}
	

/*	 Images */

img.InfoIcon {
	border: none;
	float: left;
	vertical-align: bottom;
	margin-right: 5px;
	}

div.Entry {
	background: #d5e0ea; 
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	Padding: 0px;
	margin: 0px 0px 0px .25em; 
	}
	
div.EntryText {
	background: transparent;
	float: right: 
	border: none;
	Padding-right: 10px;
	}
	
div.PageMenu {
	border-top: solid 1px silver; 
	margin-top: 2px;
	width: 100%;
	}