/*
	Style sheet for Robert Bion Ltd.
	Last updated: 08 July 2003.
*/


 *{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 98%; 
	font-style: normal; 
	line-height: normal; 
	font-variant: normal; 
	color:#22155a;
	}


body {   
    margin: 4px; 
	background-color: #ccc;
}


img {
	border: 0;
	}



#maintable {
	width: 750px;
	background-color: white;
	border: solid 1px black;	
	}
	
	
.maincontent {
	padding-left: 25px;
	padding-right:15px;
	padding-top: 5px;
	padding-bottom: 40px;
	width: 100%;
	}
	

	
#mainnav {
	width:185px; 
	background-image: url('../images/nav/bg.jpg'); 
	background-repeat: no-repeat;
	}
	
	
	
#subnav {
	width:100%;
	}
	
	
	
.topnav {
	font-size: 85%;
	}
	

h1 {
	font-size: 110%;
	font-weight: bold;
	}
	



.sidenav {
	padding-left:40px;
	padding-top:0px;
	padding-bottom:0px;
	}
	
.changes {
	color:#FF0000
	}
	
a.sidenav:hover {
	background-color: transparent;
    }
	
	
hr {
	height: 1px;
	width: 95%;
	color: #22155a;
	}
	

.floatleft {
	float:left;
	margin-right:4px;
	}
	
	
	
.floatright {
	float:right;
	margin-left:4px;
	}
	


.footer {
	background-color: #22155a;
	font-size: 75%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
	
dt {
	font-weight: bold;
	margin-top: -10px;
	}
	
	


a {
    text-decoration: underline;
    }
	
	
	
a:hover {
    text-decoration: underline;
	background-color: #d7d8e8;
	color: black;
    }
	
	
	
	
a em {
	font-style: normal; 
	line-height: normal; 
	font-variant: normal; 
    text-decoration: underline;
	color: white;
            }
			
			
			
			
a.footerlink {
    text-decoration: none;
	color: white;
    }
	
	
	
a.footerlink:hover {
    text-decoration: underline;
	background-color: #6b5893;
	color: white;
    }
	

	
	.addressbar {
	background-color: white;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
    }
	

address {
		font-size: 80%;
		}

	
a.sitecredit {
	font-size: 80%;
	text-decoration: none; 
	color: #666666 ;
	background-color: transparent;
	padding-left: 10px;
}


.sitecredit:hover  {
	background-color: #6b5893;
	color: white; 
	padding-left: 10px;
}



.blurred {
	border: #333333 1px solid;
	padding: 1px; 
	background: #f2fbfe;  
	color: #676c6f; 
}



.blurredcheckbox {
	border: 0;
	padding: 1px; 
	background: #f2fbfe; 
	color: #676c6f; 
}



.focused {
	border: #7dbdd6 1px solid; 
	padding: 1px; 
	background: white; 
	color: black; 
}
	

			
			
			

