/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#2E2E30;
	line-height:1.5em;
}

a:link      { color: #8cb30d; font-weight: normal; text-decoration: underline;  }
a:hover { text-decoration: none; }
a:visited { color: #8cb30d; font-weight: normal; text-decoration: underline;  }
a:visited:hover { color: #8cb30d; font-weight: normal; text-decoration: none  }

b, strong {
	font-weight:bold;
	color:#dddddd;
}

table, tbody, tr, td, th {
	display: block;
}

hr {
	display:none
}

#container {
	width:100%;
}

#pageLeft {
	position:absolute;
	top:0;
	width:100%;
	text-align:center;
	margin-top:45px;
	clear:both
}

#pageLeftTop {
	width:100%;
	height:39px;
	background-image:url(../img/pda_logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom:10px;
}

#pageLeftActusTop, #pageLeftActus {
	display:none;
}

#pageContent {
	margin-top:180px;
	border-top:1px solid #8cb30d;
	padding-top:7px;
}

h2 {
	display:none;
}

h3 {
	font-size:13px;
	color:#8cb30d;
}
			
#pageContentBottom {
	display:none;
}

#pageContentPort {
	padding-top:7px;
	border-top:1px solid #8cb30d;
}

#pageContentThumb {
	width:100%;
	text-align:center;
	padding-top:35px;
}

	#pageContentThumb img {
		padding:10px;
		background:url(../img/bg_images.png) no-repeat;
		margin-bottom:5px;
	}
	
#pageContentTop {
	display:none
}

#footer {
	clear:both;
	padding-top:7px;
	border-top:1px solid #8cb30d;
	margin-top:7px;
}


