/**
 * $Id: alanlewislaw.css,v 1.8 2004/06/14 21:06:46 turing Exp $
 * 
 * Default css for Alan Lewis
 *
 */


body
{
    /* grey */
	background-color: #989898;
	margin: 0px;
	font-family: "Lucida Grande", "Verdana", "Arial", sans-serif;
	font-size: 12px;
}

a
{
	color: #B60000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: #B60000;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
} 

a.leftnavlink
{
	border-width: 0 0 0 0;
	border-style: none none none none;
}

a:visited
{
	color: #B60000;
	border-bottom: #B60000;
	text-decoration: none;
	font-weight: bold;
} 
a:active { color: #333333; } 
a:hover { color: #666666; } 

img.noborder, a.navlink
{
	border-width: 0 0 0 0;
	border-style: none none none none;
} 

h1
{
	page-break-before: auto;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 20px;
	color: #999999;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
}

h2
{
	page-break-before: auto;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 18px;
	color: #999999;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	border-bottom: #CCCCCC;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
}

h3
{
	page-break-before: auto;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
	border: none;
	font-style: italic;
}

p, td
{
	color: #333333;
	font-size: 11px;
	line-height: 18px;
}

pre
{
    page-break-inside: avoid;
	font-family: monospace;
	font-size: 12px;
	color: #333333;
	padding: 5px;
	margin-left: 20px;
}
	
ol
{
	color: #333333;
	font-size: 11px;
	line-height: 14px;
}
	
li
{
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
}

form
{
	padding: 0px;
	margin: 0px;
    width: 100%:
    border: none;
}


/* custom definitions */

td.spacer { background-color: #989898; }
td.content { background-color: #FFFFFF; }

div.navitem
{
	border-color: #EDEDED;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	width: 190px;
	text-align: left;
	margin-bottom: 10px;
}

div.content { margin: 0 15px 0 0px; }


