/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
body
{
color: #008000;
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : no-repeat;
	font-family:sans-serif;
background-image: url(images/rippey_sign.jpg);}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
	max-width:45em;
}

ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	display:inline;
}

.menu
{
	text-align : center;
	background-image : url(images/greyfilter.gif);
	border : thin solid rgb(0,0,0);
	font-weight : bold;
}

.menu a
{
	color :#008000 ;
	background-color : inherit;}

.menu a:hover
{
	background-color : white;
color: #008000;}


.menu strong
{
	font-size : large;
}

.contentText
{
background-image : url(images/newsprint.gif);
	border : thin solid;
}

.footer
{
	background-image : url(images/greyfilter.gif);
}

.footer a:link
{
	color: #008000;
	background-color:transparent;
}

.other
{
	text-align : center;
	background-image : url(images/greyfilter.gif);
	border : thin solid rgb(0,0,0);
	background-color : inherit;
	color : rgb(0,0,0);
	font-weight : bold;
}
hr
{
	font-weight: lighter;
	color: #006633;
	width: 50%;
}

a:link {
color: #008000;}

a:active {
color: #008000;}

a:hover {
color: #008000;
background-color: #ffffff}

p {
font-family: Arial, Helvetica, sans-serif;
}
.sidebar {
	font-size: smaller;
}
.caption{
font-size:11px;
font-style:italic;
}
