	.tz-content{
		width:100%;
		height:100%;
	}
	.tz-content table{
		color:#000 !important;
		min-height:500px;
	}
	.tz-content caption{
		font-weight:bold;
		color:red;
		font-size: 20px;
		text-align:left;
		background: white;
		padding:4px;
		text-indent: 5px;
	}
	.tz-content th{
		font-style: italic;
		font-weight:normal;
		font-size: 12px;
		text-align:left;
	}	
	.tz-content td{
		font-family:arial,verdana,sans-serif;
		font-size:13px !important; 
		font-weight:none;
		line-height:1.4em !important; 
		color:#000 !important;
		padding:10px;
	}
	.layout-content-left{
		width:25%;
		padding:0px;
		margin:0px;
		float:left;
		background: white;
		height:90%;
	}
	.layout-content-right{
		width:75%;
		padding:0px;
		margin:0px;
		display:block;
	}	
     td.aNavig   {color:#454545;text-decoration:none;font-weight: bold; font-size:10px;}
	 a.aNavig:link    {color:#454545;text-decoration:none;font-weight: bold; font-size:10px;}
	 a.aNavig:visited {color:#454545;text-decoration:none;font-weight: bold; font-size:10px;}
	 a.aNavig:hover   {color:Black;text-decoration:underline;font-weight: bold; font-size:10px;}

	 
#search_box {
    width: 201px;
    height: 31px;
    background: url(../images/bg_search_box.gif);
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}

.mainvmenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 220px;
	margin-left:5px;
}


.mainvmenu li a{
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000000;
	display: block;
	width: auto;
	padding: 2px 0;
	border-bottom : 1px dotted #DBDBDB; 
	padding-left: 10px;
	text-decoration: none;
}


* html .mainvmenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 210px;

}

.mainvmenu ul li a:visited, .mainvmenu li a:active{
	color: red;
}

.mainvmenu li a:hover{
	background: #fff2bf;
	text-decoration: underline;
	color: #9b9477;
}

.mainvmenu li a.select{
	background: #f5f2dd;
	color: red;
	font-weight: bold;
	text-decoration: none;
}



	 
.listitems{
	list-style-type: none;
	margin: 5px;
	padding: 0;
	width: 98%;
}

.listitems li{
	padding: 5px;
	margin-bottom:5px;
	margin-left:5px;
	border : 1px solid #bdb293; 
	width:45%;
	float:left;
}

.listitems li img{
	padding:5px;
	border : 1px solid #DBDBDB; 
}

.listitems li h1{
	color: red;
	margin:0;
	padding:0;
	font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.listitems li a{
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000000;
	display: block;
	padding: 2px 0;
	margin-left: 10px;
	text-decoration: none;
	height:98px;
	background: #fbf8f0;
	width: 98%;
}


* html .listitems li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 100%;

}


.listitems li a:hover{
	background: #ffffff;
	text-decoration: none;
	color: #576e69;
}
