body         { 
   background-color: #0000C0; 
   font-family: arial, sans-serif; 
   font-size: 1em; 
   margin: 15px; 
   text-align: justify;
}
/*Centering my main layout table and setting the table's background color*/
div{
   background-color: #FFFFFF;
   text-align: center;
}
/*The thin blue line on the very top with Newsletter Name and edition*/
div.toprow   { 
   background-color: #0000C0; 
   color: #FFFFFF; 
   text-align: center; 
   font-size: .9em; 
   font-weight: bold 
}
/*Main Page Title - Newsletter name and page titles*/
div.title   { 
   color: #FF0000; 
   text-align: center; 
   font-size: 2em; 
   font-weight: bold;
		background-color: transparent;
}

.backgr2 {	 background-image: url(bordert.gif);
	padding: 0;}

/*Article on first page*/
div.front    {
	padding: 25px 10% 25px 10%;
	text-align: justify;
	background-image: url(cover3.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.center {text-align:center;} 

p.front {
	margin-left: 1em;
	margin-right: 1em;
	color: Navy;
	font-weight: 200;
	text-align: justify;
}


.pic img {border: white solid 3px;}

h1.front{
	font-size: 1.5em;
	font-weight: boldest;
	color: navy;
	text-align: center;
}
/*The Main Nav Code*/
#content {
/*This codes the outer, light blue box, which holds the menu box items*/
   /*width: 34em;don't know what that affects, there's another width property further down - so hid it*/
   background-color: #CECFFF;/*main box background*/
   padding: 10px 0;/*Padding between main outer box and menu-box items*/
   border: 6px double Navy;/*border around main box*/
   margin: auto;/*margin between outside box and window edge*/
	width: 700px; /*width of main box (behind menu) - with the light-blue background */
	white-space: nowrap /*per LSW code to prevent wrapping*/
}

/*I added this to format the Main Menu Items*/
div.item {color: navy;/*main menu items text color*/
         font-weight: bold;/*font on main menu*/
         font-size: 14px;
			padding: 5px 5px;/*padding around menu item text*/
  width: auto;/*affects width of menu fields*/
  text-align: center;/*this affects the alignment of the menu items in their spaces - however, newest footsteps does not seem to react to a left alignment*/
}
ul {
	list-style: none;
	padding: 0;/*this does not seem to do anything - changed up to 500 and noticed no changes*/
	margin: 0;/*this affects the margin between menue items fat border and outer edge*/
	/*text-align: center; played with this to right and left and noticed no changes*/
}

/*cannot figure out what this affects and why there are two - so hinding all of first one
#nav a {
	font-weight: bold;
	color: red;
}*/

#nav a {
	text-decoration: none;/*how the submenu links are displayed*/
}
/*drop down menu boxes*/
#nav li li a {
   display: block;
   font-weight: bold;
	font-size: 9pt;
   color: #ffffff;/*menu text*/
   padding: 2px 10px;/*padding around sub-menu words*/
  
}

#nav li li a:hover {

   font-weight: bold;
	font-size: 9pt;
	display: block; 
	padding: 2px 10px;/*padding around sub-menu words - hover*/
	/*border: solid white;/*drop down indicator bars*/
	background-color: white;
	color: navy;
	/*border-width: 0 5px;*/
	border-left: red 1px solid;

}

li {
   float: left;/*needed so boxes line up in a row - else, one below the next*/
   position: relative;
   width: 85px; /*affects the width of the white main menu line box*/
   background-color: white;/*nothing turned teal*/
   border: 1px solid navy;/*border around main menu items*/
   border-width: 1px 0;
   text-align: center;  /*does not have any effect on anythign I can tell*/
}

li#first {
	border-left-width: 9px;/*self-explanatory  -- the fatter blue border to right and left of white menue boxes*/
}

li#last {
	border-right-width: 9px;
}

li ul {
	width: auto;/*does not seem to affect the widht*/
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: navy;
   bottom: left no-repeat;/*background of drop down*/
	padding: 0.2em 0 0.2em 0;/*drop down menu padding*/
	border-right: solid 1px red; /*thin border outside drop down box*/
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	width: 83px;
	display: block;
	float: none;
	background-color: transparent;/*changing transparent to teal  - and found that this is the background around the words of the drop down menue*/*/
	border: 0;
	text-align: left;
}

li:hover ul, li.over ul {
	width: 83px;/*does not seem to affect the width of the drop down boxes*/
	display: block;
}
/*------------------End Min Nav Code--------------*/


td.border {
	width: 10%;
	background: #0000C0 url(bordert.gif);
}


div.page { 
   background-color: #FFFFFF; 
   color: navy; 
   text-align: justify; 
   margin: 8%; 
   font-weight: 550; 
   font-size: .9em; 
}

/*Regular Links*/
a:link {
	color: Blue;
	font-weight: bold;
}
a:visited {
	color: Teal;
	font-weight: bold;
}
a:hover {text-decoration: overline underline;}

/*Article Title Font*/
h2 {
   color: red;
   text-align: center;
   font-size: 1.2em;
   font-style: italic;
}

h4 {
}

h5{ color: black; text-align: right; font-size: .85em;} /*for byline*/

table.names  { 
	font-family: Arial; 
	font-size: .9em; 
	text-align: Left; 
	border-style: inset; 
	border-color: #000080;
	padding: 0 4 }
th {
   background-color: #0000C0; 
   color: #FFFFFF; 
   text-align: center; 
   font-size: 1.5em; 
   font-style: italic; 
   font-weight: bold; 
}
div.contact   { 
   background-color: #0000C0; 
   color: #FFFFFF; 
   text-align: center; 
   font-size: .7em; 
   font-weight: bold }

a.contact:link {color: #FFFFFF}
a.contact:visited {color: #FFFFFf;}
a.contact:hover {background-color: #ffffff; color: #0000C0;}

hr {color: navy;
	 width: 100%;
	 height: 3px;
}


img.pic {
	border: 5px solid #FFF
}

acronym {
  border-bottom: 1px dotted #333;
  cursor: help;
  }
	
.keck {text-align: justify;}	

.keck ul {list-style: circle;
				margin-left: 4em;
				text-align: justify;

}

.keck li {text-align: justify;
					margin-bottom: 1em;
					text-align: justify;
	}

	
	
ul.normal {display: block;}

ul.page {display: list-item;
		float: none;
		width: auto;
		list-style-type: square;
} 

.page li {display: list-item;
		float: none;
		width: auto;
		border: 0;
		text-decoration: none;
		text-align: left;
		line-height: 150%;
	}	