@charset "UTF-8";
/* CSS Document */

body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
}

a {
  text-decoration : underline;
  color : #0000ff;
}

h1 {
	font-variant: small-caps;
}

#headerandcontent {
	background-image:none;
}

#mainmenu {
	display:none
}

#content {
	width:100%
}

.imageright {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.imageleft {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.topic {
	text-align: center;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.feedburnerFeedBlock ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

.feedburnerFeedBlock ul ol {
	list-style-type:decimal;
	padding-top: 10px;
	padding-bottom: 10px;
}

.feedburnerFeedBlock ul ul{
	list-style-type:disc;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.feedburnerFeedBlock .headline {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
	text-decoration: none;
	color: #000000;
}

.feedburnerFeedBlock .headline a {
	text-decoration: none;
	color: #000000;
}

.feedburnerFeedBlock .date {
	line-height: 1em;
	font-size:12px;
	color:#0000ff;
}

.feedburnerFeedBlock blockquote {
	font-style: italic;
	color: #ooooff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:justify;
}

#emailRSS {
	display:none;
}

#quotebar {
	display:none;
}

#footer {
	display:none;
}


