/* external CSS file */
/* filename 'EDSstylesheet.css' */

p		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: normal;
		font-size: 1em;
		color: #000000; /*text color is black*/
		background-color: transparent;
		text-indent: 0em;
		}
		
.header h1		{
		font-family: verdana, arial, helvetica, sans-serif;
		color: #000099;
		text-align: center;
		}
.header h2		{
		font-family: verdana, arial, sans-serif;
		color: #000099;/*text color is dark blue*/
		font-size 16px;
		font-weight: bolder;
		background-color: transparent;
		}
.header h3		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: bolder;
		font-size: 14px;
		color: #990066;; /*text color is purple/maroon*/
		background-color: transparent
		text-align: left;
		text-indent: 0em;
		}		
.header h4		{
		color: #990066;
		font-weight: bolder;
		font-style: italic;
		background-color: transparent;
		text-align: left;
		}

hr 		{
		color: #000099;
		background-color: transparent;}
.box		{
		clear: both;
		text-align: left;
		text-indent: 0em;
		font-weight: bolder;
		font-size: .8em;
		color: #ffffff;
		background-color: #808080;
		padding: 2px;
		width: 200px;
		border-color:#ffff00
		border-style: groove;
		border-width: thick;
		float: right;
		}

ul		{
		color: #000000;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: .9em;
		}
				
		
.highlight ol		{
		color: #000000;
		font-family: verdana, arial, helvetica, sans-serif;
		background-color: #FFFFCC;
		padding: 2px;
		margin-left: 5em;
		margin-right: 5em;
		font-size: .9em;
		}		
.normal img	{
		margin: 1em;
		background-color: transparent;
		border-style:solid;
		border-color: #000000;
		border-width:thick;
		}
.right	img{
		margin: 1em;
		background-color: transparent;
		border-style:solid;
		border-color: #000000;
		border-width:thick;
		float: right;
		}
.left img	{
		margin: 1em;
		background-color: transparent;
		border-style:solid;
		border-color: #000000;
		border-width:thick;
		float: left;
		}

.small		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: normal;
		font-size: 10px;
		color: #000000; /*text color is black*/
		background-color: transparent;
		text-indent: 0em;
		}	

.topmenu	{
		color: #ffffff; /*text color is white*/
		font-size: 14px;
		font-weight: bolder;
		background-color: #000099;/*background color is dark blue*/
		text-align: center;
		text-indent: 0em
		}


a.menu {color: #ffffff}

