/** Structural **/

#site_content { width:800px; margin:0 auto; }
#header { /*background:url(../creo_img/header-bgnd.gif); */width:760px; padding:10px 20px 0 20px; border-bottom:6px solid #354C80; }
#main_body { width:800px; }

#body_left { float:left; width:185px; margin-right:20px; overflow:hidden; }
#body_centre {}
#body_right { float:left; width:585px; padding:10px 10px 20px 0; overflow:hidden; }

#main_centre { width:780px; margin:0 auto; padding:10px 0; overflow:hidden; }
#main_centre_home { width:790px; margin:0 auto; padding:10px 0 10px 10px; overflow:hidden; }
#home_centre_left { float:left;/* width:480px;*/ width:502px; }
#home_centre_right { float:right;/* width:235px;*//* width:213px;*/width:253px; }

#footer { width:760px; padding:10px 20px; margin:0 auto; color:#FFFFFF; background:#344C80; font-size:0.9em; }


/** General layout classes **/

.clear { clear:both; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.justify { text-align:justify; }
.float_left { float:left; }
.float_right { float:right; }
.margin { margin:10px 0; }
.margin_top { margin-top:10px; }
.margin_bottom { margin-bottom:10px; }
.bold { font-weight:bold; }
.overflow { overflow:hidden; }
.icon_general { float:left; margin-right:10px; }
.red_text { color:#CC0000; }
.main_title { margin-bottom:10px; }
.relative { position:relative; }

img.left { float:left; padding-right:5px; }
img.right { float:right; padding-left:5px; }

/* nextN */
.nextn_container { overflow:hidden; margin:10px 0; }
.nextn_container .intro { display:none; float:left; margin:0 5px 0 0; font-weight:bold; }
.nextn_container .general { float:left; margin:0 5px; text-decoration:underline; font-weight:normal; }
.nextn_container .selected { float:left; margin:0 5px; font-weight:bold; text-decoration:none; }
.nextn_container .previous_active { float:left; margin:0 5px; text-decoration:underline; font-weight:normal; }
.nextn_container .previous_page_inactive { display:none; float:left; margin:0 5px; }
.nextn_container .previous_inactive { float:left; margin:0 5px; }
.nextn_container .next_active { float:left; margin:0 5px; text-decoration:underline; }
.nextn_container .next_inactive { float:left; margin:0 5px; }
.nextn_container .next_page_inactive { display:none; float:left; margin:0 5px; }

/* Breadcrumbs */
.breadcrumbs { padding:10px 0; color:#666666; }
.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active { text-decoration:none;/* color:#666666;*/ }
.breadcrumbs a:hover { text-decoration:underline; }

/* News */
.news_date_index { margin:0px 0 0 0; color:#666666; }
.news_date { margin:-10px 0 10px 0; color:#666666; }