
body {
	background-color: #000000;    /* color | transparent */
	background-image: url('../images/misc/redbrick.jpg');    /* uri | none */
	background-attachment: scroll;    /* scroll | fixed */
	background-repeat: repeat
}

h1, h2, h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #black;
}

p, td {
	font-size: .9em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

a {
	font-size: .9em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #990033;
}

a:link { text-decoration: underline; }
a:active { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { background: yellow; 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: #000000;
}

table.layout {
	width: 810px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;	
}

tr.navbar {
	background: white;
}

tr.header {
	background: white;
}

tr.main {
	background: white;
}

td.sidebar {
	background: #CCCCCC;
}

p.tagline {
	font-size: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #990033;
	text-align: center;
}

.strikeout { text-decoration: line-through; }
.bold { font-weight: bold; color: #990033; }
.box { border: 2px dashed #CCCCCC; }
.alert { color: red; font-weight: bold; }

/* begin styles for RSS Feed */

.rss_box {
	 margin: .2em;
	 width: 350px;
	 background-color: white;
	 border: 1px solid #CCCCCC;
	 
}
.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: 0.9em;
	background-color: #CCCCCC;
	color: #990033;
	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: #990033;
	font-size: 100%;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
.rss_item a:visited {
	color:#990033;
}

.rss_date {
	font-size: 85%;
	font-weight : normal;
	color: #F60;
	}
