body          
	{ 
	min-width: 550px; /* 2x left column width + right column width */
	margin-left: 2%; 
	margin-right: 2%; 
	background: #FFFFFF; 
	color: #000000; 
	font-family: verdana, sans-serif; 
	}	
	
.contactme
	{
	font-family: serif; 
	color=#555555; 
	font-size: 85%; 
	}
	
.copyright
	{ 
	font-family: serif; 
	color=#555555; 
	font-size: 75%; 
	}

.searchbox
	{
	margin-bottom: 0.2em;
	}
	

.itemlabel
	{
	font-family: serif;
	font-weight: bold;
	}
	
	
.itemvalue
	{
	font-family: serif;
	font-weight: normal;
	}
	
	
p.category
	{
	margin-top: 1em;
	margin-bottom: 0em;
	}
	

p.subcategory
	{
	margin-left: 2em;
	margin-top: 0.4em;
	margin-bottom: 0em;
	}

p.infoitem
	{
	margin-top: 0.2em; 
	margin-bottom: 0em;
	}
	
p.subtext
    {
    margin-left: 1em;
	margin-top: 0.2em; 
	margin-bottom: 0em;
    }
	
table.infotable  
	{ 
	border: none;
	}
	
	
tr.inforow
	{
	}
	
	
td.infolabel
	{
	width: 100px;
	font-weight: bold;
	font-size: 120%;
	}
	
	
td.infoseparator
	{
	width: 10px;
	background: transparent url(images/black_10x10.png);
	}

	
	
td.infovalue
	{
	text-align: left;
	}

