<!--
body
{
	margin: 0;
	color: #300;
	font-family: "Lucida Grande", "Microsoft Sans Serif", "MS Sans Serif", Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	text-align: justify;
	background-color: #FFD;
}

#topwrapper { }

#topleft
{
	border-right: #000;
	border-bottom: #000;
	border-left: #000;
	border-width: 0 1px 1px 0;
	border-style: none solid solid none;
	width: 140px;
	height: 91px;
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0 0 0 -1px;
}

#topleft img
{
	margin: 10px 5px 10px 25px;
	padding: 0px;
}

#topright
{
	margin: 0 0 0 -1px;
	position: absolute;
	top: 20px;
	left: 160px;
	height: 110px;
	border-right: #000;
	border-bottom: #000;
	border-left: #000;
	border-width: 0 0 1px 1px;
	border-style: none none solid solid;
}

/* next rule is only for IE - otherwise it puts a bottom scroll bar on */
* html #topright
{
	width: 30em;
}
#topright h1, h2 { margin: 40px 30px 30px 30px; }

#topright h1 { font-size: 1.5em; }
#bottomhalfwrapper
{

	/* to make IE for Mac happy ... */
}

#content
{
	background-color: #FFE;
	border-bottom: #000;
	border-left: #000;
	border-right: #000;
	border-top: #000;
	border-width: 1px 0 1px 1px;
	border-style:  solid none none solid;
	margin: 0 0 0 -1px;
	padding: 2em 0 2em 3em;
	max-width: 600px;
	position: absolute;
	top: 111px;
	left: 160px;
}

/* another IE-only rule */
* html #content { width: 40em; }
#content img
{
	margin: .4em;
	padding: 2px;
	border-color: #900;
	border-width: 1px;
	border-style: solid;
}

p { margin: .3em 30px 0.5em 0px; }
p.shiftright { margin-left: 40px;}
#content ul li
{
	margin: 0 0 0.15em 1em;
	list-style-position: default;
	text-indent: 0em;
}

#content ol li { margin: auto 2em 1.2em auto; }

/* another IE-only rule */
* html #content  ul li { margin-left: 2em; }
#content  .bullet
{
	list-style-type: disc;
	list-style-position: default;
	text-indent: -0;
	font-size: 90%;
	line-height: 1.2em;
}

ul { margin: 0 2em .5em 2em; }
h1, h2, h3, h4 { margin: 1em 0 0.8em 0; }

h4
{
	margin-left: 2em;
	margin-bottom: 0;
	border-color: #300;
	border-width: 1px;
	border-style: solid none solid none;
}

h3
{
	border-color: #999;
	border-width: 1px;
	border-style: solid none solid none;
	padding: 4px 0 4px 0;
}

table { margin: 0 0 0 3em; }

td
{
	vertical-align: top;
	font-size: 0.9em;
	border-color: #666;
	border-width: 1px 0 0 0;
	border-style: solid;
	text-align: left;
}

a
{
	text-align: left;
	color: #C00;
	text-decoration: none;
	margin: 0 0 0.5em 0;
}

a:hover
{
	color: #60C;
	background-color: #DDB;
}

/* bottom left */
#buttonscontainer
{
	padding: 2em 0 0 0;
	margin: 0;
	height: 100%;
	width: 140px;
	border-right: #000;
	border-bottom: #000;
	border-left: #000;
	border-width: 0 1px 0 0;
	border-style: none none solid solid;
	position: absolute;
	top: 111px;
	left: 20px;
}

#buttonscontainer ul
{
	list-style-type: none;
	list-style-position: default;
	margin: 0 0 0 15px;
	padding: 0;


}

#buttonscontainer ul ul
{
	font-style: italic;
	margin: 0 0 0 15px;
}

#buttons li a
{
	text-decoration: none;
	text-align: left;
	margin: 0;
	background-color: #FFD;
	font-size: 0.9em;
}

#buttons li a:hover
{
	background-color: #DDB;
	color: #000099;
	text-decoration: none;
}

.bordered
{
	margin: 1.5em 0 0 0;
	border-color: gray;
	border-width: 1px;
	border-style: solid;
	padding: 6px;
}

.italic { font-style: italic; }

.footnote
{
	font-size: .8em;
	line-height: 1.2em;
	border-color: #333;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin-top: 1.5em;
	padding-top: 0.8em;
}

.nobullets
{
	list-style-type: none;
	list-style-position: default;
}

.smallprint
{
	font-size: 0.85em;
	font-style: italic;
}

-->
