@charset "utf-8";
/* CSS Document */

body {
  padding: 0;
/*  background-color: #339798;  */
  background-color: #009BAA;
  color: black;
  font: small Arial, Helvetica, Verdana, sans-serif;
}
p.smalltext {
  font-size: 85%;
}
p.smallertext {
  font-size: 70%;
}
p.centered {
  margin: 0;
  padding: 5px;
}
p.narrow {
  margin-top: 1px; 
  margin-bottom: 1px; 
}
.style1 {
	color: #FFFF00;
	font-size: medium;
}
.style2 {
	color: #33CC99
}
.style3 {
    color: #9933CC
}
#top-navmenu{
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  background-color: #cccc99;
}
#top-navmenu a:link, #top-navmenu a:visited {
  text-decoration: none;
  color: #050845;
}
/* Horizontal menu items that have mouse over have a blue background and white text */
#top-navmenu a:hover {
	background-color: #99ccff;
	color: #FFF;
}
/* Horizontal menu items that have focus have a tan background and black text */
#top-navmenu a:focus {
  background-color: #cccc99;
	color: #000;
}
#tagline {
  font-weight: bold;
  color: #050845; 
  background-color: white;
  border: 3px solid #cccc99;
  font-style: italic;
  font-size: 130%;
  padding: 5px;
  text-align: left;
}
#content {
/*  margin: 0 150px 0 160px;  */
  color: black;
/*  width: 450px; */
}
#bodycontent {
	padding: 3px;
	text-align: left;
    border: 3px solid #000000;
}
#bodycontent a:link, #bodycontent a:visited {
  text-decoration: none;
  color: #000066;
  font-weight: bold;
  font-size: 110%
}
/* items that have mouse over have a blue background and white text */
#bodycontent a:hover {
	background-color: #99ccff;
	color: #FFF;
}
/* items that have focus have a tan background and black text
#bodycontent a:focus {
  background-color: #99cc99;
	color: #000;
} */
#tom a:link, #tom a:visited {
  text-decoration: none;
  color: #000066;
  font-weight: bold;
}
/* items that have mouse over have a blue background and white text */
#tom a:hover {
	background-color: #99ccff;
	color: #FFF;
}
/* items that have focus have a tan background and black text */
#tom a:focus {
  background-color: #cccc99;
	color: #000;
}
#specials {
  padding: 5px;
}
#specials a:link, #specials a:visited {
  text-decoration: none;
  color: #000066;
  font-weight: bold;
}
/* items that have mouse over have a blue background and white text */
#specials a:hover {
	background-color: #99ccff;
	color: #FFF;
}
/* items that have focus have a tan background and black text
#specials a:focus {
  background-color: #cccc99;
	color: #000;
} */
#sidebar {
/*  position: absolute;
	top: 0;
	left: 0;
    width: 160px;
    background-color: #CCCC99;  */
	color: black;
	margin: 0;
	padding: 0;
	text-align: left;
}
#footer {
  padding: 3px;
  background-color: #cccc99;
}
#award a:link, #award a:visited {
  text-decoration: none;
  color: #006666;
}
/* Items that have mouse over have a blue background and white text */
#award a:hover {
	background-color: #99ccff;
	color: #FFF;
}
