html { 
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;
}

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

a {
	font-weight: bold; 
	font-size: 10px;
	color: #000066; 
	font-family: verdana, arial, sans-serif; 
	text-decoration: none
}

a:link {
	color: #000066; 
	text-decoration: none
}

a:visited {
	color: #9999cc; 
	text-decoration: none
}

a:active {
	color: #99cc66;
}

a:hover {
	color: red;
}

input {
	font-size: 11px;
	font-family: verdana;
}

#banner {
	padding-right: 15px; 
	border-top: #003366 3px solid; 
	padding-left: 28px; 
	font-weight: normal; 
	font-size: 18px; 
	/*
	background: #99ccff; 
	*/
	background: #bec9e2;
	padding-bottom: 15px; 
	text-transform: uppercase; 
	color: #fff; 
	padding-top: 15px; 
	/*border-bottom: #6699cc 1px dotted;*/ 
	font-family: verdana, arial, sans-serif; 
	letter-spacing: 3px;
}

#banner h1 a { 
	color: #fff; 
	font-weight: normal; 
	font-size: 28px 
}

#banner h1 a:hover { 
	color: #fff; 
	font-weight: bold; 
	font-size: 28px;
	letter-spacing: 1px; 
}

.description {
	font-weight: bold; 
	font-size: 12px; 
	text-transform: none; 
	color: #003366; 
	font-family: verdana, arial, sans-serif
}

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

#links {
	padding-right: 0px; 
	background: #fff;
	margin-left: 0px;
}

.blog {
	padding-right: 5px; 
	padding-left: 10px; 
	padding-top: 1px
}

#blogbody {
	padding-right: 10px; 
	padding-left: 10px; 
	font-weight: normal; 
	font-size: 11px; 
	background: #fff; 
	color: #333; 
	line-height: 16px; 
	padding-top: 0px;
	margin-top: 0px; 
	font-family: verdana, arial, sans-serif;
}

#blogbody2 {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;

	background: transparent;
	vertical-align: baseline;
}


#blogbody2 p {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #330066;

	text-indent: 20px;  
}

#blogbody2 a {
	font-size: 11px;
	
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	border-bottom: 1px dotted #ccccff;
	border-top: 1px dotted white;
	border-right: 1px dotted white;
	border-left: 1px dotted white;
	
	color: black; 
}
	
#blogbody2 a:hover {
	border-bottom:2px solid #7FA9CD;
	border-top: 1px dotted #ccccff;
	border-right: 1px dotted #ccccff;
	border-left: 1px dotted #ccccff;
	color: red;
}
	
.title {
	font-weight: normal; 
	font-size: 18px;
	line-height: 13px; 
	text-align: right;
	text-transform: uppercase; 
	color: #003366; 
	font-family: verdana, arial;
	margin-bottom: 0;
	margin-top: 0px;
	border-top: #6699cc 1px solid; 
	padding-bottom: 2px;
	vertical-align: baseline;
	position: float;
	letter-spacing: 0.1em
}

.moreextended {
	font-size: 12px;
	line-height:24px; 
	color: red; 
	text-decoration: underline;
	margin-top: 10px; 
	/*border-top: #eeeeee 1px solid;*/ 
	background-color: white;
	text-weight: bold;
	align: right;
	border-bottom: 2px dotted red;
}

#menu {
	background: #fff; 
	float: right;
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 30px;
}

#menu a {
	font-size: 13px;
	border-bottom: 1px dotted #7FA9CD; 
}

#menu a:hover {
	border-bottom:2px solid #7FA9CD; 
}

.date {
	border-right: #ccccff 1px dotted; 
	border-top: #ccccff 1px dotted; 
	border-left: #ccccff 1px dotted; 
	border-bottom: #bec9e2 1px solid; 

	padding-right: 5px; 
	padding-left: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px; 

	font-family: tahoma, arial narrow, verdana, arial, sans-serif;
	font-weight: normal; 
	font-size: 27px; 
	margin-bottom: 0px; 
	color: #bec9e2;
	 
	vertical-align: baseline;
}

.posted {
	font-size: 9px; 
	text-align: right;
	margin-top: 10px;
	margin-bottom: 30px; 
	color: #999999; 
	text-transform: lowercase;
	font-family: tahoma, verdana, arial, sans-serif
}

.posted a {
	font-size: 9px; 
	color: #999999; 
	
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	
	border-bottom:1px dotted #ccccff;
	border-top: 1px dotted white;
	border-right: 1px dotted white;
	border-left: 1px dotted white;
}

.posted a:hover {
	color: #666666;
	border-bottom:2px solid #7FA9CD;
	border-top: 1px dotted #ccccff;
	border-right: 1px dotted #ccccff;
	border-left: 1px dotted #ccccff;
}

#blogbody2 .posted { 
	display: block; 
	text-align: right; 
	clear: left; 
}


.calendarhead {
	padding-right: 2px; 
	padding-left: 2px; 
	padding-bottom: 2px; 
	padding-top: 2px; 

	font-weight: bold; 
	font-size: 12px; 

	color: #003366; 
	line-height: 14px; 
	font-family: verdana, arial, sans-serif;

	background-color: #bec9e2;

	border: #9999cc 2px dashed; 
}

.calendar {
	margin-top: 2px;
	margin-left: 2px;
	
	padding-right: 3px; 
	padding-left: 3px; 
	padding-bottom: 5px; 
	padding-top: 2px;

	font-weight: normal; 
	font-size: 10px; 
	background: #fff; 
	color: #666; 
	line-height: 14px; 
	font-family: tahoma, verdana, arial, sans-serif; 
	align: center;
	border-top: #dddddd 1px dotted;
	border-right: #dddddd 1px dotted;
	border-left: #aaaaaa 1px dashed;
	border-bottom: #aaa 1px dashed;
	font-family: verdana, arial, sans-serif; 
	
}

