@charset "utf-8";
/* CSS Document */

* {/* zero margins and padding */
		margin: 0;
		padding: 0;
		}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	}


html {
	height: 100%;
}

#bgimg {
	position: absolute;
	top: -10px;
	left: 10px;
	}

#skiptonav, #header, #strapline, #search, #footer, #latestnews, #mainnavigation, #subnavigation, img.feature {
	display: none;
}
		
p {
	font: 12pt/20pt "Times News Roman", Times, serif;
	line-height: 110%;
	padding-bottom: 5px;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #000000;
	
	}

#content {
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 120px;
	}

#content h1, #content h2, #content h3 {
	font: 16pt Georgia, "Times New Roman", Times, serif;
	color: #4b4b4b;
	background-color: transparent;
	margin-top: 5px;
	padding-bottom: 10px;
}

  
table {
	padding: 2px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	font: 12pt/20pt "Times News Roman", Times, serif;
			}
			
th {
	border: 1px solid #cccccc;
	}
	
td	{
	line-height: 110%;
	padding-left: 5px;
	border: 1px solid #cccccc;
	}
	

#content ul {
	margin-top: 5px;
	margin-bottom: 5px;
	}
				
#content li {
       font: 12pt/20pt "Times News Roman", Times, serif;
	   list-style: circle;
	   margin-left: 20px;
	   line-height: 110%;
	   padding: 0;
}

	






				

