body {
	background-color: #999999;
	margin: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;

}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
}
.pheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a.menu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;	
}
a.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;	
}
a.contact:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
}
a.contact:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
}
a.contact:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;

}
.sidebar {
	position: absolute;
	z-index: 1;
	font-size:0px;
	left: 25px;
	top: 10px;
	height: 525px;
	width: 5px;
	background-color: #000000; 
}
.blacktop {
	position: absolute;
	z-index: 1;
	font-size:0px;
	left: 35px;
	top: 10px;
	height: 10px;
	width: 705px;
	background-color: #000000; 
}
.whitetop {
	position: absolute;
	visibility: visible;
	font-size:0px;
	z-index: 2;
	height: 20px;
	width: 705px;
	left: 35px;
	top: 10px;
	background-color: #FFFFFF; 
	padding: 2px;
}
.mainleft {
	position: absolute;
	visibility: visible;
	z-index: 3;
	height: 460px;
	width: 235px;
	left: 35px;
	top: 40px;
	background-color: #000000; 
	padding: 2.5px;	
}
.mainright {
	position: absolute;
	visibility: visible;
	z-index: 4;
	height: 460px;
	width: 460px;
	left: 280px;
	top: 40px;
	background-color: #000000; 
}
.whitebottom {
	position: absolute;
	visibility: visible;
	z-index: 5;
	font-size:0px;
	width: 705px;
	height: 20px;
	left: 35px;
	top: 510px;
	background-color: #FFFFFF; 
	padding: 2px;
}
.blackbottom {
	position: absolute;
	visibility: visible;
	z-index: 6;
	font-size:0px;
	height: 5px;
	width: 705px;
	left: 35px;
	top: 540px;
	border: 0px;
	background-color: #000000; 
}

.extratext {
	position: absolute;
	visibility: visible;
	left:35px;
	top:555px;
	width:705px;
	z-index:7;
}
/* begin styles for RSS Feed */


.rss_box {
	 margin: 1em;
	 background-color: #000000;
	 overflow: auto;
	 padding: 2px 0px 0px 0px; 
	 width: 410px; 
	 height: 210px;
	 
}
.rss_items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}

p.rss_title {
	padding:0.5em;
}

.rss_title {
	text-decoration: none;
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 12px;
	background-color:#000;
	color:#fff;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss_item  {
  font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 11px;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss_item a {
	text-decoration : none;
	color: #000000;
	font-size: 11px;
	font-weight:light;
	font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	}

.rss_item a:visited { color:white; }



.rss_date {	font-size: 85%;	font-weight : normal; color: #fff;}