body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}

a:link, a:visited, a:hover {
	color: #FF0000;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

#topnav{
		text-align:center;
		font-size:20px;
		margin-right:200;
		float:center;
		width:497;
}

	a.topnav:link, a.topnav:visited {
	font-weight:bold;
	color:#000000;
	text-decoration: none;
}	
	a.topnav:hover {
	color:#FFFFFF;
	}

#botnav{
	color: #000000;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	text-align:center;
}

#topcontent {
	left:10px;
	top:50px;
	right:10px;
	height:113px;
	background-image:url(/horizbar.gif);	
		}

#leftcontent {
		position: absolute;
		left:10px;
		width:200px;
		float:left;
		background-image:url(/vertbar.gif);
		height:768px
		}

#centercontent {
		top:0px;
   		margin-left: 199px;
   		margin-right:199px;
		padding-left:30px;
		padding-right:30px;
		}

#rightcontent {
		position: absolute;
		right:10px;
		float:right;
		width:200px;
		padding-right:10px;
		}
		
#sidenav {
		text-align:center;
		font-size:18px;
		border-color:#000000;
		border-width:thick;
		line-height:1.5;
		}	
		
	a.sidenav:link, a.sidenav:visited {
	font-weight:bold;
	color:#000000;
	text-decoration: none;
}	
	a.sidenav:hover {
	color:#FFFFFF;
	}
	
a.newstitle:link, a.newstitle:visited {

		font-size:14px;
		color:#0099FF;
		font-weight:bold;
		}	
		
	a.newstitle:hover  {

		font-size:14px;
		color:#0099FF;
	    font-weight:bold;
		}		
		
	#newstext {
		font-size:14px;
		color:#999999;
		text-align:left;
		}
		
	#newscolumntitle {	

		font-size:18px;
		color:#000000;
		font-weight:bold;
		}
		
	#contenttitle {
		font-size:24px;
		font-weight:bold;
		color:#FF0000;
		}
		
			
			