.calendar a {
	font-family: tahoma, verdana, arial, sans-serif; 
	font-size: 10px;
	border-bottom: 3px solid white; 

	padding-right: 3px; 
	padding-left: 3px; 
	padding-bottom: 3px; 
	padding-top: 2px;
}

.calendar a:hover {
	color: red;
	border-bottom: 3px solid #bec9e2;

	background: white; 

	padding-right: 3px; 
	padding-left: 3px; 
	padding-bottom: 3px; 
	padding-top: 2px;
}

#side {
	font-weight: normal; 
	background-color: #fff; 
	
	color: black; 
	
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	
}

#side input#search, #side input#email {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold; 
	font-family: tahoma, lucida console, verdana, arial, sans-serif;

	color: navy; 

	background-color: #eeeeee;

	margin-top: 0px;
	padding-top: 0px;
	
	border-right: #eeeeee 2px dotted; 
	border-top: #eeeeee 1px dashed; 
	border-left: #eeeeee 2px dotted; 
	border-bottom: #dddddd 2px solid; 
}


li { margin: 0px;
border: 1px solid white;
padding: 0px;
}

#side ul {
	list-style: none inside none;
	margin: 1px;
}

#side ul li {
	list-style: none outside none;
	margin: 1px;
}

#side ul li a {
	display: block;
	font-size: 11px;
	font-family: tahoma, trebuchet ms;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	padding-left: 4px;
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;

	border-top: 2px solid white;
	border-bottom: 2px dotted #eeeeee; 

	border-left: 0px solid white;
	border-right: 0px solid white;
	
	background-color: white;
	
}

#side ul li a:hover {
	padding-bottom: 2px;
	background-color: #eeeeee;

	border-left: 0px solid navy;
	border-right: 0px solid white;

	border-top: 2px dotted white;
	border-bottom: 3px dotted #bec9e2;
}

#sidetitle {
	padding-right: 2px; 
	padding-left: 2px; 
	padding-bottom: 4px; 
	padding-top: 2px; 

	margin-top: 24px; 

	font-weight: bold; 
	font-size: 11px; 

	background: #bec9e2; 
	color: #333; 
	line-height: 16px; 

	font-family: trebuchet, verdana, arial, sans-serif; 
	letter-spacing: 0.2em; 
	text-align: center;
	text-transform: uppercase; 

	border-top: 2px dotted white;
	border-bottom: 2px dotted navy;
}

.syndicate {
	padding-right: 2px; 
	margin-top: 10px; 
	padding-left: 2px; 
	font-weight: bold; 
	font-size: 9px; 
	background: #eee; 
	padding-bottom: 2px; 
	line-height: 14px; 
	padding-top: 2px; 
	font-family: verdana, arial, sans-serif; 
	text-align: center;
	display: block;
	clear: both;
}

.powered {
	padding-right: 2px; 
	border-top: #ccc 1px solid; 
	margin-top: 10px; 
	padding-left: 2px; 
	font-weight: bold; 
	font-size: 9px; 
	padding-bottom: 2px; 
	text-transform: uppercase; 
	color: #003366; 
	line-height: 14px; 
	padding-top: 2px; 
	border-bottom: #ccc 1px solid; 
	font-family: verdana, arial, sans-serif; 
	letter-spacing: 0.2em; 
	text-align: center;
	display: block;
	clear: both;
}

.comments-body {
	padding-right: 10px; 
	padding-left: 10px; 
	font-weight: normal; 
	font-size: 11px; 
	background: #fff; 
	padding-bottom: 10px; 
	color: #666; 
	line-height: 14px; 
	padding-top: 10px; 
	font-family: verdana, arial, sans-serif
}

.comments-body label {
	font-weight: bold; 
	font-size: 14px; 
	color: #bbbbbb; 
	line-height: 14px; 
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-transform: lowercase;
	font-family: verdana, arial, sans-serif
}

input#author, input#email, input#url, textarea { 
	font-size: 12px;
	line-height: 16px;
	font-weight: normal; 
	font-family: lucida console, verdana, arial, sans-serif;
	color: navy; 
	background-color: #eeeeee;

	margin-top: 0px;
	padding-top: 0px;
	border-right: #eeeeee 2px dotted; 
	border-top: #eeeeee 1px dotted; 
	border-left: #eeeeee 2px dotted; 
	border-bottom: #6699cc 2px solid; 

	padding: 5px;
}


.comments-post {
	font-weight: normal;
	text-align: right;
	float: right; 
	font-size: 9px; 
	background: #fff; 
	color: #aaaaaa; 
	font-family: tahoma, verdana, arial, sans-serif
}

.comments-post a {
	font-size: 9px;
}

.comments-head {
	border-right: #eeeeee 1px dotted; 
	border-top: #eeeeee 1px dotted; 
	border-left: #eeeeee 1px dotted; 
	border-bottom: #6699cc 1px solid; 

	padding-right: 5px; 
	padding-bottom: 5px; 
	padding-top: 5px; 
	padding-left: 5px; 

	margin-top: 10px; 

	font-weight: normal; 
	font-size: 26px; 
	color: #bbbbbb; 
	font-family: tahoma, arial narrow, verdana, arial, sans-serif
}

#banner-commentspop {
	padding-right: 15px; 
	border-top: #99ccff 3px solid; 
	padding-left: 15px; 
	font-weight: bold; 
	font-size: 16px; 
	background: #336699; 
	padding-bottom: 15px; 
	color: #fff; 
	padding-top: 15px; 
	border-bottom: #fff 1px dotted; 
	font-family: verdana, arial, sans-serif
}


