/*
   $Header$

   $Log3$

*/

BODY, P, DIV, TABLE TD {
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

BODY {
	margin: 10px;
	padding: 0;
	background-image: url(/backgrnd.gif);
	}

H1 {
   font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
   background-color: black;
   color: yellow;
   text-align: center;
   padding: 5px 0 10px 0;   /* top right bottom left */
}

#contentInner H1 {   /* until switched over to new site */
   text-align: left;
   background-color: transparent;
   margin-top: 0;
   margin-bottom: 2px;
   color: blue;
}

#contentInner {
/*   background-color: yellow;*/
}

P {
   margin: 0 0 20px 0;      /* top right bottom left */
   padding: 0;
}

A.edit {
   font-size: smaller;
   font-weight: bold;
   color: gray;
   text-decoration: none;
}

SPAN.new {
   color: blue;
   font-weight: bold;
}

HR {
   margin-bottom: 15px;
}

/* * * * * */
/* Header  */
/* * * * * */

#headerOuter {
   margin-bottom: 10px;
}

#headerInner P.title {
   font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
   font-size: 225%;
   background-color: black;
   color: yellow;
   text-align: center;
   margin: 10px 0;
}

#headerInner P.secondary_links {
   text-align: center;
   margin-bottom: 0;
   color: #00A;
   font-size: smaller;
   font-weight: bold;
}

/* * * * * * * */
/* Navigation  */
/* * * * * * * */

/* OLD */

#Nav {
   text-align: center;
}

#Nav A {
   text-decoration: none;
   font-size: smaller;
   color: blue;
}

#Nav A:visited {
   color: blue;
}

#Nav A:hover {
   background-color: yellow;
}

/* NEW */

#navigateInner {
   font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
   border: 10px solid #A60;   /* reddish brown */
   background-color: black;
   padding: 10px;
   color: white;
}

#navigateInner UL {
   margin: 0;
   list-style-type: none;
}

#navigateInner UL LI {
   margin-bottom: 4px;
}

#navigateInner A, #navigateInner A:visited {
   color: white;
   text-decoration: none;
}

#navigateInner A:hover {
   color: yellow;
}

#navigateInner SPAN {
   color: #CCC;
}

#navigateInner HR {
   margin-bottom: 0;
}

/* * * * * */
/* Footer  */
/* * * * * */

#footerInner {
   font-size: smaller;
   color: #666;
   border-top: 1px solid gray;
}

#footerInner A, #footerInner A:visited {
   color: #4A6;
   text-decoration: none;
}

