
html, body{ 
 margin:0; 
 padding:0;
 background-color: #cccc99;
 //background-image:url(images/bg2.gif) no-repeat;
} 
img {
	border : none;
} 
.clr{clear:both;}    
A { color: #993300; text-decoration: none; font-weight:bold; } 
A:link		{ color: #993300; text-decoration: none; } 
A:visited	{ color: #993300; text-decoration: none; } 
A:active	{ color: #FFCC66;  } 
A:hover		{ color: #FFCC66;  }
h1, h2, h3 {margin: 0px;padding: 0px;}

#header{
height:109px;
background: #cccc99 url(images/bg1.gif) no-repeat;
}

.header1 {
	position:absolute;
	left:100px;
	top:0px;
	width:601px;
	height:85px;
	background: url(/images/copsheadersummer07.jpg) no-repeat;
	background-color:#ffffff;
}
.header2 {
	position:absolute;
	left:100px;
	top:85px;
	width:601px;
	height:24px;
}
#container{
background-image: url(images/bg2.gif);
}

#bodybox {
	position:absolute;
	left:100px;
	top:109px;
	width:601px;
	background-color: #ffffff;
	}
.date	{ 
		font-family:verdana, arial, sans-serif; 
		font-size: 9px; 
		color: #666; 
		margin: 10px 15px 3px 15px;
		font-weight:bold;
		}	
.title	{ 
		font-family: verdana, arial, sans-serif; 
		font-size: 13px; 
		color: #003366; 	
		text-transform:uppercase;
		/*margin: 0px 15px 3px 15px;*/	
		border-bottom:1px dotted #999;	
		}	
.blogbody {
		font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
		color:#666;
		font-size:12px;
		font-weight:normal;
  		background:#FFF;
  		line-height: 18px;
  		margin: 0px 15px 3px 15px;			
		}
.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	}
.posted	{ 
		font-family:verdana, arial, sans-serif; 
		font-size: 10px; 
		color: #003366; 
		margin-bottom:25px;
		}
#footer{
 height:16px; 
 width:100%; 
 background-color:#FFF; 
 text-align:center;
 margin-top:0;} 
.footer{margin-top:2px;padding:4px;}
#recent{
    width: 125px;
    float:right; 
    position:relative; 
  /* margin-right:-124px; */ 
 margin-top:10px;
 margin-left:10px; 
 background-color:#fff;
 border-left:1px dotted #999;
 border-bottom:1px dotted #999;
 border-top:1px dotted #999;
 padding:2px;
}
.sidebar{font-size:8pt;font-family:sans-serif; padding:5px;color:#3c3c3c;}
.sidetitle {font-size:7pt;letter-spacing: 2px;margin-top:10px;font-family : verdana,arial,sans-serif;text-align: left;padding-left: 5px;background-color: #cccc99;
}
.comments-head	{ 
		font-family: verdana, arial, sans-serif; 
		font-size:11px; 
		color: #666; 
		border:1px solid #999;
		padding:5px;
		font-weight:bold;
		margin-top:10px;		
		margin-left:15px;
		margin-right:15px;
		background:#fff;
		}		
		.comments-body {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:10px;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		padding:10px;	
  		margin-left:15px;
		margin-right:15px;
		background: #fff;		
		}	
#banner-commentspop {
		font-family:verdana, arial, sans-serif;
		color:#000;
		font-size:13px;
		font-weight:bold;		
  		background:#cccc99;
  		padding-left:15px;
  		padding-right:15px;
  		padding-top:5px;  		  		  			 
		}	
