/* styles.css */

/*
Reminder: top right bottom left
*/


body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#container {

/*	width: 100%;*/
	width: 770px;

/*	height: 500px;*/
	
	background: url(img/toccol.gif) repeat-y;

/*	margin: 0px 0px 0px 0px;*/

	position: relative;

	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;

	text-align: left;


	/*border: 3px solid red;*/

	padding: 0px 0px 0px 0px;
}

#head {
	background-color: #000000;
	padding: 3px 6px 2px 4px;
/*	border-bottom: 1px solid #999999;*/
}


/************************************/
/* TOC Left column */

#toccol
{
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 180%;
	color: #FF9125;
	width: 176px;
	float: left;

/*	height: 500px;*/

	/* Padding */
	padding: 14px 3px 16px 10px;
}

#toccol a
{
	color: #FF9125;
	text-decoration: none;
}

#toccol a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

#toccol a:visited
{
	text-decoration: none;
}

#toccol #current
{
	color: #FFFFFF;
}

#toc
{
	position: fixed;
}

/************************************/
/* Content Right column */


#contentcol
{

/*
background-color: yellow;
*/

	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px 0px 0px 182px;

	/* Padding */
	padding: 3px 18px 16px 18px;
}

#contentcol p {
	padding-left: 8px;
}

#contentcol h1 {
	font-size: 2.2em;
	font-weight: bold;
	color: #FF9125;
	padding-bottom: 12px;
}

#contentcol h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
}

#contentcol h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
/*	margin-left: 20px;*/
}


#contentcol a
{
	color: #FF9125;
	text-decoration: underline;
}

#contentcol a:hover
{
	color: #FF7105;
	text-decoration: none;
}

#contentcol a:visited
{
	text-decoration: underline;
}

#contentcol a:active
{
	color: #000000;
	text-decoration: underline;
}

/* Tables */

#contentcol table {
	width: 530px; 
	border: 1px solid gray; 
	margin-bottom: 16px; 
	padding: 0px; 
	border-spacing: 0px; 
	border-collapse: collapse; 
	line-height: 100%;
}

#contentcol table thead tr td {
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	background-color: #E8E8E8; 
	color: black; 
	padding: 2px 4px 2px 4px; 
	border-left: 1px solid #DDDDDD; 
	border-top: 1px solid #DDDDDD; 
	border-right: 1px solid #BBBBBB; 
	border-bottom: 1px solid #BBBBBB; 
	border-bottom: 0px; 
	empty-cells: show;
}

#contentcol table tbody tr td { 
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: normal; 
	background-color: #F8F8F8; 
	color: black; 
	padding: 2px 4px 2px 4px; 

	border-left: 1px solid #BBBBBB; 
	border-bottom: 1px solid #BBBBBB; 
	empty-cells: show; 
	vertical-align: top; 
}









/************************************/
/* Footer */

#footer
{
	/*
	font-family: Verdana; 
	font-size: 10px;
	font-weight: normal;
	color: #008800;
	padding: 2px 3px 3px 3px;
	background-color: #DDDDDD;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #999999;
	*/
/*	border-top: 1px solid black;*/

	clear: both;
}

