/*** Just for Looks ***/

		a:active, a:visited, a:link {
				color: #C00;
				text-decoration: underline;
		}
		a:hover {
				color: #F93;
				text-decoration: underline;
		}

		body {
			margin: 0;
			padding: 0;
			background: #333;
		}
		
		h1 {
			font-size: 16pt;
			line-height: 18pt;
			font-family: arial;
			color: #000;
			text-align: right;
			font-weight: bold;
			padding: 0 0;
		}

		h2 {
			font-size: 14pt;
			line-height: 16pt;
			font-family: arial;
			color: #000;
			font-weight: bold;
			padding: 0 0;
		}
		
		h3 {
			font-size: 12pt;
			line-height: 14pt;
			font-family: arial;
			color: #000;
			font-weight: bold;
			padding: 0 0;
		}
		
		p, li {
			font-size: 9pt;
			line-height: 12pt;
			font-family: arial;
			color: #000;
			font-weight: normal;
		}
		
		#header {
		 height:69px; 
 			width:100%; 
			background: #999;
			background-image:url(images/top_bg.jpg);
		}

		#footer {
			text-align: center;
			padding: 0.3em 0;
			background: #9C0B0B;
			color: #ffffff;
 			margin:0;
 			font-size: 8pt;
 			font-family: arial;
		}

		#left, #leftnews {
			background: #FFF;
			
		}

		#center, #centernews {
			background: #FBF9F5;
		}

		#right, #rightnews, .newslinks {
			background: #FFF;
			color: #000;
 			font-size: 10px;
 			font-weight: 500;
 			font-family: arial;
			
		}

		#container .column, #containernews .column {
			padding-top: 0em;
		}
		
		#rtopgraphic {
			position: absolute;
			z-index: 12;
			right: 0px;
			top: 10px;
		 	background-image:url(images/navlinks5.gif);
		 	width: 450px;
			height: 24px;
		}
		
		#rtopgraphic p {
			color: #fff;
			font-family: arial;
			font-size: 11px;
			font-weight: bold;
			padding-top: 3px; 
			padding-left: 15px;
			margin-top: 3px;
			margin-left: 15px;
		}
		
		#ltopgraphic {
			position: absolute;
			z-index: 11;
			left: 0px;
			top: 13px;
		}
		
		#left p, #leftnews p {
			padding: 0 10px;
			font-family: arial;
			font-size: 9pt;
			font-weight: bold;
			line-height: 13pt; 
		}
		
		#navheader {
			background-color: #9C0B0B;
			color: #fff;
			font-family: arial;
			font-size: 12pt;
			font-weight: bold;
			line-height: 16pt; 
			padding-right: 5px;
			padding-left: 20px;
		}
		
		
		
		a.topwhite:link, a.topwhite:active, a.topwhite:visited {
				font-size: 10px;
				font-weight: bold;
				color: #FFF;
				text-decoration: none;
		}
		
		a.topwhite:hover {
				font-size: 10px;
				font-weight: bold;
				color: #F93;
				text-decoration: underline;
		}

		a.sidewhite:link, a.sidewhite:active, a.sidewhite:visited {
				font-size: 14px;
				font-weight: bold;
				color: #FFF;
				text-decoration: none;
		}
		
		a.sidewhite:hover {
				font-size: 14px;
				font-weight: bold;
				color: #CCC;
				text-decoration: underline;
		}

		
		a.sidered:link, a.sidered:active, a.sidered:visited, a.newslinks:link, a.newslinks:active, a.newslinks:visited {
				color: #C00;
				text-decoration: none;
		}

		a.sidered:hover, a.newslinks:hover {
				color: #f93;
				text-decoration: underline;
		}
