/* global.css */

h1, h2, h3, h4, h5 {
	font-family: Arial,Helvetica,Sans-Serif;
	color: #000000;
}
h1 {
	font-size:1.4em;
}

div.caption {
	font-family: Verdana,Helvetica;
	font-size:0.8em;
	color: #000000;
}

#pageWrapper 
{
	width: 100%;
	font-size: 1em;
	font-family: Helvetica, Arial, Sans-Serif;
}
#banner 
{
	width: 800px;
	position: relative;
}
#contentWrapper 
{
	width: 800px;
	clear: both;
	position: relative;
}
#tocMenu 
{
	width: 135px;
	position: absolute;
	top: 15px;
	left: 0;
	margin-left: 0;
	padding-left: 0;
}
#tocMenu h2 
{
	font-size: 1em;
	font-weight: 600;
	color: Navy;
}
#tocMenu h3 
{
	font-size: 0.95em;
	font-weight: 600;
	color: Navy;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#tocMenu div
{
	margin-left: 12px;
}
#tocMenu div a 
{
	font-size: 0.9em;
	color: Blue;
}
#tocMenu div a:hover 
{
	color: Red;
}
#tocMenu ul 
{
}
#tocMenu li
{
	font-size:0.9em;
	font-family: Verdana, Arial, Sans-Serif;
	margin-left: -16px;
	list-style: none;
}
#tocMenu li.category 
{
	font-weight: 700;
}
#mainContent  
{
	border-left:  1px solid #666666;
	border-right: 1px solid #666666;
	padding: 0 15px 15px 20px;
	margin-left: 145px;
	margin-right: 135px;
}
#mainContent h1 
{
	font-size: 1.1em;
	text-align: center;
}
#mainContent h2 
{
	font-size: 1em;
	text-align: center;
}
#adverts 
{
	position: absolute;
	top: 15px;
	right: 5px;
	width: 125px;
}
