body {
	margin: 0;
	font-family: tahoma, arial, verdana;
	}

#container {
 	margin: 0;
	}
	
/*-----------Top-----------*/

#top {
	display: none;
	}
	
/*-----------Nav-----------*/

#nav {
	display: none;
	}
	
/*-----------Child Container-----------*/

#ChildContainer {
	margin: 0;
	padding: 0;
	min-height: 400px;
	}
	
#ChildContainer h1 {
	display: none;
	}
	
/*-----------Child Content-----------*/

#ChildContent {
	padding: 20px 0 0 0;
	margin: 0;
	font-size: 10pt;
	}

#ChildContent p {
	text-align: justify;
	line-height: 14pt;
	}
	
#ChildContent a:link, #ChildContent a:visited, #ChildContent a:hover {
	text-decoration: none;
	color: #000000;
	}

	
/*-----------SubNav-----------*/

#SubNav {
	display: none;
	}
	
/*-----------Footer-----------*/

#footer {
	clear: both;
	margin: 1px 0 0 0;
 	width:100%;
	font-size: 8.5pt;
	}

#footer p {
	padding: 10px;
	border-top: 1px solid #c4c4c4;
	color: #c4c4c4;
	text-align: right;
	}
	
#footer p.gov {
	display: none;
	}

#footer a:link, #footer a:visited, #footer a:hover {
	text-decoration:none;
	color: #c4c4c4;
	}