BODY
{
  background-color: #000000;
  background-image: url("img/foo.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  margin: 0 0 0 0;
}

.Title
{
  color: red;
  font-weight: bold;
  font-size: 25px;
  font-family: verdana;
  text-align: center;
  border-bottom: medium solid #FFCC00;
  background: black;
  text-align:center;
}

.navbar 
{
  border-bottom: solid thin #FFCC00;
  text-align: center;
  color: white;
  background: black;
}

.content
{
  color: white;
  margin-top: 3cm;
  font-family: verdana;
  font-size: 15px;
}


.contentAlt
{
  color: #FFFF66;
  margin-top: 3cm;
  font-family: verdana;
  font-size: 15px;
}

.contentBlack
{
  color: black;
  margin-top: 3cm;
  font-family: verdana;
  font-size: 15px;
}

A.contentBlack
{
  text-decoration:none;
  color: white;
  font-family: helvetica;
  font-size: 12pt;
}

.contentBorder
{  
  border-bottom: solid thin #CCCCCC;
  border-top: solid thin #CCCCCC;
  border-left: solid thin #CCCCCC;
  border-right: solid thin #CCCCCC;
}

.aboutbar
{
  color: white;
  margin-top: 3cm;
  font-family: verdana;
  font-size: 15px;
}


.schedule
{
  color: white;
  font-family: verdana;
  font-size: 12px;
}

.schedulealt
{ 
  color: black;
  font-family: verdana;
  font-size: 12px;
}

A
{
  text-decoration:none;
  color: white;
  font-family: helvetica;
  font-size: 12pt;
}

A:Hover
{
  text-decoration: underline;
}

.copyright
{
  font-family: arial;
  font-size: 5px;
}

.outter
{
  border: thin solid;
  border-color: red;
}

.cleanbutton
{
	font-family:  verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	line-height: 11px; 
	color: #666666; 
	background-color: #EEEEEE; 
	border: 1px solid #A9ACAD;
	cursor: hand;
}

#footer 
{ 
  font-family: verdana;
  font-size: 10pt;
  color: white;
}

#dropmenudiv
{
  position:absolute;
  border:1px solid black;
  border-bottom-width: 0;
  font:normal 12px Verdana;
  line-height:18px;
  z-index:100;
  
}

#dropmenudiv a
{
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid black;
  padding: 1px 0;
  text-decoration: none;
  font-weight: bold;
  background-color: lightgrey;

}

#dropmenudiv a:hover
{ 
  background-color: gray;
  
}
