<style type="text/css">
<!--

/* Default styles for page body.  Hmm, can't seeem to get the
 * background color to do anything useful yet....
 */
body {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-botton:0
  background-color:#FFFFC0;
}

/* Styles for the welcome box */
p.welcome:first-line {font-size:1.2em; }
p.welcome:first-letter { color:#4444FF; font-size:1.4em; font-weight:bold }

/* Style for Event/News item headers */
h3.activityHead {
  background-color:#4444FF; 
  color:yellow; 
  font-weight:bold; 
  font-size: .9em;
}

/* Make the links in the Event/News headers look like the rest of the 
 * header text.
 */
h3.activityHead a {
  background-color:#4444FF; 
  color:yellow; 
  font-weight:bold; 
  text-decoration:none;
}

/* Syles for pack logo area at the top of the page. */
td.logo {
  background-color:#4444FF;
  font-family:Arial;
  color:white;
}

/* Styles for pack info area just below the logo */
td.welcome {
  background-color:#4444FF;
  font-family:Helvetica;
  font-weight:bold;
  font-size:1.2em;
  color:yellow;
  align:right;
  valign:top;
}

/* Top navigation bar (pack - district - council - BSA) */
td.topnav {
  background-color:#FFFFC0;
  font-size:.8em;
}

/* Side navigation bar */
a.sidenav {
  font-family: Arial;
  font-weight:bold;
}
a.sidenav:link {
  font-family: Arial;
  font-weight:bold;
}
a.sidenav:active {
  font-family: Arial;
  font-size: 1em;
  text-decoration:none;
  color:black;
}
a.current {
  font-family: Arial;
  font-weight:bold;
  text-decoration:none;
  color:black;
}
a.current:active {
  font-family: Arial;
  font-size: 1em;
  text-decoration:none;
  color:black;
}

td.sidenav {
  background-color:#FFFFC0;
}

/* Syles for pack logo area at the top of the page. */
table.poc {
  border-collapse:collapse;
  border-color:#4444FF;
  border-style:solid;
  border-width:medium;
}
table.poc th {
  background-color:#4444FF; 
  color:yellow; 
  font-weight:bold; 
  font-size:1.2em;
  padding:5px;
  vertical-align:top;
}

table.poc td {
  padding:5px;
  border-width:3;
  vertical-align:top;
}

/* Styles for photo gallery. */
table.gallery {
  border-collapse:collapse;
  border-color:#4444FF;
  border-style:solid;
  border-width:medium;
}
table.gallery th {
  background-color:#4444FF; 
  color:yellow; 
  font-weight:bold; 
  font-size:1.2em;
  padding:5px;
  vertical-align:top;
}

table.gallery td {
  padding:10px;
  border-width:3;
  vertical-align:top;
  text-align:center;
}

/* Put some padding around the content area of each page so it doesnt
 * bump into the sidebar.
 */
td.content {
  padding:10px
}

/* Detritus from style sheet I started from.  REMOVE ME???? */
.show 			{ font-family: verdana, arial; cursor:hand; }
.hide 			{ display:none; background-color:white;cursor:hand; }

-->

</style> 
