﻿#main{ width: 99%; margin: 0 auto; }
#header{  margin-top: 0; }
#content{ float: left; width: 100%;}
#column{ margin-left: 560px;}
#left{ float: left; width: 560px; margin-left: -100%;}

#content3{ float: left; width: 100%;}
#column2{ margin-left: 180px;}
#left2{ float: left; width: 180px; margin-left: -100%;}

#contentleft{ margin-right: 260px;}
#contentright{ float: left; width: 250px; margin-left: -250px; }

#footer{ clear: left; width: 100%; text-align: center; padding: 4px 0; }

#tabnav {
		height: 20px;
		margin: 0;
		padding-left: 0px;
		background: url(/gfx/graypix.png) repeat-x bottom;
	}

#tabnav li {
		margin: 0; 
		padding: 0;
		display: inline;
		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited {
		float: left;
		background: #E3F4C1;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #cccccc;
		text-decoration: none;
		color: #666666;
	}

#tabnav a:link.active, #tabnav a:visited.active {
		border-bottom: 1px solid #ffffff;
		background: #ffffff;
		color: #000000;
	}

#tabnav a:hover {
		background: #fff;
	}

	
#b{  padding: 5px 5px 5px 5px; border-left: 1px solid #FCE7BD; border-top: 1px solid #FCE7BD; border-bottom: 1px solid #FCE7BD; border-right: 1px solid #FCE7BD; }
.x{ margin-top: 0; }


#ToolTip {
left:0px;
position:absolute;
top:0px;
visibility:hidden;
width:100px;
z-index:4;
}















