	body {
	margin: 10px 0px 20px 0px;
	background: #566079;
	/**background: #566079 url(../blog/newback.jpg);**/
	/** Background courtesy http://www.squidfingers.com/patterns , slightly modified**/
}
	
	#content {
	background: #779988;
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFF;
	width:700px;
	text-align: left;
	padding: 0px;
}

	A 			{
	color: white;
	text-decoration: underline;
}
	A:link		{
	color: #F0FFFF;
	text-decoration: underline;
}
	A:visited	{
	color: Silver;
	text-decoration: underline;
}
	A:active	{
	color: Aqua;
}
	A:hover		{
	color: Aqua;
}

	h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

	#banner {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	padding: 0px;
	border-bottom: 1px dashed;
	background: #779988;
	background-image: url(fenceheader-color.jpg);
	width: 700px;
	height: 125px;
}

	#banner-separator {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	padding: 0px;
	border-bottom: 1px dashed;
	background: #336666;
	text-align: center;
}

	ul {
  	padding: 0;
	margin: 0;
	list-style: none;
}
	
	li {
	float: left;
	position: relative;
	width: 10em;
	font-size: small;
	color: white;
	display: block;
                border-right: 1px solid;
}

	li ul {
	display: none;
  	position: absolute; 
	top: 1.72em;
	left: 0;
}

	li:hover ul, li.over ul {
	/* lists nested under hovered list items */
	display: block;
	background-color: #003366;
	border-color: white;
}

#nav li li a {
	display: block;
	font-weight: bold;
	font-size: x-small;
	color: White;
	padding: 0.2em 10px;
	background-color: #003366;
	border-bottom: 2px inset silver;
	border-right: 2px inset silver;
}

#nav li li a:hover {
	padding: 0.2em 3px;
/**	border: 3px solid silver; **/
                border-bottom: 2px inset silver;
	border-right: 2px inset silver;
	background-color: #003333;
}


	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
	font-family: 32px/40px "MS Sans Serif", Geneva, sans-serif;
	letter-spacing:10px;
	color: White;
	text-decoration: none;
}
	
	.description {
		font-family:"MS Sans Serif", Geneva, sans-serif;
		color:#333;
		font-size:small;
  		text-transform:none;	
		}
	
	#links {
	padding: 15px;
	border: 0px;
	width: 152px;
	background: #779988;
}

	.indent {
		padding: 0px 30px 0px 30px;
}
		
	.blog {
	padding: 15px;
	background: #003333;
}

	.blogbody {
	padding: 10px;
	font-family: verdana, arial, sans-serif; 
	font-size:11px; text-decoration: none; font-weight:normal;
	color: #F5F5F5;
	background: #7D8A9C;
	line-height: 140%;
	border: 2px inset Silver;
}

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	}

	.title	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #003466;
}			

	.date	{
	font-family:palatino, georgia, times new roman, serif;
	font-size: large;
	color: Silver;
	border-bottom:1px solid #999;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}
		
	.posted	{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: x-small;
	color: Silver;
	margin-bottom: 25px;
	background: #7D8A9C;
}
		
		
	.calendar {
	font-family:"MS Sans Serif", Geneva, sans-serif;
	color: White;
	font-size:x-small;
	font-weight:normal;
	background: transparent;
	line-height:140%;
	padding:2px;
	text-align:left;
}
	
	.calendarhead {
	font-family: palatino, georgia, times new roman, serif;
	color: #White;
	font-size: small;
	font-weight: bold;
	padding: 2px;
	letter-spacing: .3em;
	background: transparent;
	text-decoration: underline;	
}	
	
	.side {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	color: #F5F5F5;
	font-size: x-small;
	font-weight: bold;
	background: transparent;
	line-height: 140%;
	padding: 2px;
}	
		
	.sidetitle {
	font-family:palatino, georgia, times new roman, serif;
	color: #003466;
	font-size:small;
	font-weight: bolder;
	padding:2px;
	margin-top:30px;
	letter-spacing: .3em;
	background: transparent;
	text-transform:uppercase;
}		
	.linkhead {
	font-family:palatino, georgia, times new roman, serif;
	color: #003466;
	font-size:small;
	font-weight: bold;
	padding:2px;
	margin-top:5px;
	letter-spacing: .3em;
	background: transparent;
}
	.syndicate {
	font-family:verdana, arial, sans-serif;
	font-size:xx-small;
	color: #003466;
	line-height:140%;
	padding:2px;
	margin-top:25px;
	background: transparent;
}	
		
	.powered {
	font-family:palatino, georgia, times new roman, serif;
	color: #003466;
	font-size:x-small;
	line-height:140%;
	text-transform:uppercase;
	padding:2px;
	margin-top:20px;
	letter-spacing: .2em;
	background: transparent;
}	
	
	input.submit {
	background: #778899;
	color: #fff;
	font: 11px Verdana, Arial, sans-serif;
	border: 1px solid Silver;
	margin: 0px;
}
	
	.comments-body {
		font-family: verdana, arial, sans-serif; 
	        font-size:11px; 
                text-decoration: none; 
                font-weight:normal;
		color:white;
  		background: #7D8A9C;;
  		line-height:140%;
		padding:5px;
		padding-bottom:10px;
  		padding-top:10px;		
 		border: 2px inset Silver;
		}		

	.comments-post {
		font-family:verdana, arial, sans-serif;
		color:#fff;
		font-size:x-small;
		font-weight:normal;
  		background: #7D8A9C;		
		}	
	
	.comments-head	{ 
		font-family:palatino, georgia, verdana, arial, sans-serif; 
		font-size:small; 
		color: #fff; 
		border-bottom:1px solid #999;
		margin-top:20px;
		font-weight:bold;
  		background: #003466;
		}
		
		#banner-commentspop {
		font-family:palatino, georgia, verdana, arial, sans-serif;
		color:#FFF;
		font-size:large;
		font-weight:bold;
		border-left:1px solid #FFF;	
		border-right:1px solid #FFF;  		
		border-top:1px solid #FFF;  		
  		background:#003466;
  		padding-left:15px;
  		padding-right:15px;
  		padding-top:5px;
  		padding-bottom:5px;  		  		  			 
		}		
	
	.trackback-url {
		font-family:palatino, georgia, verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding:5px;		
 		border:1px dotted #999; 					
		}

	.trackback-body {
		font-family:palatino, georgia, verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding-bottom:10px;
  		padding-top:10px;		
 		border-bottom:1px dotted #999; 					
		}		

	.trackback-post {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;		
		}	


