body, html{
	background-color:white;
	margin:0;
	padding:0;
}
table.container{
	width:780px;
	margin:0 auto;
	position:relative;
	top:20px;
}

td.header{
	height:146px;
}
div.headerItem{
	height:146px;
	float:left;
}

td.main{
	width:599px;
	background-color:#f2f5f4;
	vertical-align:top;
	font-family:tahoma;
}
td.footer{
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	width:780px;
	height:24px;
}
td.hSep{
	height:15px;
	line-height:15px;
}
td.vSep{
	width:31px;
}
div#marker{
	width:40px;
	height:30px;
	float:left;
}
div.markerMenu_0{
	background-color:#E37A00;
}
div.markerMenu_1{
	background-color:#A10000;
}
div.markerMenu_2{
	background-color:#C94000;
}
div.markerMenu_3{
	background-color:#59D412;
}
div#title{
	width:447px;
	height:27px;
	line-height:27px;
	float:left;
	font-weight:bold;
	font-size:18px;
}
div.titleMenu_0{
	background-color:#F4E9D0;
	color:#E37A00;
}
div.titleMenu_1{
	background-color:#EED1D0;
	color:#A10000;
}
div.titleMenu_2{
	background-color:#F4DAD0;
	color:#C94000;
}
div.titleMenu_3{
	background-color:#E5F1E3;
	color:#59D412;
}
span.title{
	margin-left:12px;
}

div.content{
	width:435px;
	text-align:justify;
	font-weight:normal;
	font-size:12px;
	color:#3f3f3f;
/*	line-height:18px; */
	margin:50px 0 50px 52px;
}

/* 		LEFT MENU		*/
td.leftMenu{
	width:150px;
	background-color:#f9fafa;
	background-image:url(images/left_menu.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	vertical-align:top;

}
div.menuHolder{
	float:right;
	padding-right:10px;
	padding-top:30px;
	padding-bottom:180px;
	width:140px;
	text-align:right;
}
div.leftMain,a:link.leftMain,a:visited.leftMain,div.currentMenu,a:link.currentMenu,a:visited.currentMen{
	font-size:14px;
	font-family:tahoma;
	color:#3f3f3f;
	font-weight:bold;
	text-decoration:none;
	line-height:26px;
}

a:hover.leftMain{
	color:#DA0000;
	text-decoration:none;
}
div.leftSub{
	display:none;
}
a:link.leftSub,a:visited.leftSub{
	font-size:12px;
	font-family:tahoma;
	color:#606060;
	font-weight:bold;
	text-decoration:none;
	line-height:22px;
}

a:hover.leftSub{
	color:#DA0000;
	text-decoration:none;
}
a:link.currentMenu,a:visited.currentMenu{
	color:#DA0000;
	text-decoration:none;
}
a:hover.currentMenu{
	text-decoration:underline;
}
div.currentMenu{
	color:#DA0000;
}



