@charset "UTF-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  background-color: #111111;
  text-align: center;
  }

.xsmall {
    position: relative;
	top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color: #DDDDDD;
	}

a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}
	
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

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

#container {
  margin-left: auto;
  margin-right: auto;
  width: 830px;
  height: 475px;
  background-color: #111111;
  background-image: url(images/TopLogo.jpg);
  background-repeat: no-repeat;
  }

#calendar {
  position: relative;
  top: 60px;
  left: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #FFFFFF;
  }

#flip_container {
  position: absolute;
  top: 60px;
  width: -360px;
  height: 360px;
  margin: 0px auto;
  }
 
#LLbox {
  position: absolute;
  top: 430px;
  width: 330px;
  height: 25px;
  background-color: #AAAAAA;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 15px;
  font-size: 0.9em;
  color: #111111;
  }
  
#URbox {
  position: relative;
  top: -403px;
  left: 360px;
  width: 418px;
  height: 42px;
  background-color: #333333;
  padding: 6px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #FFFFFF;
  }
  
#frameposition {
  position: relative;
  top: -393px;
  left: 359px;
  }

#ULbox {
  position: absolute;
  top: 60px;
  width: 360px;
  height: 360px;
  background-color:#660000;
  }