@import url("header_footer.css");
@import url("navigation.css");


/* default CLASS and ID */

body {
	margin:0px;
	padding:0px;
	background: url('../media/bg.gif') repeat-x 0px 100px #283C63;
	font:12px/1.5 verdana, arial, helvetica, sans-serif;
	}

body, html {
	height:100%;
	min-height:100%;
	}

p { 
	padding:0px;
	margin:0px;
	}
	
#body_site {
	width:685px;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	display:table;
	}

#body_site_footer {
	width:870px;
	height:2px;
	margin:0px auto 0px auto;
	background: url('../media/white_bg_footer.gif') no-repeat 0px 0px;
	}

#flash_band {
	float:left;
	width:685px;
	height:255px;
	clear:both;
}




#container .container_table .left{
	vertical-align:top;
}

#container .container_table .main_zone{
	vertical-align:top;
}

#container {
	float:left;
	width:685px;
	padding:1px 0px 0px 0px;
	display:table;
}

#container .left{
	float:left;
	width:165px;
	text-align:left;
}


.article_container {
	width:516px;
	display:table;
	margin:15px 0px 15px 0px;
}

.article_container .zone_media_table {
	width:516px;
}

.article_container .zone_media_table .left_td{
	width:172px;
	vertical-align:top;
	padding:0px 10px 0px 0px;
}

.article_container .zone_media_table .center_td{
	width:172px;
	vertical-align:top;
	padding:0px 5px 0px 5px;
}

.article_container .zone_media_table .right_td{
	width:172px;
	vertical-align:top;
	padding:0px 0px 0px 10px;
}

.title_page {
	clear:both;
	width:516px;
	display:table;
}

.title_page .nav_path {
	float:right;
	height:36px;
	background: url('../media/title_page_bg.gif') no-repeat 0px 0px;
}

.title_page .nav_path p{
	padding:7px 5px 0px 15px;
}

.title_page .nav_path a{
	color:#FFFFFF;
	font-size:8pt;
	font-style:italic;
	text-decoration:none;
}

.title_page .nav_path a:hover{
	color:#5E6D8A;
	font-size:8pt;
	text-decoration:none;
}

.title_page .page{
	float:left;
	width:380px;
	margin:6px 0px 0px 0px;
}

.title_page .page .title{
	color:#5E6D8A;
	text-align:right;
	font-size:9pt;
}


.left_zone {
	float:left;
	width:141px;
	margin:25px 0px 10px 0px;

}


