﻿html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#333;
	
	font-family:Calibri, Tahoma, Arial, sans-serif;
	font-size: 12pt;
	color:#666;
}

div#body 
{
	position:relative;  /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:950px;
	background-color: #fff; 
	background-image: url('/images/navbg.png');
	background-repeat: repeat-y;
	overflow:auto;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding:1em;
	padding-bottom:0em;
	border-bottom:6px double #666;
	background-color: #000;
	height: 120px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
div#header img 
{
	border: 0px;
}

div#ctl00_content, div#content, .content 
{
	position: relative;
	padding:0em .5em 5em;  /*bottom padding for footer */
	width: 730px;
	float: right;
	
	height:inherit;

	background:#fff;
}

div#ctl00_content p , div#content p, .content p{
		text-align:justify;
		padding:0 1em;
		margin-left: 15px;
	}
	
div#ctl00_content h1, div#content h1, .content h1 {
		text-align:justify;
		padding:0 .5em;
		margin-left: 5px;
	}
	
div#ctl00_content h2, div#contenth2, .content h2 {
		text-align:justify;
		padding:0 1em;
		margin-left: 10px;
	}

div#ctl00_nav1 , div#nav1, .nav1
{
	position: relative;
	float:left;
	width: 195px;
	
	height:100% !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	padding-bottom: 5em;
}

div#ctl00_nav1 ul, div#nav1 ul, .nav1 ul
{
	font-size:13pt;
	list-style: none;   
	margin-left: 0px;   
	padding-left: 0px;
}

div#ctl00_nav1 li, div#nav1 li, .nav1 li
{
	border-bottom: 1px solid #666;
	margin-left: 5px;
	padding-left: 0px;
}

div#ctl00_nav1 li a, div#nav1 li a, .nav1 li a
{
	text-decoration: none;   
	font-weight: bold; 
	color: #444;
}

div#ctl00_nav1 li a:hover, div#nav1 li a:hover, .nav1 li a:hover
{
	text-decoration: none;   
	font-weight: bold; 
	color: #d80025;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
	border-top:6px double #666;
	text-align: center;
	/*margin-left: -175px;*/

}
	div#footer p {
		padding:1em;
		margin:0;
	}

.rightSideCol
{
	width: 20%;
	float:right;
	padding: 0px 0px 15px 15px;
	
	height:100%;
}

.contentBody
{
	width: 78%;
}    

h2
{
	margin: .75em 1em .5em 0em;
	border-bottom: solid 1px #444;
}

.rightSideCol h3
{
	margin: .5em 1em .5em 0em;
	border-bottom: solid 1px #444;
}

.rightSideCol .tooltip
{
	font-size: .7em;
	margin-bottom: 4px;
}

/* ================================================================================================ */
/*                                          TOOLTIPS                                                */
/* ================================================================================================ */
a.info
{
	position:relative; /*this is the key*/
	z-index:24; 
	border-bottom: dashed 1px #fff;
	color: inherit;
	text-decoration:none;
}

a.info:hover
{
	z-index:25; 
	color:#0c9;
}

a.info span
{
	display: 
	none;
}

a.info:hover span
{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em; left:2em; width:15em;
	border:1px solid #0cf;
	background-color:#cff; color:#000;
	text-align: center;
}
