body{
	background-image: url(images/bg_body.jpg);
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", verdana,arial, sans-serif;
}
A { 
	color: #0000cc; 
	/*font-size:small; */
	text-decoration: none;
	font-weight:bold; } 
	
A:link, A:visited		{ 
	color: #94191C; 
	text-decoration: none; } 
	
A:active, A:hover { color: #99CC66;  } 

#blogText {
	padding-left: 15px;
	padding-right: 15px;
	line-height:124%;
}

#banner {
	color: white;
	background-color: #94191C;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 63px;
}
#banner h1{
	display: none;
}

#nav  a:link, #nav a:visited {
	color:white;
}

 #nav  a:hover {
	color:#99CC66; 
}

#nav {
	text-align:right;
}

h1 {
	font-size: 1.1em; 
}
h2 {
	font-size: 0.95em; 
	font-weight: bold;
}

del {
	text-decoration: line-through;
}


abbr {border-bottom: dotted 1px #ccc; cursor: help;}

.title, #blogText h2 {
	/*font-size: small; */
	margin-left: 10px;
	font-weight: bold;
}

.body, td, input {
	font-size: small;
	color: #000000;
	margin-left: 10px;
}

.byline {
	font-size: small; 
	color: #000000; 
	margin-top: 10px;
	margin-left: 10px;
}
.header, .header a {
	font-family: verdana, arial, sans-serif; 
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

.msg {
	color : #228B22;
	font-weight : bold;
}

.error {
	color : #B22222;
	font-weight : bold;
}

#center{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	display : block;
	width: 780px;
	padding: 0px;
}
#content {
	float: left;
	border:1px dotted #999;
	margin-left:15px;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 515px;
	background-color: #FFFFFF;
	padding-top: 5px;
	display : block;
}
#container{
	float: left;
	margin-bottom:14px;
	width: 780px;
	background-color: #FFFFFF;
	border-width: 0px 1px 1px 1px;
	border-style: none solid solid solid;
	border-color: #CCCCCC;
	padding-bottom: 15px;
}

#menu {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	width: 200px;
	border:1px solid #ccc;
	top: 0px;

}
.menuTitle {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	background-color: #94191C;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 5px;
	color: #FFFFFF;
	background-image: url(images/bg_menuTitle.jpg);
	background-repeat: repeat-x;
	white-space: nowrap;
}

.menuBody{
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	padding: 8px;
	line-height: 150%;
	background-color: #FFFFFF;
}

.menuBody a, .menuBody td  {
	font-family: verdana, arial, sans-serif; 
	font-size: x-small;
}

.date {
	font-size: small; 
	color: #666; 
	border:1px dashed #ccc;
	padding:5px;
	margin-bottom:10px;
	margin-top:15px;
	font-weight:normal;
}

.date h3 {
	margin:0;
}

.rightMenu {
	display : block;
}
/*
.calendar_table, .calendar_table a {
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}*/

#googleAds, #bottomBanner{
	padding-left: 15px;
	padding-right: 15px;
	text-align:center;
}
#googleAds iframe {
	margin-top:15px;
}

hr {
	border: 1px solid #CCCCCC;
}

div #searchinput, div #poll, p #rss {
	text-align:center;
}

p.more {
	text-align: center;
	/*padding-right: 40px;*/
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom:20px;
}

.menuBody img {
	border:0;
}

.postImg {
	float:left;
	margin-right: 15px;
}

.body a:link img, .body a:visited img{ 
	border: 2px solid #94191C; 
	text-decoration: none; }
	
.body a:active img, .body  a:hover img { 
	border: 2px solid #99CC66;
	color: #99CC66;  
} 

/*stats styles*/
td.numeric {
	text-align: right;
	border-left: 1px solid #CCCCCC;
}
.menuBody table {
	border: 1px solid #CCCCCC;
}
 .menuBody td  {
 	border-bottom: 1px solid #CCCCCC;
 }
 
 
 
 /*Pictures with caption*/
 div.figure {
/*  float: right;*/
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  font-weight:bold;
  text-indent: 0;
}
 