body 
{
	background-color: White;
	text-align: center;
	min-width: 1000px;
}

h1
{
	font-size: 100%;
	padding-left: 20px;
}

h2
{
	font-size: 100%;
	padding-left: 20px;
}

p
{
	padding: 10px;
	text-align: justify;
	font-size: 90%;
}

li
{
	padding: 5px;
	text-align: justify;
}

.main
{
	top: 0px;
    margin: 0 auto;
    text-align: left;
    display: block;
    width: 90%;
	background-color: #F3E288;
	font-family: Lucida Sans;
}

.thinborder
{
	border-width: 1px;
	border-color: Black;
	border-style: solid;
}


.footer
{
    padding: 0px 5px 0px 5px;
	background-color: #bd903e;
	font-size: smaller;
	text-align: center;
}

.mainTable
{
	width: 100%;
}

.mainTable td
{
	vertical-align: top;
}


.leftBlock
{
	width: 350px;
	border-right: solid 1px Black;
	padding: 5px;
}

.rightBlock
{
}

.header
{
	padding: 5px;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(/img/header-bk.gif);
	margin-bottom: 1px;
	color: White;
	font-weight: bold;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}


/* menu */


.menuItem
{
	display: block;
	width: 160px;
	padding: 5px;
	border: solid 1px Black;
}

.smallMenuItem
{
	font-size: small;
}

.selected
{
	background-color: #ffaaaa;
}

.headerTable
{
	padding: 0px;
	margin: 0px;
	border: none;
}

.headerTable td
{
	padding: 0px;
	margin: 0px;
}

.mainHeader
{
	width: 700px;
	text-align: center;
}

.secondaryHeader
{
	width: 280px;
	text-align: center;
}

.linkButton
{
	font-weight: bold;
	color: White;
}

.tocEntry
{
	margin-top: 5px;
}

.tocEntry:hover
{
	background-color: #BD903E;
}
