body {
  margin: 0;
  padding: 0;
  background-color: #050845;
  color: white;
  background-image: url(../images/background.gif);
  font: small Verdana, Helvetica, Arial, sans-serif;
}
#wrapper {
  background-color: #f8f6e7;
  color: black;
  margin: 15px 40px 30px 40px;
  padding: 10px;
}
div#footer {
	background-image: url(../images/bottombar.gif);
    background-repeat: repeat-x;	
	height: 35px;
	width: 100%;
}
div#header {
	background-image: url(../images/topbar.gif);
    background-repeat: repeat-x;	
	height: 35px;
	
}
/*div#header {  
  background-image: url(../images/topbar.gif);
  background-repeat: repeat-x;
  color: #DE1508;
  padding: 2em 2em 1em 200px;
  height: 1%;
  }
  */
#header-bottom {
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  height: 1%;
}
#header-bottom ul {
  margin: 0;
  padding: 0;
  padding: 0 30px 0 0;
  text-align: right;
}
#header-bottom li {
  display: inline;
  background-color: #fdf8f2;
  color: #050845;
}
#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  background-color: #fdf8f2;
  color: #050845;
}
#tagline {
  font-weight: bold;
  font-size: 150%;
  background-color: #fff;
  color: #0E2B8D;
  margin: 0;
  padding: 0 0 0 20px;
  width: 300px;
  float: center;
  font-variant: small-caps;
}
.taglineDate  {
	font-weight: bold;
	font-size: 90%;
	background-color: #fff;
	color: #0E2B8D;
    font-variant: small-caps;
}
#ball {
  position: absolute;
  top: 110px;
  right: 55px;
}
#main {
  position: relative;
  top:0px;
  left:  0px;
  width: 100%;
  margin-top: 10px;
  
  
}
#content {
  margin: 0 240px 0 0;
  border: 1px solid #b9d2e3;
  background-color: white;
  color: black;
}
#mainfeature {
  background-image: url(img/mainimg.jpg);
  background-repeat: no-repeat;
  background-color: #112236;
  color: white;
  padding: 2em 2em 1em 200px;
  height: 1%;
}
#mainfeature h2 {
  margin: 0;
  font-weight: normal;
  font-size: 140%;
}
#mainfeature p {
  font-size: 110%;
}
#mainfeature p.more {
  margin-top: 0;
  text-align: right;
}
#mainfeature p.more a:link, #mainfeature p.more a:visited {
  color: white;
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}
#content .inner {
  margin: 10px 20px 10px 40px;
}
#content .inner h2 {
  color: #000;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 110%;
}
#content .inner ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .inner h3 {
  font-size: 130%;
}
#content .inner h3 a:link, #content .inner h3 a:visited {
  color: #000;
}
#content .inner p {
  color: #000;
  font-size: 100%;
  font-family: Georgia, Times-New-Roman, serif;
  line-height: 1.5em;
}
#content .inner a:link {
  color: #OE2B8D;
}
#content .inner a:visited {
  color: #DE15088;
}
#registration {
  width: 400px;
  padding-top: 10px;
}
 
#registration p {
  margin: 0 10px 10px 10px;
  padding: 5px;
  color: #363636;
  background-color: #ffffee;
  border: 1px solid black;
}

#sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
  background-color: #0E2B8D;
  color: white;
  margin: 0;
  padding: 0;
}
#sidebar h2 {
  font-size: 95%;
  margin: 0;
  padding: 0em 0 0 0;
  font-weight: bold;
  font-variant: small-caps;
  color: white;

}
#sidebar .inner {
  padding: 10px;
}
#sidebar p a:link, #sidebar p a:visited {
  color: #FBCA11;
  text-decoration: none;
  line-height: 1em; 
  font-weight: bold;
}
#sidebar p a:hover {
  color: white;
  text-decoration: underline;
}
#sidebar ul {
  list-style-type: square;
  margin-left: 0;
  padding-left: 20px;
}
#sidebar p, #sidebar li {
  font-size: 90%;
  line-height: 1.2em; 

}
#sidebar ul a:link, #sidebar ul a:visited {
  color: white;
  text-decoration: none;
}
#sidebar ul a:hover {
  color: #FBCA11;
  text-decoration: underline;
}
#copyright  {
  text-align: center;
  padding-bottom: 1em;
  font-size: 75%;
  color: #CCC;
}
.notes  {
  font-size: 75%;
  color: #000;
}
#activities {
  width: 450px;
  padding-top: 10px;
}
 
#activities p {
  margin: 0 10px 10px 10px;
  padding: 5px;
  color: #363636;
  background-color: #ffffee;
  border: 1px solid black;
}
td.captions
{
	font-size: 10px;
	background-color: #eeeeee;
}