/* CSS Document */
body {
	background: url(_webimages/BackgroundGradient.jpg);
	background-repeat: repeat-x;
	background-color: #806f61;
	margin: 0px;
	text-align: center;
	height: 100%;
	}
	
.container {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 700px;
	background-color: #b29e8b;
	
}
.breadcrumb{
	margin: 0px auto; 
	width: 700px
}
.breadcrumb a:link {
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
}
.breadcrumb a:visited {
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
}
.breadcrumb a:active {
	text-decoration: underline;
	color: #DBD0C5;
	font-weight: normal;
}
.breadcrumb a:hover {
	text-decoration: underline;
	color: #DBD0C5;
	font-weight: normal;
}
.breadcrumb p {
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
}


p {
color: #ffffff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
}

h1 {
color: #ffffff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
}

h2 {
color: #ffffff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #62554A;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #62554A;
	font-weight: bold;
}

/* begin styles for RSS Feed */

.rss-box {
	 width: 190px;
	 background-color: #806f61;
	 
}
.rss-items {
	margin-top:0px;
	padding: 10px;
	margin-left:0px;
	color: #FFFFFF;
}
.rss-item  {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight : normal;
  list-style:none;
  padding-bottom: 0px;
}

.rss-item a {
	text-decoration : underline;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
.rss-item a:visited {
	color: #ffffff;
}
.rss-item a:hover {
	color: #DBD0C5;
}

