@charset "UTF-8";
/* CSS Document */




body {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10%;
	}



img {
	border: 0px;
	}
	
	
a {
	text-decoration:none;
	color: #333;
	}
	
#nav{
	height: 16px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 0 0 8px 0;
	padding: 8px 0 4px 0;
	font-weight: bold;
	}	
	
#nav ul, #subNav ul {
	margin: 0;
	padding: 0;
	}
		
#subNav {
 	clear: both;
	height: 16px;
	border-bottom: 2px solid #333;
	margin-bottom: 8px;
	padding-bottom: 4px;
	}		
	
#nav li, #subNav li {
	float: left;
	list-style: none;
	padding: 0 16px 0 0;
	font-size: 12px;
	}
	
#subMenu ul {
	margin: 20px 0 0 0;
	padding: 0;
	}	
	
#subMenu li {
	list-style: none;
	font-size: 12px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #333;
	width: 260px;
	}
	
a.selected {
	font-weight: bold;
	}		
	
	
.applyBox {
	border: 1px solid #333;
	padding: 10px 10px 12px 10px;
	width: 20%;
	}	
	
.footer {
	margin-top: 40px;
	}	
	
.spermDonors, .qWrapbottomRule {
	display: none;
	
	}	

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	}

	
h3 {
	font-size: 14px;
	line-height: 18px;
	}
	

	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	}		
	
	
p, .mainColCentre ul {
	font-size: 14px;
	line-height: 18px;
	}
	
.footer p {
	font-size: 11px;
	}		
	
.mainColCentre ul {
	padding: 0 0 0 14px;
	}	
		
