	body {
		background-color:#FFF;
		margin: 0; padding: 0;
		overflow:auto;
		font-family:arial;
		font-size:8pt;
	}
	*{
		margin:0;
		padding:0;
	}
	/* the following line is for debugging */
	/*div {border: 1px solid #000;}*/
	
	img {
		border: 0px;
	}
	
	object:focus { outline: none;}   
	a:focus{-moz-outline-style: none; outline: 0px;}
	a {
	outline: 0;
	}	
	
	#topNav ul {
        margin: 0; 
        padding: 5px; 
        list-style-type: none; 
        text-align: center; 
        background-color: #000;
		color: #333; 
	}
	
	#topNav ul li {
		display: inline;
		float:right;	
		color: #333;	
	}
	
	
	#topNav ul li a { 
        text-decoration: none; 
        padding: .2em 1em; 
        color: #333; 
        background-color: #000; 
    } 
 
	#topNav ul li a:hover { 
        color: #000; 
        background-color: #fff; 
    } 	
		
	#header{
		margin:0px auto;
		height:90px;
		z-index: 1000;
		margin-top:20px;
		position:relative;
	}
	#headerContent{
		margin:0px auto;
		width:980px;
		height:90px;
		z-index: 1001;
	}
	
	#footer{
		margin:0px auto;
		height:40px;
		width:100%;
		bottom:0%;
		z-index: -10;
		position:absolute;
		text-align: right;
	}
	#footerframe{
		overflow: hidden;
		height: 100%;
		z-index: -10;
		padding-right:10px;
	}	
	
a:link {color: #0a71bc; text-decoration: none;}     /* unvisited link */
a:visited {color: #0a71bc; text-decoration: none;}     /* visited link */
a:hover {color: #0a71bc; text-decoration: underline;}   /* mouse over link */
a:active {color: #0a71bc; text-decoration: underline;}   /* selected link */ 	
