
/* TCB CSS Definitions */


/* basic elements */

ul.nav li{
 	float:left;
	vertical-align: middle;
	list-style-type:none;
    }
    
ul.nav li a {
     display:block;
    vertical-align: middle;
    padding: 1px 5px;	 
    text-decoration: none;
    font-size: 18px;
    color:#333333;
    background-color: #B7BCCA;
    border-right:2px solid #486B02;
    border-left:2px solid #E4FFD3;
    float:left; 
         }    
        
 ul.nav a:hover {
 color:#e8e8e8;
 background-color: #91A8BF;
  }
  
.buttonbkg {
background-color:#AAAAAA;
border: 1px solid #333333;
}

.buttonlink {
/*background-color:#FFFFFF;*/
border: 0px;

}

button:hover {
background: #d8d8d8;
border: 1px solid #333333;
height: 25px;
color: #000000;
}


.screen {
	position: absolute;
	top: 15px;
   	 width: 800px;
	align: centre;
	height: auto;
}
button {
background: #AAAAAA;
border: 1px solid #333333;
height: 25px;
color: #333333;
}

.tableborder {
border: 0px solid #666666;
}
a:link { 
/*text-decoration: none;*/
color: #4040FF;
}
a:hover {
      color: #4040FF;
      background-color:#ffffff;
}
a:visited {
       
		color: #4040FF; 
       /* text-decoration: none;*/
}

a:current {
        font-weight:normal;
		color: #0FF000; 
 
}
.background {

       	height: 100%;
	background-color: #7094B8;
	background-image:
        url('tcb_bkg.jpg');
/*	background-position: left top;*/
	background-repeat: repeat-x
        /*background-color: #91A8BF;*/
	
}

.header {
	position: absolute;
	top: 5px;
        height: 115px;
	left: 0px;
        width: 800px;
	background-color: #e8e8e8;
	border: 1px solid;
       	background-image: url('TCBLogo.gif');
	background-position: left top;
	background-repeat: no-repeat
	

}

.navbar {
	position: absolute;
	top: 120px;
        width: 800px;
	text-align: center;
	height: 50px;
       	background-color: #4C5F77;
	border: 1px solid #000000;
	font-family: Arial;
        font-size: 15px;
	vertical-align: middle; 
}

.main {
	position: absolute;
	top: 170px;
        width: 800px;
		left: 0px;
        background-color: #e8e8e8;
		text-align: justify;
		height: auto;
        border: 1px solid #000000;
        background-attachment: fixed;
		font-family: Arial;
        
	 font-size: 15px;
        color: #262626;		
}


.copyright {
	    text-align: center;
        font-family: Century Gothic;
        font-size: 12px;
        color: #777777;
}

.title {
	position: absolute;
	top: 35px;
	left:400px;
        font-family: Century Gothic;
        font-size: 36px;
	font-weight:bold;
	color: #5077A2;
/*	color: #4C5F77;*/
}

.body {
text-align: justify;
        font-family: Arial;
        font-size: 16px;

.label {
text-align: center;
        font-family: Arial;
        font-size: 15px;
      //  color: #777777;
}

.footer {
text-align: center;
        font-family: Arial;
        font-size: 15px;
      //  color: #333333;
}