#root
{
text-align: center;
}

table
{
font-size: 12px;
}

.navigation a
{
color: #920c2d;
text-decoration: none;
font-weight: bold;
}

.navigation a:hover
{
color: #920c2d;
text-decoration: none;
}

.dropdown a
{
color: #505050;
}

.dropdown a:hover
{
color: #920c2d;
}

a
{
color: #404060;
text-decoration: none;
}

a:hover
{
color: #404060;
text-decoration: underline;
}

body
{
margin: 0;
background-color: #FFFFFF;
font-family: sans-serif;
}

.dropdown
{
  opacity: 0.85;
  padding: 5px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-color: #808080;
  border-width: 1px;
  display: none;
  top: 0px;
  left: 0px;
  width: 140px;
  height: 0;
  position: absolute;
  background-color: #FFFFFF;
  z-index: 1;
}

#smallboxcontainer
{
height: 80px;
color: white;
border-style: none;
padding: 0px;
margin-left: 20px;
margin-right: 10px;
margin-bottom: 1em;
margin-top: 20px;
}

#smallbox3
{
width: 222px;
height: 76px;
float: left;
color: white;
background-color: black;
border-style: solid;
border-width: 5px;
border-color: #d0d0d0;
padding: 0em;
margin-left: 0;
margin-right: 0px;
}

#smallbox2
{
width: 222;
height: 76px;
float: left;
color: white;
background-color: black;
border-style: solid;
border-width: 5px;
border-color: #d0d0d0;
padding: 0em;
margin-left: 0;
margin-right: 12;
}

#smallbox1
{
width: 222;
height: 76px;
float: left;
color: white;
background-color: black;
border-style: solid;
border-width: 5px;
border-color: #d0d0d0;
padding: 0em;
margin-left: 0;
margin-right: 12;
cursor: pointer;
}

#highlights
{
text-align: center;
width: 720px;
height: 270px;
margin-left: auto;
margin-right: auto;
margin-top: 0;
color: white;
background-color: #000000;
border-style: none;
border-width: 1px;
border-color: #404040;
padding: 0em;
}

#maincontainer
{
background-image: url(images/bgdesign.jpg);
position: relative;
height: 753px;
}

#main
{
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
width: 760px;
background-color: #FFFFFF;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #606060;
border-left-style: solid;
border-left-width: 1px;
border-left-color: #606060;
border-right-style: solid;
border-right-width: 1px;
border-right-color: #606060;
}

#headercontainer
{
color: #FFFFFF;
background-color: #000000;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
padding: 0;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #000000;
}

#header
{
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 0px;
height: 204px;
}

#headertext
{
padding: 1em;
}

#header img
{
#vertical-align: text-top;
}

.navigation
{
text-align: left;
margin-top: 0;
margin-left: 20px;
height: 20px;
}

.navlink
{
padding-left: 5px;
}

.content img
{
border-style: solid;
border-color: black;
border-width: 1px;
}

.content
{
#margin-left: auto;
#margin-right: auto;
margin-left: 0.5em;
margin-right: 0.5em;
margin-top: 0;
margin-bottom: 0;
text-align: center;
background-color: #FFFFFF;
#max-width: 700px;
text-align: left;
padding: 0.5em;
padding-top: 0;
}

.smallheading
{
font-size: 1.2em;
font-weight: bold;
}

.heading
{
font-size: 1.4em;
font-weight: bold;
}

.note
{
font-size: 0.8em;
font-style: italic;
}

.unhighlighted-day
{
  width: 80px;
  height: 80px;
  background-color: #C0C0C0;
}

.day
{
  width: 80px;
  height: 80px;
  background-color: #FFD8E0;
}


