@charset "iso-8859-1";		 

a:link {	  
         text-decoration: none;
         font-weight: bold;
		 color: orange;
         }

         a:visited {
         text-decoration: none;  
		 font-weight: bold;
		 color: white;
         }

         a:hover {
         text-decoration: underline;
         color: orange;
         }

         a:active {
         text-decoration: underline;
         color: green;
         }

.ad
{
border-color:white; 
border:2px dashed; 
color: red;
}

.bordered 
{
border-color:#FFFF00; 
border:1px solid;
} 
  
#RSSFeed
{		
position: absolute;
left-margin: 20;
width: 200px;	 
height: 100px;
border: solid #FFFFFF 1px;
font-size: 10px;
}	  
	 
#feedControl 
{ 
margin-top : 20px;
margin-left: 20px;
margin-right: auto;
width : 440px;
font-size: 16px;
color: #9CADD0;
}


#container
{
width: 100%;	  
margin: 10px auto;
color: #FFFF00;
border: 1px solid gray;
line-height: 130%;
font-family : arial;
font-size: 10pt;
background-color: #0033FF;
background-image: url("bg01.jpg");
background-repeat: repeat; 
}

#top
{
height: 120px;
background-color: #0033FF;
background-image: url("logo.jpg");
background-color: #0033FF;
border: 1px solid gray;
background-repeat: repeat-x;
}

#content
{
clear: both;
width: 100%;
border: 1px solid gray;
background-repeat: repeat-y;	   
overflow: auto;	   
font-size: 10pt;   
}

#left-content
{
float: left;
margin: 0;
width: 25%;
font-size: 10pt;	
}

#right-content
{
width: 75%;
float: right;	   
overflow: auto;	
font-size: 10pt; 
text-align: left;
}

#footer
{
clear: both;
margin: 0;
color: #333;
font-size: 10pt;
border-top: 1px solid gray;
text-align: center;

}	


h1 
{
   font-size: 24pt;
   font-weight: 400;
   margin-left: 20px;
   color : #FFFF00;
}

h2 
{
   margin-left: 20px;
   font-size: 16pt;
   font-style: italic;
   color : #FFFF00;
}

h3 
{
   margin-left: 30px;
   font-size: 12pt;
   font-style: italic;
   color : #FFFF00;
}

p 
{
   margin-left: 25px;  
   margin-right: 25px;
   color : #FFFF00;   
}

br
{
   margin-left: 25px;  
   margin-right: 25px;
   color : #FFFF00;   
}
		   
img
{
   border: 0px;
}

   
table
{ 
	margin-left: 30px;
	color : #FFFF00;
}
				
Body
{
background-Color: White;
}
