BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 12pt;
	list-style : disc;
	list-style-type : circle;
	font-weight : normal;
	background-color : White;

}

p
{
	text-indent: 32px;
	text-align: justify;
	margin: 8pt;
}

p.centre{
	text-align: center;
	text-indent: 0px;
}

p.right{
	text-align: right;
	text-indent: 0px;
}

p.caption{
	text-align: center;
	font-size: 12pt; 
	font-style:italic
}

p.update{ 
	text-align: right;
	font-size: 8pt;
	color: Red;
 }

A {
	text-decoration: none;
	}

A:visited {	color: Green; font-size : 12pt;}
	
A:link {	color: #0000FF;	font-size : 12pt;}

A:hover {	color: red;  font-size : 12pt}

.more{ display: none; }

a.hideLink {
		text-decoration: none;
		color: #36f;
		padding-left: 8px;
		}

a.showLink {
		text-decoration: none;
		color: #36f;
		padding-left: 8px;
		}
		
a.showLink:hover{
		border-bottom: 1px dotted #36f; }
		
td.menu
{ 
background: url("filler.gif");
background-repeat: no-repeat;
height: 30px;
width: 150px;
 }

h1 {
	color:#ff4040;
	text-align : center;
	font-weight : lighter;
	font-size: 16pt;
}

h2 { 
	color:#ff4040;
	text-align : center;
	font-variant: small-caps;
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 14pt;
	line-height : 12pt;
}

h3 {
	color:#ff4040;
	text-align : center;
	font-weight : lighter;
}
h4{
	color:#ff4040;
	text-align : center;
	font-variant: small-caps;
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 14pt;
	line-height : 12pt;
}
h5{
	font-variant: small-caps;
	font-family: sans-serif;
	font-weight : lighter;
	color:#ff4040;
	text-align: left;
	font-size: 12pt;
	text-indent: 64px;
}

h6{
	color: #ff4040;
	font-variant: small-caps;
	font-family: sans-serif;
	font-size: 12pt;
	font-weight : lighter;
	text-align: center
}


div.pbar {
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 5pt;
	padding-top: 50px;
	color: #003000;
	background-color: White;
	height: auto;


	}
	
	div.blogbar {
	position: absolute;
	top: 270px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 5pt;
	color: #003000;
	background-color: White;
	height: auto;

	}

	div.blogmenu1 {
	position: absolute;
	top:61px;
	width: 20%;
	height: 200px;
	color: #003000;
	background-color: White;
	margin-left: 5%;

	}

	div.blogheader {
	position: absolute;
	top:61px;
	width: 50%;
	height: 200px;
	color: #003000;
	background-color: White;
	margin-left: 25%;
	margin-right: 25%;
	
}
	div.blogmenu2 {
	position: absolute;
	top:61px;
	width: 20%;
	height: 200px;
	color: #003000;
	background-color: White;
	margin-left: 80%;

	}
	
	div.blogspacer {
	top:81px;
	width: 20%;
	height: 200px;
	padding-bottom: 5pt;
	padding-top: 25pt;
	color: #003000;
	background-color: White;
	float: left;
	clear: all;
}

div.bar 
{
	width: 100%;
	padding-top: 5pt;
	padding-bottom: 5pt;
	color: #003000;
	background-color: White;
	height: auto;
	float: none;
	clear: both;
	
}
div.sidebar {
	width: 16%;
	float: left;
	font-size:8pt;
	background-color: White;
	color: #003000;
	padding-right: 3pt;
	margin : 10px clear: left;
	border-right : thin solid Gray;
	border-bottom: thin solid Gray;
}


div.rightbar{
	width: 80%;
	background-color : White;
	float: right;
	padding-left : 6pt;
	padding-right : 4pt;

}

.bottom
{
	color: White;
	font-size:1pt;
}

div.bottom{
	visibility: hidden;
	font-size: 1px;
}

div.menubar
{
	background-color : #ffd0d0;
	position : absolute;
	left:0px;
	top: 0px;
	height: 40px;
	width: 100%;
	clear: both;
}
	
div.navilayer {
	position: absolute;
	top: 20px;
	visibility: hidden;
	width: 180px;
	z-index: 2;
	background-color : #ffd0d0;
}


div.navilayer div {
	width: 180px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 0px;
	background-color : #ffd0d0;
	text-align: center;
	}

div.navilayer a {
	display: block;
	font-size: 20px;
	font-variant: small-caps;
}

div.navilayer a:visited {
	display: block;
	font-variant: small-caps;
}

div.navilayer div.over {
	background: #cc0000;
}

div.navilayer div.over a {
	color: #ffffff;
	}