body {
  padding: 0px;
  margin: 0px;
  background-color: #fff;
}

A 		{ color: #003355;  font-weight:bold; }
A:link		{ color: #003355;  }
A:visited	{ color: #003355;  }
A:active	{ color: #FFCC55;  }
A:hover		{ color: #FFCC55;  }

#topbar {
  background-color: #A2B5CD;
  color: #000000;
  margin: 0;
  padding: 2px 3px;
  font-family: Helvetica, sans-serif, Ariel, Verdana;
  border-left: 0px solid #FFF;
  border-right: 0px solid #FFF;
  font-size:x-large;
}

.topheader {
	font-family:verdana, arial, sans-serif;
	color:#333;
	font-size: 3.0em;
	font-weight:normal;
  	line-height:140%;
  	padding:2px;
	text-align: left;
}

.topaddr {
	font-family:verdana, arial, sans-serif;
	color:#333;
	font-size: 1.0em;
	font-weight:normal;
  	line-height:140%;
  	padding:2px;
	text-align: right;
	height:25px;
}

#left {
  position: absolute;
  left:0px;
  width:225px;
  background-color: #A2B5CD;
  border-bottom: 0px;
}

#centre {
	position: absolute;
	background:#fff;
   	left: 225px;
   	right:163px;
	padding: 3px;
}

#right {
	position: absolute;
	right:0px;
	width:164px;
	background:#A2B5CD;
}

.side {
	font-family:verdana, arial, sans-serif;
	color:#333;
	font-size:small;
	font-weight:normal;
  	background:#A2B5CD;
  	line-height:140%;
  	padding:2px;		
	/* border:1px solid #000;  */
}

.sidetitle {
	font-family: verdana, arial, sans-serif;
	color:#C9E4B8;
	font-size:small;
	font-weight:bold;
  	padding:2px;
  	margin-top:0px;
	letter-spacing: .1em;
	/* border-bottom:1px dotted #FFF; */
	text-align:center;
  	background:#3B5095;		
}		

.blog {
  	padding:15px;
	background:#FFF; 
}

.blogbody {
	font-family:georgia, verdana, arial, sans-serif;
	color:#1F1F1F ;
	font-size:small;
	font-weight:normal;
  	background:#FFF;
  	line-height:150%;
}

.blogbody a,
.blogbody a:link,
.blogbody a:visited,
.blogbody a:active,
.blogbody a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.title	{
	font-family: verdana, arial, sans-serif;
	font-size: small;
	color: #000000;
}

.date	{ 
	font-family:georgia, verdana, arial, sans-serif; 
	font-size: small; 
	color: #666; 
	border-bottom:1px solid #A2B5CD;
	margin-bottom:10px;
	font-weight:bold;
	text-align: right;
}
