body 
{
background-color:#000000;
color: #ffffff
}

/* begin styles for RSS Feed */

.rss_box {
	 margin: 10px 5%;
	 padding: 4px 8px;
	 width: 460px;
	 background-color: #000000;
	 border: 2px dashed #7485CA;
}

.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
padding: 3px;
  
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight : bold; 
  margin: 8px 8px;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #88b;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss_date {
	font-size: 11px;
	font-weight : normal;
	color: #F60;
	}


table 
{
border-style: none;
border-color: #000000;
border-spacing: 2px;
background-color: #000000;
border-width: 1px;
border-collapse: separate;
color: #ffffff
}

td
{
border-width: 2px;
border-color: #000000;
background-color: #000000;
padding: 2px;
border-style: none;
color: #000000
}

tr
{
border-width: 2px;
border-color: #000000;
background-color: #000000;
padding: 5px;
border-style: none;
color: #000000
}


h1
{
text-align: left;
color: blue;
font-family: times, serif;
font-size: 170%;
background-color: #000000;
margin-left: 10px;
}

div.center {text-align: center}

a img
{
border:none
}

img.middle
{
vertical-align: 200%
}

p.leftmargin
{
text-align: left;
color: #ffffff;
font-family: times, serif;
font-size: 120%;
background-color: #330
 0CC;
margin-left: 1.5cm;
line-height: .75cm
}

p.bold
{
text-align: center;
color: #ffffff;
font-family: times, serif;
font-size: 200%;
background-color: #000000
}

p.left
{
text-align: left;
color: #ffffff;
font-family: times, serif;
font-size: 100%;
background-color: #000000
}

p.center
{
text-align: center;
color: #ffffff;
font-family: times, serif;
font-size: 100%;
background-color: #000000
}

p.test
{
text-align: center;
color: #ffffff;
font-family: times, serif;
font-size: 100%;
background-color: #000000;
margin-left: -80px;
}

p.leftcolcenter
{
text-align: center;
color: #ffffff;
font-family: times, serif;
font-size: 120%;
background-color: #330
 0CC
}


p.rightcolumn
{
text-align: center;
color: #ffffff;
font-family: times, serif;
font-size: 120%;
background-color: #330
 0CC
}

p.middlecolumn
{
text-align: left;
color: #ffffff;
font-family: times, serif;
font-size: 120%;
background-color: #000000;
margin-left: -2cm
}

p.textmiddle
{
text-align: left;
color: #ffffff;
font-family: times, serif;
font-size: 100%;
background-color: #000000;
margin-left: -280px;
margin-right: 10px;
}

p.right
{
text-align: right;
color: #ffffff;
font-family: times, serif;
font-size: 100%;
background-color: #000000
}

a:link 
{
color: #ffffff;
text-decoration: none;
background-color: none
}

a:visited
{
color: #ffffff;
text-decoration: none;
background-color: none
}

a:hover
{
color: #FFFF33;
text-decoration: underline overline;
background-color: none
}

a:active
{
color: #ffffff;
text-decoration: none;
background-color: none
}

#pagewidth
{ 
 width:950px;
 float-center;
margin-left:auto; 
 margin-right:auto;  
} 
 
#header
{
 position:relative; 
 height:175px; 
 background-color:#000000; 
 width:100%;
 color: #000000
} 
 
#leftcol
{
 width:200px;
 height: 500px; 
 float:left; 
 position:relative; 
 background-color:#330
 0CC; 
 color: #000000
}
 
#twocols
{
 width:750px; 
 float:right; 
 position:relative; 
}
 
#rightcol
{
 width:200px;
 height:500px; 
 float:right; 
 position:relative; 
 background-color:#330
 0CC;
 color: #000000 
}
 
#maincol
{
 background-color: #000000;  
 float:left; 
 position: relative; 
 width:550px; 
 color: #ffffff
}
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
