﻿/*************************************************************************************************/
/** HTML tags                                                                                   **/
/*************************************************************************************************/
body  { font: normal normal normal 9pt verdana;
        text-align: left; color: #000000; overflow: auto; 
        background-color: #ffffff; line-height: 14pt; 
        background:white url('../img/UBLogo.gif') no-repeat fixed left top;
      }

p     { margin: 0 12pt 6pt 0; }

h1    { font-size: 15pt; font-weight: bold; 
        text-align: center; margin: 12pt 0 12pt 0; 
        color: #009ad8; }

h2    { font-size: 13pt; font-weight: bold; 
        text-align: left; margin: 12pt 0 12pt 0; 
        color: #009ad8;   
      }

h3    { font-size: 10pt; font-weight: bold; 
        text-align: left; margin: 18pt 0 12pt 0; 
        color: #009ad8; 
      }

table { border: none; } 

td    {	font-size: 10pt; font-weight: normal; 
		border: none; color: #000000; padding: 3px; vertical-align: middle; 
	  } 

img   { border: 0; } 

ul	  { list-style-position: outside;  list-style-type: disc; }

a         { text-decoration:none; color:navy;}
a:link    { color: navy; }
a:visited { color: navy;}
a:hover   { color: navy;}
a:active  { color: navy; }

.C { text-align: center; }
.R { text-align: right; }
.I { font-style: italic; }
.T { vertical-align: top; }
.B { font-weight: bold; }
.S { font-size: 8pt; }

.Blue {	color:#075498;}
.subTitle { text-align:center; font-variant:small-caps;  }

#Menu { position: fixed; width: 248px;  top:180px; left: -24px; z-index: 1; font-weight:bold; }
#mainMenu { color: #ffffff; list-style:none; list-style-position:outside; }
#mainMenu li { background-color:#009ad8; background-position:right top; background-repeat:no-repeat; width:208px; text-indent: 12px; line-height: 30px; cursor:pointer; } 
#mainMenu li ul { list-style-position:outside; list-style-type:none; margin-left: 0; }
#mainMenu li ul li { background-color:#ffffff;  line-height: 30px; margin-left: -40px; *margin-left: 0;  }
#mainMenu li ul li a { text-decoration:none; color:navy;}
#mainMenu li ul li a:link {color: navy; }
#mainMenu li ul li a:visited {color: navy;}
#mainMenu li ul li a:hover {color: navy;}
#mainMenu li ul li a:active {color: navy; }
.menudown { background-image: url('../img/BlockDown.gif'); }
.menuup   {	background-image: url('../img/BlockUp.gif'); }

#bannerblock  { position:absolute; top: 12px; left: 240px; height:148px; width: 320px; overflow:hidden; }
#logoBlock    { position:absolute; top:0; left:0; width:230px; height:160px; background-color:transparent; cursor:pointer; }
.bodypane { position:fixed; top:172px; left:252px; width: 758px; overflow: auto; }
