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: .7em; 
   font-weight: bold 
}
/*Main Page Title - Newsletter name and page titles*/
div.title   { 
   color: #FF0000; 
   text-align: center; 
   font-size: 2em; 
   font-weight: bold
}

/*Article on first page*/
div.front    {
	padding: 25px 10% 25px 10%;
	text-align: justify;
	background-image: url(cover2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


/*The Main Nav Code*/


#content {
/*   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: 1em 0;
	 font-size: 16px;
   border: 6px double Navy;/*border around main box*/
   margin: auto;/*margin between outside box and window edge*/
/*Don't think I need voice stuff and also do not think this code is written right
   voice-family: "\";
}\""; 
	voice-family:inherit;*/
	width: 700px; /*width of main box*/
}


/*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*/
			padding: 5px 12px;/*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: .8em;
   color: #ffffff;/*menu text*/
   padding: 0.2em 10px;
  
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid white;/*drop down indicator bars*/
	border-width: 0 5px;
}

li {
   float: left;
   position: relative;
   width: 88px; /*affects the width of the main menu line*/
   cursor: default;
   background-color: pink;/*nothing turned pink - which is good*/
   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: 20px;/*self-explanatory*/
}

li#last {
	border-right-width: 26px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: navy; bottom left no-repeat;/*background of drop down*/
	padding: 0.5em 0 0.5em 0;/*drop down menu padding*/
	border-right: solid 1px red; /*thin border outside drop down box*/
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}





/*End Min Nav Code*/






p.front {
	margin-left: 10%;
	margin-right: 10%;
	color: Navy;
	font-weight: bold;
	text-align: justify;
}
/*blue side navigation bar (td)*/
td.sidenav   { 
   background-color: #0000C0; 
   color: #FFFFFF; 
   text-align: center; 
   font-size: 1em; 
   font-weight: bold; 
   width: 20%; 
   height: auto; 
}

/*Links - Navigation Sidebar*/
a.sidenav:link {
	color: #ff0000;
}
a.sidenav:visited {color: #ffffFF;}
a.sidenav:hover {background-color: #ffffff; color: #0000C0;}             
               
div.content   { 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: .7em;} /*for byline*/

table.names  { font-family: Arial; font-size: .7em; text-align: Left; border-style: inset; 
               border-color: #000080 }
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;
}
