body { 
        margin: 0px; 
        padding: 0px; 
        background-color: #eeeeee; 
}




hr {
	color: #999999;
}
  
h1 { 
        margin: 0px; 
        font-family: georgia; 
}

h2 {
		margin: 0px;
		font-family: georgia;
	}
	

	
h3 { 
        margin: 0px; 
        font-family: georgia; 
}








a {
	padding: 2px;
	}
a:link {
  color: #333366; 
  text-decoration: underline; 
  background: none;}
a:visited {
  color: #333366; 
  text-decoration: underline; 
  background: none;}
a:hover { 
  color: #336699; 
  text-decoration: none; 
  background: none;}
a:active {
  color: #999999;
  text-decoration: none;
  background: none;
  }

#rightSection { 
        position: absolute; 
		left: 580px;
        top: 90px; 
        right: 0px; 
        height: auto; 
        width: 180px; 
		font-size: 12px;
		font-family: Tahoma;
		color: #FFFF99;
		z-index: 1;
		background-color: #00070D;
		opacity: .7;
		filter: alpha(opacity=70);
}

#rightSection a:link 
{
color: #FFFF99;
font-weight: bold;
background: none;
}

#rightSection a:visited
{
color: #FFFF99;
font-weight: bold;
background: none;
}

#rightSection a:hover
{
color: #FFFF00;
text-decoration: underline;
font-weight: bold;
background: none;
}

#rightSection a:active
{
color: #99FF66;
text-decoration: none;
font-weight: bold;
background: none;
}

.footer {  
        position: relative; 
        height: 250px; 
        margin: 40px 0px 0px 0px; 
        font-size: 11px; 
}




/* Custom Client CSS */


#mastHead span.text {
		position: absolute;
		margin: 90px 10px 0px 188px;
		font-weight: bold; 
		font-size: 14px; 
		font-family: Arial, Verdana, Helvetica, sans-serif;
		letter-spacing: 0.03cm;
}

div.articlebox {
	width: 360px;
	padding: 10px;
	border: 2px solid #cccccc;
	border-bottom: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	background-color: #0D0D0D;
	font-size: 13px;
	font-family: Tahoma;
	color: #ffffff;
	}
	
.headline a:link {
 	text-decoration: none;
 	background: none;
	color: #333300;
	}		

.headline a:visited {
 	text-decoration: none;
 	background: none;
	color: #333300;
	}	

.headline a:hover {
 	text-decoration: none;
 	background: none;
	color: #669900;
	}	

.headline a:active {
 	text-decoration: none;
 	background: none;
	color: #999999;
	}		
	
.headlinetwo a:link {
 	text-decoration: none;
 	background: none;
	color: #ffffff;
	}		

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

.headlinetwo a:hover {
 	text-decoration: none;
 	background: none;
	color: #FF9900;
	}	

.headlinetwo a:active {
 	text-decoration: none;
 	background: none;
	color: #999999;
	}			
