/***********************************************************

Stylesheet version 2 for www.waltermilner.com

************************************************************/

body

{
background: #FFFFBF;
margin: 0px;
font-family: Garamond, Bookman Old Style, Times New Roman, serif;
}





/* IDs rather than classes are used for the 3 columns. */

#leftPanel 		/* The left hand column */
	{	
	position: absolute;
	top: 10px;
	left: 50px;
	margin: 0px;
  padding: 3px;
	width: 150px;
	border : thin red solid;
	background: ivory;
	}



#main		/* The central column */
	{
	position: absolute;
	top: 0px;
	left: 210px;
	margin: 0px;
	width: 800px;
  border : thin red solid;
	background: ivory;
	}





#right		/* The right hand column */
	{
	position: absolute;
	top: 0px;
	left: 800px;
	margin: 0px;
	width: 200px;
	background: rgb(200,255,0);
	}

.linkBlock
{

	border-bottom: 1px solid red;;	
 	background: #E6ECFF;
}

h3
{
background: lightskyblue;
font-size: 18px;
letter-spacing: 0.1em;
word-spacing: 1em;
color: rgb(0,0,0);
font-family: verdana, "trebuchet MS", helvetica, sans-serif; 
padding: 2px;
border-bottom: 4px solid indigo;
}



h4
{
background: paleturquoise;
font-size: 14px;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 20px;

letter-spacing: 0.1em;
word-spacing: 1em;
color: rgb(0,0,0);
font-family: arial, "trebuchet MS", helvetica, sans-serif; 
padding: 2px;
border-bottom: 2px solid indigo;
}



p
{
font-size: 12px;
color: rgb(50,0,0);
font-family: verdana, "trebuchet MS", helvetica, sans-serif; 
margin-left: 20px;
margin-top: 0px;
margin-bottom: 5px;
padding: 2px;
border: 0px;
line-height: 1.7em;
}





.mainTableCells
{
background: #ffffe0;
font-size: 12px;
color: #a08000;
font-family: bookman old style, helvetica, sans serif;
}







.normalLink /* links in the central panel */
{
display: inline;

}



.normalLink A:link
	{
	font-family: arial, helvetica, sans serif;
border-left: 0px;
	color: black;

	background: whitesmoke;	 
	text-decoration: none;

	}

	
.normalLink A:visited
	{
	font-family: arial, helvetica, sans serif;
	font-size: 10pt;
	color: #BF6060;
border-left: 0px;
	background: #FFE6E6;	
	text-decoration: none;

	}	


.normalLink A:hover

	{
	font-family: arial, helvetica, sans serif;
border-left: 0px;
	color: #ffffff;
	background: #ff0000;

	}


a
{
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	 padding-left: 4px; 
	text-decoration: none;
  color: indigo;
}

	



a:link
	{	

	border-left: 5px solid indigo;
	}

a:visited
	{
	color: lightskyblue;
	border-left: 5px solid indigo;
	}	

		

a:hover
	{	
	border-left: 5px solid red;
	}

	

	

	

