/* CSS Document */



* { padding: 0; margin: 0; }

body {
  font-size: 13px;
font-family:"Trebuchet MS", Arial, "Arial Rounded MT Bold";
}


#wrapper { 
 margin: 0 auto;
 width: 922px;
border:#66cc66 solid 1px;

}




#logo{
background:url(images/pclogo.jpg) no-repeat;
height:135px;
float:left;
width:252px;
}

#title{
float:left;
height:20px;
margin-top:103px;
font-size:16px;
color:#3366cc;
font-weight:700;
}



div#navbar2 {
clear:left;
    width: 100%;
    background-color: #66cc66;
	height:25px;
	

	}

div#navbar2 ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: small;
    color: #000000;
   }
div#navbar2 li {
    list-style-type: none;
	float:left;
}
div#navbar2 li a {
    text-decoration: none;
	background:url(images/bullet.jpg) no-repeat right center;
    padding: 4px 21px 0 10px;
    color: #000000;
	display:block;
	}


div#navbar2 li a:hover {
    font-weight: bold;
	color:#ffffff;
	}



#tagline{
clear:both;
float:right;
font-size:16px;
color:#3366cc;
font-weight:700;
}


#copyright{
	clear:both;
	background-color: #66cc66;
	width:100%;	
	text-align:center;
	
	
	
}

#copyright a {
text-decoration: none;
    padding: 4px 21px 0 10px;
    color: #000000;
font-weight:700;
		}
	
	#copyright a:hover{
	color:#FFFFFF;
	}



#detail{
clear:both;
padding:10px;
background-color:#ccffcc;
border-top:#3366cc 1px solid;
border-bottom:#3366cc 1px solid;
}


.bold{
font-weight:700;
}

td{
text-align:center;
}
	
body#index a#indexlink,
body#groups a#groupslink,
body#facilities a#facilitieslink,		
body#funding a#fundinglink,
body#education a#educationlink,
body#cafe a#cafelink,
body#about a#aboutlink{
color:#ffffff;
}

#detail li{
margin-left:25px;
}

#BTopen{
text-align:center;
padding:10px;
}

.bt{
color:#66cc66;
}