.left_repeat {
	background-image: url(../images/left_repeat.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.right_repeat {
	background-image: url(../images/right_repeat.gif);
	background-repeat: repeat-y;
	background-position: 20px;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	color: #9D3C96;
}
.bold {
	font-weight: bold;
}

.boldpurple {
	font-weight: bold;
	color: #9D3C96;
}
.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #008254;
}

.links a { 
	text-decoration: none; font-family: helvetica; font-size: 16px; font-weight: bold; color: #006633; margin-left: 10px;
	}
	
	.links a:hover { 
	color: #000000;
	}
	
.home-list { 
font-size: 15px;
}

#rssincl-box-219630 .rssincl-content .rssincl-entry 
{
background-color: #f1e7f2 !important;
}

#nav { 
margin: 0px;
padding: 0px;
list-style: none;
position: absolute;
}

#nav li {
float: left;
margin: 0px;
padding: 0px;
position: relative;
}

#nav li ul {
  display: none;
  margin: 0px;
  padding: 0px;
  }
  
#nav li > ul {
	top: auto;
	left: auto;
	}
	
#nav li ul li:first-child { 
border-bottom: none;
}

#nav li ul li {
float: none;
list-style: none;
margin-left: 0px;
border: 1px solid #000;
background-color: #fff;
padding: 5px;
position: relative;
z-index: 3;
}

#nav li ul li a {
font-size: 12px;
}
	
#nav li:hover ul, #nav li.sfhover ul { display: block; }
