div.entry {
	clear: both;
	margin-bottom: 2em;
	margin-right: 1em;
}

div.post {
	background: #fff url(/site_images/bubble-left.png) left repeat-y;

}

div.post2 {
	background: url(/site_images/bubble-right.png) right repeat-y;
}

div.post-contents {
	padding: 0 25px 0 25px;
	margin-right: 10px;
}

div.post-contents blockquote {
	color: #666;
	line-height: 150%;
}

div.post-contents:after {
	content: "";
	display: block;
	clear: both;
}

h4.post-title, div.post-title {
	background: url(/site_images/bubble-top-left.png) top left no-repeat;
	margin: 1em 0 0 0;
}

h4.post-title strong, div.post-title span {
	display: block;
	background: url(/site_images/bubble-top-right.png) top right no-repeat;
	padding: 22px 25px 0 25px;
	color: #335a95;
	font-weight: bold;
	font-size: 140%;
	text-decoration: none;
}

h4.post-title a:hover {
	text-decoration: underline;
}

div.post-title span {
	display: block;
	height: 20px;
	font-size: 100%;
}

div.post-title {
	display: block;
}

div.post-header {
	background: url(/site_images/bubble-top.png) top repeat-x;
}


div.post-footer {
	background: url(/site_images/bubble-bottom.png) bottom repeat-x;
}

div.post-footer p {
	background: url(/site_images/bubble-bottom-left.png) bottom left no-repeat;
	margin: 0;
}

div.post-footer p strong {
	display: block;
	background: url(/site_images/bubble-bottom-right.png) bottom right no-repeat;
	padding: 15px 20px 20px 25px;
	text-align: right;
	font-size: 85%;
	color: #335a95;
	text-decoration: none;
}

div.rm-entry {
	clear: both;
	margin-bottom: 1em;
	margin-right: 1em;
}

div.rm-post {
	background: #fff url(/site_images/bubble-left.png) left repeat-y;
	width: 250px;
}

div.rm-post2 {
	background: url(/site_images/bubble-right.png) right repeat-y;
}

div.rm-post-contents {
	padding: 0 20px 0 20px;
	margin-right: 0px;
}

div.rm-post-contents blockquote {
	color: #666;
	line-height: 150%;
}

div.rm-post-contents:after {
	content: "";
	display: block;
	clear: both;
}

h4.rm-post-title, div.rm-post-title {
	background: url(/site_images/bubble-top-left.png) top left no-repeat;

}

h4.rm-post-title strong, div.rm-post-title span {
	display: block;
	background: url(/site_images/bubble-top-right.png) top right no-repeat;
	padding: 10px 0px 0px 10px;
	color: #335a95;
	font-weight: bold;
	font-size: 140%;
	text-decoration: none;
}

h4.rm-post-title a:hover {
	text-decoration: underline;
}

div.rm-post-title span {
	display: block;
	height: 20px;
	font-size: 100%;
}

div.rm-post-title {
	display: block;
}

div.rm-post-header {
	background: url(/site_images/bubble-top.png) top repeat-x;
}


div.rm-post-footer {
	background: url(/site_images/bubble-bottom.png) bottom repeat-x;
}

div.rm-post-footer p {
	background: url(/site_images/bubble-bottom-left.png) bottom left no-repeat;
	margin: 0;
}

div.rm-post-footer p strong {
	display: block;
	background: url(/site_images/bubble-bottom-right.png) bottom right no-repeat;
	padding: 15px 15px 15px 15px;
	text-align: right;
	font-size: 85%;
	color: #335a95;
	text-decoration: none;
}

#right_menu p {
	text-indent: 0em;
	margin-top: 0;
	margin-bottom: 1em;
	color: #000;
	font-family: sans-serif;
	font-size: 0.8em;
	}
	
#right_menu a	{
	color: #0E3A7D;
	text-decoration: none;
	}

#right_menu ul {
	padding: 0;
	margin: 0;
	list-style-type:none;
	}
	
#right_menu li	{
	font-family: sans-serif;
	color: #000;
	font-size: 0.7em;
	}
	
#right_menu h5 {
	color: #335a95;
	font-family: sans-serif;
	font-size: .8em;
	font-weight: bold;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 2px #dedede;
	margin-top: 1em;
	margin-bottom: 0.25em;
	clear: left;
}