
body{
	margin:0px;
	padding:0px; 
	background-color: white;
	font-family:arial,helvetica,sans-serif;
	color: black;
}
		
a{
   	text-decoration: none;
   	font-weight: normal;
	color: black;
}

a:visited, a:link, a:active {
	text-decoration: none;
   	font-weight: normal;
	color: black;
}

a:hover{
	text-decoration: none;
   	font-weight: normal;
	color: black;
}
	
#top_header {
	 height:150px;
	 width:100%;
	 background-image:url(top_pattern.gif);
	 background-repeat:repeat-x;
}
	
#logo_box {
	 background-image:url(logo.gif);
	 background-repeat:no-repeat;
	 height:90px;
	 margin:0px 0px 0px 15px;
}
	
#bottom_footer {
	 height:35px;
	 width:100%;
	 background-image:url(w3c.gif);
	 background-repeat:no-repeat;
	 background-position: center right;
	 background-color: black;
	 color:white;
	 text-align:center;
	 font-size:8pt;
	 padding:20px 0px 0px 0px;
}
