a:hover{
cursor:pointer;
cursor:hand;}
#boxedin {
	width: 754px;
	float: left;
	margin-left: 23px;
	margin-top: 35px;
}
#wiptitle {
	background-image: url(/images/wip/wip_title.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 177px;
	float: left;
	margin-right: 510px;
}
#rssfeed {
	background-image: url(/images/wip/rss.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 62px;
	border: 2px solid #CCCCCC;
	float: left;
}
#spaceme {
	height: 15px;
	width: 750px;
	float: left;
}
.recordholder {
	float: left;
	width: 739px;
	border: 1px none #FFFFFF;
	padding: 5px;
	margin-bottom: 15px;
}
.leftside {
	float: left;
	width: 440px;
	background-color: #666666;
	border: 1px solid #FFFFFF;
	padding: 5px;
}
.rightside {
	float: right;
	width: 250px;
	margin-top: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 15px;
}

.date {
	float: left;
	width: 150px;
	font-size: 12px;
	color: #9FC60D;
	font-family: arial;
	font-weight: bold;
}
.title {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	width: 400px;
}
#comments {
}

.BlogPost {
	float: left;
	width: 440px;
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	color: #FFFFFF;
	text-align: justify;
	margin-bottom: 15px;
}
.imgborder {
	height: 61px;
	width: 201px;
	float: left;
}

.thumb {
	height: 50px;
	width: 190px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	border: 2px solid #CCCCCC;
}
.linebreaker {
	background-color: #CCCCCC;
	height: 1px;
	width: 500px;
	margin-left: 125px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
#blogno {
	width: 400px;
	float: left;
	margin-right: 400px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.thumb:hover{
	border-top-color: #95BA0D;
	border-right-color: #95BA0D;
	border-bottom-color: #95BA0D;
	border-left-color: #95BA0D;
	cursor: hand;
	cursor: pointer;
}
#imgtitle {
	width: 145px;
	float: left;
	color: #A9D30D;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 5px;
}
.blognav {
	width: 111px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
}
.first, .prev, .next, .last{
	height: 27px;
	width: 27px;
	background-position: 0px 0px;
}
.first, .prev, .next{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
}
.first {
	background-image: url(/images/comments/first.gif);
}
.prev {
	background-image: url(/images/comments/prev.gif);
}
.next {
	background-image: url(/images/comments/next.gif);
}
.last {
	background-image: url(/images/comments/last.gif);
}
.first:hover, .prev:hover, .next:hover, .last:hover{
	background-position: 0px -27px;
	cursor: hand;
	cursor: pointer;
}
#comments {
	float: left;
}
a.memolink{
	color: #000000;
	text-decoration: underline;
}
a.memolink:hover{
	color: #9FC60D;
	text-decoration: underline;
}