/* external CSS file for Inpace website */
/* inpace.css */

BODY 	{
		background: url(/images/bgcol2.jpg) white;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		font-family: Arial, sans-serif;
		color: #000033;
		font-size: 1em;
   	}

#sidebar 
	{
		background: #F5B352;
	}

#intermediate 
	{
		margin-left: 180px;
		padding-left: 15px;
		background: #FFFFFF;
	}

#mainbody 
	{
		/* nothing new to go in here yet */
		/* grey background for testing - now removed */
		font-size: 12pt;
	}

#leftbar
	{
		position: absolute;
		width: 160px;
		top: 5px;
		left: 2px;
	}

.smaller
	{
		font-size: 80%;
	}

.larger
	{
		font-size: 125%;
	}

H1	{
		font-size: 2em;
		color: #006600;
	}

H2	{
		font-size: 1.5em;
		color: #006600;
	}

H3	{
		font-size: 1.25em;
		color: #006600;
	}

H4	{
		font-size: 1em;
		color: #006600;
	}

H5	{
	}

H6	{
	}

P	{
		font-family: Arial, sans-serif;
		color: #000033;
		font-size: 1em;
   	}

TABLE 	{
		font-family: Arial, sans-serif;
		color: #000033;
		font-size: 1em;
	}

TD	{
		font-family: Arial, sans-serif;
		color: #000033;
		font-size: 1em;
	}

TD.sidebar	{
		font-family: Arial, sans-serif;
		color: #000033;
		background: #F5B352;
		font-size: 1em;
	}

UL.sidebar	
	{
		margin-left: 0px;
		padding-left: 0px;
		font family: Arial, sans-serif;
		color: #FFD2B8;
	}

UL.sidebar LI	
	{
		margin-left: 0px;
		padding-left: 0px;
		font family: Arial, sans-serif;
		color: #FFD2B8;
	}

	
UL LI	{
		font-family: Arial, sans-serif;
		color: #000033;
		font-size: 1em;
	}

UL LI.sidebar {
		font family: Arial, sans-serif;
		color: #FFD2B8;
	}

UL LI.smallside {
		font family: Arial, sans-serif;
		color: #FFD2B8;
	}

OL LI	{
		font-family: Arial, sans-serif;
		color: #000033;
		font-size: 1em;
	}

A:visited
	{
		color: #003300;
		text-decoration: underline;
		font-size: 1em;
	}

A:link, A:active
	{
		color: #006600;
		text-decoration: underline;
		font-size: 1em;
	}
	
A.sidebar:link
	{
		color: #FFD2B8;
		text-decoration: none;
		font-size: 10pt;
		font-weight: bold;
	}

A.smallside:link
	{
		color: #FFD2B8;
		text-decoration: none;
		font-size: 10pt;
		font-weight: bold;
	}

A.sidebar:visited
	{
		color: #FFD2B8;
		text-decoration: none;
		font-size: 10pt;
		font-weight: bold;
	}

A.smallside:visited
	{
		color: #FFD2B8;
		text-decoration: none;
		font-size: 10pt;
		font-weight: bold;
	}

A.sidebar:hover
	{
		color: #006600;
		text-decoration: none;
		font-size: 10pt;
		font-weight: bold;
	}

A.smallside:hover
	{
		color: #006600;
		text-decoration: none;
		font-size: 10pt;
		font-weight: bold;
	}

A.sidebar:active
	{
		color: #006600;
		text-decoration: none;
		font-size: 10pt;
		font-weight: bold;
	}

A.smallside:active
	{
		color: #006600;
		text-decoration: none;
		font-size: 10pt;
		font-weight: bold;
	}
