@charset "UTF-8";
/* CSS Document */


body {
background-color:#f3f3f3;
margin: 25px;
width: 900px;
font-family: Georgia, serif;

}

  a {
      	color: #346c9d;
      }


#date h1, #sidebar h1 {
    
      	      	font-size: 12px;
      	font-weight: normal;
      	color: #999999;
      	margin: 0;
      	padding: 0;
      	text-transform: uppercase;
      }
	  
	#article, #article2 {
	
	width: 600px;
	float:left;
	border-right: 1px dotted #d5d5d5;
	
	}
	
	  
	   #article h1, #article2 h1 {
      	
      	font-size: 18px;
      	font-weight: normal;
      	color: #000000;
      	margin: 20px 0 8px 0;
      	padding: 0;
      }
	  
	  #article p, #article li, #article2 p, #article2 li {
	
      	font-size: 13px;
      	
      	color: #333333;
      	margin: 0 0 20px 0;
      	padding: 0;
		padding-right: 40px;
		}
		
		#article img, #article2 img {
		margin: 10px;
		border: 0px;
		
		}
		
		#article ul {
		list-style:none;
		}
		
	



#sidebar {
float:right;
width: 250px;
}

    #sidebar ul {
      	margin: 0 0 0 24px;
      	padding: 0;
		list-style:circle;
      }

      #sidebar ul li a {
      
      	font-size: 12px;
      	font-weight: normal;
      	color: #346c9d) ;
      }
	  
	    #sidebar ul li {
      	
      	font-size: 12px;
      	font-weight: normal;
      	color: #cccccc;
      }


#footer {
text-align:center;
clear:both;
width: 600px;
}

#footer p {
  	font-family: Georgia;
      	font-size: 11px;
      	font-weight: normal;
      	color: #333333;
      	padding: 10px 0 10px 0;
		}




.floatright {
float: right;
}

.miniheader {

      	font-size: 12px;
      	font-weight: bold;
      	color: #000000;
      	margin-top: 25px;
      	padding: 0;
		}
		
.bold {
	font-weight:bold;
}

.boldupper {
	font-weight:bold;
	color:#003366;
	text-transform:uppercase;

	
}

.underlineitalics {
	text-decoration:underline;
	font-style:italic;
}

.italic {
	font-style:italic;
}
	
.underline {
	text-decoration:underline;
}