@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #bca;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}p {
	font: 14px/120% Verdana, Geneva, sans-serif;
	margin-bottom: 1em;
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;
}h2{
	font: bold xlarge Verdana, Geneva, sans-serif;
	color: #396767;
	letter-spacing: .3em;
	margin-bottom: 0px;
}h3{
	font: bold large Verdana, Geneva, sans-serif;
	color: #396767;
	letter-spacing: .1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f4ffdc;
	margin: 0 auto;
	text-align: left;
	border-top: 5px solid #476;
	border-right: 3px solid #900;
	border-bottom: 1px solid #900;
	border-left: 3px solid #900;
}
.oneColFixCtrHdr #header {
	background: #CCCCFF url(image/doriHeader.jpg);
	padding: 90px 10px 10px 400px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 3px solid #900;
}.frontText {
	padding: 0px;
	margin: 20px 20px 30px 230px;
}.frontText p{
	letter-spacing: 0.1em;
	font: 16px/30px Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
}.frontText h2{
	letter-spacing: 0.2em;
	font: bold 16pt/30px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: italic bold 45px Georgia, "Times New Roman", Times, serif;
	color: #900;
}
.subtitle {
	letter-spacing: 0.1em;
	font: italic bold large "Lucida Console", Monaco, monospace;
	color: #330;
	margin: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	margin: 0px;
}.frontImage{
	text-align: center;	
}.sideImage{
	float: left;
	margin: 5px 20px 5px 0;
}
.oneColFixCtrHdr #footer {
	padding: 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CCCCFF;
	border-top: 3px solid #333;
	color: #666;
	font: normal small Verdana, Geneva, sans-serif;
	clear: both;
}
<style type="text/css">

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color: #900;
}

</style>
.frontimage {
	text-align: center;
}
#frontPicture2{
	width: 130px;
	float:left;
	margin: 20px 10px 20px 0px;
}
#frontTable{
	clear: both;
}

#blog{
	width:250px;
	float: left;
	margin: 0;
}

/* begin styles for RSS Feed */

.rss_box {
	margin:10px;
	padding: 4px 0px;
	width: 250px;
	background-color: #CCCCFF;
	border: 1px solid #900;
}

.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
	list-style: none;
	margin: 0;
	padding: 10px;
}

.rss_item  {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin: 8px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-size: 14px;
	font-weight:bold;

	text-decoration : none;
	border-bottom: 1px solid #000;
	color: #396767;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss_date {
	font-size: 11px;
	font-weight : normal;
	color: #333;
	}
