body {
  font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #454545;
  /* background-repeat: no-repeat; */
  background-image: url('publicSite/img/background.jpg');
}

a {
  color: #0075BB;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#container {
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 900px;
  height: 768px;
}



/********* TOP BAND **********/
/****************************/

#topBand {
  position: absolute;
  /*background-image: url('publicSite/img/header.png');
  background-repeat: no-repeat;*/
  top: 0px;
  left: 0px;
  width: 900px;
  height: 80px;
}

#myNameHomeLink {
  cursor: pointer;
  position: absolute;
  top: 35px;
  left: 10px;
  font-size: 225%;
  font-weight: bold;
  color: white;
}


#myNameHomeLink:hover {
  text-decoration: underline;
}
  
/********* CENTER STAGE **********/
/********************************/

#centerStage {
  position: absolute;
  background-image:url('publicSite/img/oval.gif');
  /*background-color: DarkGoldenRod;*/
  top: 80px;
  left: 0px;
  width: 900px;
  height: 600px;
  margin-right: 20px;
}


/********* FOOTER **********/
/********************************/

#footer {
  position: absolute;
  top: 685px;
  left: 25px;
  /*height: 200px;*/
  color: white;
}

#footer a {
  color: white;
  
}

/********* PERFORMANCE **********/
/********************************/

#performanceData {
  position: absolute;
  top: 720px;
  left: 0px;
  width: 900px;
  height: 200px;
}

/********* HOME, CAREER ************/
/***********************************/

#homeTextDiv, #careerDiv {
  position: absolute;
  margin-top: 25px;
  text-align: left;
  left: 50px;
  width: 700px;
  font-size: 16px;
}


/********* TWL ************/
/**************************/

#twlHeader {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 900px;
  height: 30px;
}

#twlInputDiv {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 900px;
  height: 40px;
}


#twlBody {
  position: absolute;
  top: 80px;
  left: 20px;
  width: 880px;
  height: 520px;
  overflow-y: auto;
}


/********* QUOTATIONS**********/
/******************************/

.displayedQuotation, .displayedAuthor, .displayedQuotationInfo {
  margin-left: 175px;
  margin-right: 175px;
}

.displayedQuotation {
  margin-top: 25px;
  text-align: center;
  font-family: Lucida Casual, Comic Sans MS;
  font-size: 22px;
}

.displayedAuthor {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
}

.displayedQuotationInfo {
  margin-top: 15px;
  text-align: center;
}


/********* PIX ************/
/**************************/

img.displayedPic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border: 5px solid black;
}

.displayedPicCaption {
  margin-top: 5px;
  text-align: center;
}

.displayedPicNav {
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.displayedPicNavDiv{
  position: absolute;
  bottom: 0px; 
  right: 10px;
  width: 200px;
}

/********* MENUS **********/
/**************************/
#menuSystem { 
  margin: 0;
  padding: 0;
  z-index: 30;
  position: relative;
  left: 325px;
  top: 54px;
}

#menuSystem li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

#menuSystem li a { 
  display: block;
  margin: 0 0 0 0;
  padding: 4px 10px;
  width: 100px;
  color: #0075BB;
  text-align: center;
  text-decoration: none;
  border-top: 1px solid #00456E;
}

.topMenu, .topMenuHighlighted {
  border-top-left-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-top-right-radius: 15px;
  font-weight: bold;
  border-left: 1px solid #00456E;
  border-right: 1px solid #00456E;
}


.topMenuHighlighted {
  background: #f8f8f8;
  border-bottom: 1px solid white;  
}

.topMenu {
  background: #e0e0e0;
  border-bottom: 1px solid #00456E;
}

#menuSystem li a:hover { 
  background: #c0c0c0;
  color: #0075BB;
}

#menuSystem div { 
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
  background: white;
  border: 1px solid #00456E;
}

#menuSystem div a { 
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 10px;
  width: auto;
  min-width: 110px;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  background: white;
  color: #454545;
  /*font-weight: bold;*/
}

#menuSystem div a:hover { 
  background: #d8d8d8;
  color: #0075BB;
}

.menuSelected {
  color: red;
}


