body {
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #707070;
	background-color: #EAE4D6;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}
.Title {
	font-family: "Lucida Sans";
	font-size: 16px;
	font-weight: bold;
	color: #789830;
}
.greenFont {
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #789830;
}
.brownFont {
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #D49B3C;
}
.titleLink a:link {
	font-family: "Lucida Sans";
	font-size: 16px;
	font-weight: bold;	
	color: #789830;
	text-decoration: none;
}
.titleLink a:visited {
	font-family: "Lucida Sans";
	font-size: 16px;
	font-weight: bold;	
	color: #789830;
	text-decoration: none;
}
.titleLink a:hover {
	font-family: "Lucida Sans";
	font-size: 16px;
	font-weight: bold;	
	color: #789830;
	text-decoration: underline;
}
.greenLink a:link {
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #789830;
	text-decoration: none;
}
.greenLink a:visited {
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #789830;
	text-decoration: none;
}
.greenLink a:hover {
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #789830;
	text-decoration: underline;
}
.greyLink a:link {
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #707070;
	text-decoration: none;
}
.greyLink a:visited {
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #707070;
	text-decoration: none;
}
.greyLink a:hover {
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #707070;
	text-decoration: underline;
}
.greybutton {
	background-color: #FFFFFF;
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #666666;
	border: 1px solid #7F9DB9;
}
/*calendar start*/
.caltitle {
 	font-family: "Lucida Sans"; 
	font-size: 8pt;
}
.cal, a.cal { 	
	font-family: "Lucida Sans"; 
	font-size: 8pt; 
	color: #707070;
}
a.cal:hover {
	color: #FF0000; 
}
a.calbold{ 	
	font-family: "Lucida Sans"; 
	color: #707070; 
	font-size: 8pt;  
	font-weight: bold;  
	background: #C5C5C5;
}
a.calbold:hover {
	color: #FF0000; 
}
/*calendar end*/

/* calendar mouse over start*/
.cmon {
	background-color: #C5C5C5;	
	font-size: 8pt;	
	color: #707070;	
	font-family: "Lucida Sans";
}
.cmon a { 
	text-decoration: none;	
	color: #707070;
}
.cmoff {
	font-size: 8pt;	
	color: #707070;	
	font-family: "Lucida Sans";
}
.cmoff a { 
	text-decoration: none;	
	color: #707070;
}
.dmon {
	background-color: #FFCC00;	
	font-size: 8pt;	
	color: #707070;	
	font-family: "Lucida Sans";
}
.dmon a {
	text-decoration: none;	
	color: #707070;
}
.dmoff {
	background-color: #C5C5C5;	
	font-size: 8pt;	
	color: #707070;	
	font-family: "Lucida Sans";
}
.dmoff a {
	text-decoration: none;	
	color: #707070;
}
/* calendar mouse over end*/

.imageborder {border:5px; border-thickness: 5px; border-color: #E3D0AE; border-style: solid;}
a:hover .imageborder, a:active .imageborder {border:5px; border-thickness: 5px; border-color: #B1792B; border-style: solid}

/*JUITTER PLUGIN CSS*/

#prkennethlive{} /*Juitter container*/

#prkennethlive .twittList{margin:0;padding:0;} /* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

#prkennethlive .twittLI{list-style:none;background:#FFFFFF;margin:0;padding:5px 0 0 0;border-bottom:dashed 1px #ADADAD;padding:2px;clear:both;} 
#prkennethlive .twittList SPAN.time{color:#777;font-size:0.9em}
#prkennethlive .twittList A{color:#9A641C;} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#prkennethlive .juitterAvatar{float:left;border:solid 1px #9A641C;background:#FFF;margin-right:5px;padding:2px;width:48px;;height:48px;}

#prkennethlive .jRM{float:right;clear:both} /*read it on twitter link*/

#prkennethlive .extLink{} /*CSS for the external links*/

#prkennethlive .hashLink{} /*CSS for the hash links*/

/*end of Juitter CSS*/