
	body {
		margin:20px 20px 20px 20px;
		background:White;
		}
	A 	{ color: #003366; text-decoration: none }
	A:link		{ color: #990099; text-decoration: none; }
	A:visited	{ color: #990099; text-decoration: none; }
	A:active	{ color: Red;  }
	A:hover		{ color: Red;  }

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
		text-align:center;
	}

	#banner {
		font-family:"Lucida Sans Unicode", arial, sans-serif;
		color:#000000;
		font-size:large;
		font-weight:bold;
		text-align:center;
		position:absolute;
		height:100px;
		right:10px;
		width:75%;
  		background:#FFFFFF;
  		}

	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		font-family: "Lucida Sans Unicode", arial, sans-serif;
		font-size: large;
		color: #000099;
		text-decoration: none;
		}
		
	#links {
	    font-family:"Lucida Sans Unicode",  arial, sans-serif;
	    font-size: x-small;
		color:#000000;
		padding:5px;
		position: absolute;
		background:#FFFFFF;
		background-image:url('gradient.jpg');
		background-repeat: repeat-y;
		top:10px;
		width:25%;
		left: 10px;
		height:100%;
		border:1px solid #000;
				
		}
		
	#topnews {
	    position: absolute;
		top:120px;
		right:10px;
		width:70%;
		text-align: center;
		background:#FFFFFF;
		border:1px solid #000;
		
		}

	#centercontent {
	   position:absolute;
	   top:360px;
	   background:#FFFFFF;
	   right:10px;
	   width:70%;
	   font-family:"Lucida Sans Unicode",  arial, sans-serif;
	    font-size: small;
	   }


