	body, table {
    font-family: verdana, helvetica;
	}	

	body {
		margin:0px 0px 10px 0px;
		background:#fff;
		}

	A			{ color:#0000b7; text-decoration:none; }
	A:link		{ color:#0000b7; text-decoration:none; }
	A:visited	{ color:#3300ff; text-decoration:none; }
	A:active	{ color:#3366ff; }
	a:hover      { color:#ff3300; } 
	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	#banner {
		color:#FFF;
		font-size:x-large;
		font-weight:normal;
		border-bottom:1px dotted #999;
		border-top:3px dotted #999;
		background:#fff;
		padding:15px;
		text-transform:uppercase;
		letter-spacing:.2em;
		}

	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		font-family:verdana, arial, sans-serif;
		font-size: x-large;
		color: #ddf;
		text-decoration: none;
		}

	.description {
		color:#668;
		font-size:x-small;
		font-weight:bold;
		background:#fff;
		text-transform:none;
		letter-spacing:normal;
		}

	#content {
		float:left;
		width:65%;
		background:#fff;
		border-right:1px dotted #668;
		margin-right:15px;
		padding-bottom:20px;
		}

	#links {
		background-color: #fff;
		padding-right:10px;
		}

	.blog {
		padding-left:15px;
		padding-top:15px;
		padding-right:15px;
padding-bottom: 5px;
		}

	.blogbody {
		color:#000;
		font-size:small;
		font-weight:normal;
		background:#fff;
		line-height:140%;
		padding-left:10px;
		padding-right:10px;
		padding-top:10px;
		}

	.title {
		font-size: normal;
		color:#006600;
		text-transform: none;
		font-weight:bold;
		}

	#menu {
		margin-bottom:15px;
		background:#fff;
		}

	.date	{ 
    color: #444; 
    font-size: small; 
    font-weight: bold;
    margin-bottom: 5px;
}			

	.posted	{ 
    color: #666; 
    font-size: x-small; 
    font-style: italic;
    margin-top: 2px;
margin-bottom: 15px;
}

	.calendar {
		color:#666;
		font-size:x-small;
		font-weight:normal;
		background:#ddf;
		line-height:140%;
		padding:2px;
		text-align:center;
		}

	.calendarhead {
		color:#668;
		font-size:x-small;
		font-weight:bold;
		background:#fff;
		line-height:140%;
		padding:2px;
		}

	.side {
		color:#668;
		font-size:x-small;
		font-weight:normal;
		background:#fff;
		line-height:140%;
		padding:2px;
		}

	.sidetitle {
		color:#668;
		font-size:x-small;
		font-weight:normal;
		line-height:140%;
		padding:2px;
		margin-top:10px;
		text-align:left;
		text-transform:none;
		letter-spacing:.2em;
		}

	.syndicate {
		font-size:xx-small;
		line-height:140%;
		padding:2px;
		margin-top:10px;
		text-align:center;
		}

	.powered {
		color:#CCC;
		font-size:xx-small;
		font-weight:bold;
		border-top:1px solid #CCC;
		border-bottom:1px solid #CCC;
		line-height:140%;
		text-transform:uppercase;
		padding:2px;
		margin-top:10px;
		text-align:center;
		letter-spacing:.2em;
		}

	.comments-body {
		color:#666;
		font-size:small;
		font-weight:normal;
		background:#fff;
		line-height:12px;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:15px;
		}

	.comments-post {
		color:#888;
		font-size:x-small;
		font-weight:normal;
		background:#fff;
		font-style: italic;
		}

	.comments-head {
		font-size: small;
		color: #666;
		border:1px solid #999;
		padding:5px;
		font-weight:normal;
		margin-top:10px;
		}

	#banner-commentspop {
		color:#FFF;
		font-size:large;
		font-weight:bold;
		border-bottom:1px dotted #999;
		border-top:3px dotted #999;
		background:#000;
		padding:15px;
		text-transform:none;
		letter-spacing:.2em;
		}
		
		
	 