/* style.css - floating two-column layout */
body {
  font-family: Georgia, serif;
  font-size: 10pt;
  background: #000000;
  background-image: url('confetti.jpg'); 
 }
#container 
{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  color: white;
  background: #000000;
}
tr.odd {
	background-color: #000000;
}

tr.even {
	background-color: #551111;
}

#top
{
  background-color: #000000;
  border-bottom: 5px solid #009933;
  color: #ff9900;
  text-align: center;
}
#top h1,h2 {
  font-style: oblique;
  font-weight: bold;
}

#picturebox
{
  border: 5px ridge #0099ff;
  width: 150px;
  height: 150px;
  margin: 10px 0 0 0;
}

#picturebox p {
  font: 1em/normal, serif;
  text-align: center;
  color: #000;
}

#tinybox
{
  border: 5px ridge #0099ff;
  width: 50px;
  height: 50px;
  margin: 10px 0 0 0;
}

#leftnav
{
float: left;
width: 160px;
margin: 0;
background-color: #000000;
}
#leftnav ul
{
list-style: none;
margin: 0;
padding: 1em;
border: none;
}
#leftnav li
{
border-bottom: 1px solid #999999;
margin: 0;
}
#leftnav li a
{
display: block;
padding: 5px 5px 5px 0.5em;
color: #45DF54;
text-decoration: none;
width: 85%;
}
#leftnav li a { width: auto; }
#leftnav li a:hover
{
background-color: #000000;
color: #ffff00;
}

#rightad
{
float: right;
width: 180px;
margin-top: 1em;
background-color: #000000;
}

#content
{
margin-left: 160px;
margin-right: 190px;
padding: 1em;
border-left: 5px solid #009933;
border-right: 5px solid #009933;
background-color: #000000;
color: #00AFF3;
}
#content a:link
{color: #ff9900;}

#content a:visited
{color: #ff6600;}

#content h1
{font-weight: bold;
font-size: 175%;
line-height: 175%;
color: #cc0066;
text-align: center;
}

#content h2
{font-weight: bold;
font-style: oblique;
font-size: 135%;
line-height: 135%;
color: #45DF54;
}

#content h3
{font-weight: bold;
font-style: italic;
font-size: normal;
color: #ff9900;}

#content h4
{font-weight: normal;
font-style: italic;
font-size: normal;
color: #45DF54;}

#content td
{padding: 1em;
border: 1px solid white;
color: #ff9900;
}

#content 

{border-collapse: collapse;}

#photodiv {
  background-repeat: no-repeat;
}

#widget
{
color: #000000;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
text-align: center;
font-size: small;
background-color: #ff0099;
line-height: 90%;
border-top: 5px solid #009933;
color: #ffcc33;
}
#footer ul
{
list-style-type: none;
}
#footer li
{
display: inline;
padding-right: 20px;
}
div.color {
background: rgb(204,204,255);
padding: 0.5em;
border: none;
}
div.box { 
inset; border-width: thin; border-color: "#0099ff"; width: 100% 
}
.dropcap
{
float: left;
width: .8em;
font-size: 4em;
line-height: 83%;
}
