/* http://barrhill.org.uk/library/library.css */

}
body {
	background-color: white;
}



#hd {
	font-weight: bold;
	width: 50%;
	font-size: 20px;
         padding: 3px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	position: relative;
	background-color: #100B51;
	color: #D6DAE9;
	left: 20%;
}






#nav {
	display: block;
	width: 150px;
	position: relative;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #E4DFE9;
}


#intro {
	left :200px;
 	width :70%;
	top:-30px;
	position: relative;
 	color: black;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}





.titletext {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	display: block;
	width: 90%;
	
}



#search {
	border-bottom: solid;
	border-bottom-width: 10px;
	width: 95%;
}

.tab {  
	border: solid;
	border-color: black;
	border-width: 1px;
 	height: 30px;
	font-size: 11px;
	width: 12%;
	font-family: arial, helvetica, sans-serif;
	display: inline;
	
}
a:link {
	font-weight: bold;
	color: #0E144B;
	text-decoration: underline;
}

a:visited {
        font-weight: bold;
	color: #0E144B;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: blue;
	text-decoration: underline;
         
}



.desctext {
	display: block;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	position: relative;
	width: 90%;
	
}


.sal {
	
	font-size: 12px;
	left: 10px;
	width: 200px;
	position: relative;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.dwnld {
	border-color: #B1B1B1;
	font-size: 12px;
	left: 10px;
	width: 200px;
	position: relative;
	font-family: arial, helvetica, sans-serif;
	display: inline;
	border-width: 2px;
}


.rec {
	margin: 2px;
	background-color: white;
	padding: 10px;
	width: 95%;
	border-width: 1px;
	
}









#form {
	font-family: sans-serif;
	color: black;
	font-size: 12px;
}












