body {
	background-color: #663333;    /* color | transparent */
	background-image: none;    /* uri | none */
	background-attachment: scroll;    /* scroll | fixed */
	background-repeat: no-repeat;    /* repeat | repeat-x | repeat-y | no-repeat */
}

h1, h2, h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #993333;
}

p, a {
	font-size: .9em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #993333;
}

a:link { text-decoration: underline; }
a:active { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { background: #FFFF99; text-decoration: underline; }

ul li {
	list-style-type: square;
	font-size: .9em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #993333;
}

table.layout {
	width: 800px;
	background: white;
	margin-top: 0px;
	margin-left: 0px;	
}

tr.navbar {
	background: white;
}

tr.header {
	background: black;
}

tr.main {
	background: white;
}

td.sidebar {
	background: #CC9933;
}

tr.footer {
	background: #FFFF99;
}

p.tagline {
	font-size: .9em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #993333;
	text-align: center;
}

.strikeout { text-decoration: line-through; }
.bold { font-weight: bold; }
.box { border: 2 dashed #993333; }
.alert { color: red; font-weight: bold; }

/* begin styles for RSS Feed */

.rss_box {
	 margin: .2em;
	 width: 350px;
	 background-color: white;
	 border: 1px solid #CC9933;
	 
}
.rss_items {
	margin-top:0px;
	padding:0.2em; 0.2em;
	margin-left:0px;
	color:#000000;
}
p.rss_title {padding:0.2em;}
.rss_title {
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 85%;
	background-color:#CC9933;
	color:#993333;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss_item  {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 0.75em;
  font-weight : normal;
  list-style:none;
  padding-bottom:.2em;
}

.rss_item a {
	text-decoration : underline;
	color:#993333;
	font-size: 100%;
	font-weight:bold;
	font-family:arial, sans-serif;
	}
	
.rss_item a:visited {
	color:#993333;
}

.rss_date {
	font-size: 85%;
	font-weight : normal;
	color: #F60;
	}

