/**********************************************************************/
/* Main Content Table *************************************************/

table.maincontent {
  margin-left : auto;
  width : 95%;
  vertical-align : top;
  margin-right : auto;
  border-color : #000000;
  border-width : 0 0 0 0;
  border-style : solid;
  border-spacing : 3px;
}

td.maincontent {
  border-color : #000000;
  background-color : #ffffff;
  vertical-align : top;
  border-width : 1px 1px 1px 1px;
  border-style : solid;
  margin : 5px;
  padding : 5px;
  padding-bottom : 5px;
  font-size : 12px;
  font-family : "Trebuchet MS", Verdana, Ariel, "Times New Roman";
}

td.mainmain {
  height : 560px;
  width  : 620px;
}

td.mainmain2 {
  background-color : #E4F5F5;
  height : 560px;
  width  : 620px;
}

td.toplogo {
  background-position : 5px 5px; 
  margin : 5px;
  background-repeat : no-repeat;
  height : 90px;
  vertical-align : text-top;
}

td.toplogo2 {
  background-image : url('../images/uvcalogo.jpg');
  background-position : 5px 5px; 
  margin : 5px;
  background-repeat : no-repeat;
  height : 90px;
  vertical-align : text-top;
}

td.leftnav {
  background-color : #EDB6B8;
  width : 80px;
}

td.rightbar {
  background-color : #EDB6B8;
  width : 180px;
}

td.rightbar2 {
  border-radius: 25px;
  text-align : center;
  vertical-align : middle;
  align-items : center;
  background-color : #8BB2CB;
  width : 180px;
}



td.bottomcredit {
  text-align : center;
  color : #444444;
  height : 10px;
  /* line-height : 18px; */
  font-size : 10px;
}

/**********************************************************************/
/* Links **************************************************************/
a:link {color: #DD7777; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #DD7777; font-style: italic;text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; font-size:13pt}


/**********************************************************************/
/* Text ***************************************************************/
 
body {
  background-color : #DD7777;
  font-family : "Trebuchet MS", Verdana, Ariel, "Times New Roman";
  font-size : 12px;
}

/**********************************************************************/
/* Left-Side Navigation Buttons ***************************************/

span.button { /* Basic button properties... Note that a button needs
                 also button1 or button2 class or background will be
                 transparent */
  display : block;
  width : 115px;
  border : 1px solid #548ebb; 
  margin : 2px 0 2px 0;
  vertical-align : middle;
  padding : 2px 2px 2px 2px;
  font-size : 12.5px;
  background-color : #77AADD;
  color : #00447c;




span.button:hover { /* Grey on hover */
  background-color : #8BB2CB;
  color : #ffffff;
  border : 1px solid #37668B;
}

vid {
  background-color: lightgrey;
  width: 130px;
  border: 2px solid green;
  padding: 2px;
  margin: 2px;
}