body {	
	padding: 0px 0px 20px 0px;
	margin: 15px 0px 0px 0px;
	background-color: #2d2c71;
	background-image: url('../images/bg_hilite.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;	
}
#container {
	width: 990px;
	margin: 10px auto;
	background-image: url('../images/site_footer.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0px 0px 21px 0px;
}
#logo {
	float: left;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	color: #1380ef;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, strong {
	color: #2d2c71;
}
h1 {
	font-size: 2.0em;
	height: 34px;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 45px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
	color: white;
	text-transform: uppercase;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
.container {
	float: left;
	width: 100%;
}
.column {
	position: relative;
	float: left;
}
.clear {
	clear: both;
}
.wideTextBox {
	width: 549px
}
.mediumTextBox {
	width: 275px;
}
.smallTextBox {
	width: 150px;
}
#header {
	margin: 0px 0px 10px 0px;
	z-index:300;
}
#headerLeft {
	width: 145px;
	z-index:300;
}
#headerMiddle {
	width: 615px;
	z-index:300;
}
#headerRight {
	width: 230px;
	padding: 5px 0px 0px 0px;
	z-index:300;
}
#header h1 {
	background-image: none;
	font-size: 1.3em;
	font-weight: bold;
	padding: 71px 10px 0px 10px;
	margin: 0px;
}
/*.languageSwitcher {
	text-align: right;
	font-weight: bold;
	padding: 5px 0px;
}
.languageSwitcher {
	margin:0px 0px 5px 0px;
	float:right;
	width:100px;
}
.languageSwitcher a {
	color: white;
	display:block;
	padding:0px 0px 3px 0px;
}
.languageSwitcher img {
	border: 0px none;
	margin: 0px 5px;
	vertical-align: middle;
	float:right;
}*/
.languageSwitcher {
	padding:5px 0px;
	text-align:right;
	color:white;
	float:left;
	z-index:300;
}
.languageSwitcher span {
	font-weight:bold;
	float:left;
	z-index:300;
}
.languageSwitcher span img {
	vertical-align:middle;
}
.languageSwitcher .change, .languageSwitcher .changeover {
	padding:0px 0px 0px 10px;
	font-weight:normal;
	z-index:200;
	position:relative;
	z-index:300;
}
.languageSwitcher .change ul, .languageSwitcher .changeover ul {
	right: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 115px;
	margin: 0px;
	z-index:300;
}
.languageSwitcher .change:hover ul, .languageSwitcher .changeover ul {
	display:block;
}
.languageSwitcher .change ul li, .languageSwitcher .changeover ul li  {
	display: block;
	position: relative;
	width: 105px;	
	text-align: right;
	padding: 3px 5px;
	background:none;
	z-index:300;
}
.languageSwitcher .change ul li img, .languageSwitcher .changeover ul li img {
	border:none;
	vertical-align:middle;
}
.languageSwitcher .change ul li a, .languageSwitcher .changeover ul li a  {
	color:black;
}

#searchBox {
	background-image: url('../images/search_bg.gif');
	background-position: left top;
	background-repeat: no-repeat; 
	padding: 6px 0px 0px 8px;
	height: 30px;
	float: left;
	width: 222px;
}
#searchBox .searchTextBox {
	width: 132px;
	height: 16px;
	padding: 2px;
	margin: 0px 5px 0px 0px;
	float: left;
}
#searchBox .searchButton {
	width: 70px;
	height: 18px;
	padding: 4px 0px 0px 0px;
	margin: 1px 0px;
	color: white;
	background-image: url('../images/search_button.gif');
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	display: block;
	float: left;
}
.blueButton {
	width: 70px;
	height: 18px;
	padding: 4px 0px 0px 0px;
	color: white;
	background-image: url('../images/search_button.gif');
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-align: center;	
	display: block;
}
.memberLinks {
	padding: 5px 0px 0px 0px;
	clear: both;
}
.memberLinks a {
	color: white;
	padding: 0px 0px 0px 6px;
	background-image:url('../images/bullet.gif');
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
/* Top Menu */
.topMenu {
	float: left;
	width: 980px;
	background-image: url('../images/nav_bg.gif');
	background-position:center top;
	background-repeat: no-repeat;
	height: 65px;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 9px;
	z-index: 200;
	position: relative;
}
.topMenu li {
	display: block;
	float: left;
	background-image: url('../images/nav_sep.gif');
	background-position: right 14px;
	background-repeat: no-repeat;
	position: relative;
}
.topMenu li a {
	display: block;
	padding: 8px 0px 0px 5px;
	height: 47px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	width: 85px;
}
.topMenu .actions, .topMenu .actionsover {
	display: block;
	padding: 8px 10px 0px 10px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.topMenu li a:hover {
	background-image: url('../images/nav_sel_bg.gif');
	background-position: left top;
	background-repeat: repeat-x;
	text-decoration: none;
}
.topMenu .actions ul {
	display: none;
	width: 160px;
	top: 20px;
	left: 0;
	background-color: #2d2c71;
	position: absolute;
	z-index: 200;
	padding: 0px 0px 5px 0px;
	list-style: none;
	margin: 0px;
}
.topMenu .actions:hover ul {
	display: block;
}
.topMenu .actionsover ul {
	display: block;
	width: 180px;
	top: 20px;
	left: 0;
	background-color: #2d2c71;
	position: absolute;
	z-index: 200;	
	padding: 0px 0px 5px 0px;
	margin: 0px;
	list-style: none;
}
.topMenu .actions ul li, .topMenu .actionsover ul li {
	width: 100%;
}
.topMenu .actions a, .topMenu .actionsover a {
	height: auto;
}
.topMenu .actions a:hover, .topMenu .actionsover a:hover {
	background-image: none;
}
.topMenu .Home a,
.topMenu .UDiTE a,
.topMenu .Links a,
.topMenu .Liens a {
	width: 40px;
}
.topMenu .Accueil a {
	width: 50px;
}
.topMenu .DÃ©veloppementProfessionnel a {
	width: 95px;
}
.topMenu .ProfessionalDevelopment a {
	width: 90px;
}
#background {
	background-color: white;
	padding: 5px 0px 0px 18px;
	clear: both;
}
#updateContainer {
	background-image: url('../images/intro_bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;	
	margin: 0px 0px 10px 0px;
	z-index: 150;
}
#updateLeft {
	width: 594px;
}
#updateRight {
	width: 342px;
	padding: 15px 10px;
	z-index: 150;
}
#updateRight h2 {
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.updateMenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}
.updateMenu li {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	z-index: 150;
}
.updateMenu li a {
	display: block;
	padding: 0px 7px 2px 7px;
	margin: 0px;
	text-transform: uppercase;
	background-image: url('../images/bullet_updates.gif');
	background-position: left center;
	background-repeat: no-repeat;
	color: #2d2c71;
	font-size: 10px;
	font-weight: bold;
}
.updateMenu li a:hover {
	color: white;
	text-decoration: none;
}
.updateMenu .actions {
	cursor: pointer;
	z-index: 150;
}
.updateMenu .actions ul {
	display: none;
	position: absolute;
	top: 12px;
	left: 0px;
	width: 180px;
	z-index: 150;
	background-color: #cccccc;
	margin: 0px;
	list-style: none;
}
.updateMenu .actions a, .updateMenu .actionsover a {
	background-image: none;
}
.updateMenu .actions:hover ul {
	display: block;
}
.updateMenu .actionsover {
	z-index: 150;
}
.updateMenu .actionsover ul {
	position: absolute;
	top: 12px;
	left: 0px;
	width: 180px;
	display: block;	
	z-index: 150;
	background-color: #cccccc;
	list-style: none;
}
#contentContainer {
	background-color: white;
	z-index: 100;
}
#contentLeft {
	width: 726px;
	z-index: 100;
	font-size: 11px;
}
#partContainer .column {
	width: 242px;
}
#partContainer h2 {
	font-size: 11px;
	margin: 0px;
	padding: 5px 0px;
}
#partContainer .title {
	display: block;
	padding: 6px 6px 54px 6px;	
	margin: 0px;
	height: 30px;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
	color: white;	
}
#partContainer .partItem {
	padding: 5px 10px 5px 0px;
}
#partContainer a {
	color: #1380ef;
	text-decoration: underline;
}
#partContainer a:hover {
	text-decoration: none;
}
#newsPart .title {
	background-image: url('../images/news_title.gif');	
}
#eventsPart .title {
	background-image: url('../images/meetings_title.gif');	
}
#childSections .title {
	background-image: url('../images/practice_title.gif');	
}
#contentRight {
	width: 201px;
	padding: 0px 0px 0px 27px;
	z-index: 50;

}
.boxBackground {
	width: 201px;
	background-image: url('../images/beta_bg.gif');
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	position: relative;
}
.box h2 {	
	font-size: 1.8em;
	padding: 10px;
	margin: 0px;	
	color: #6666FF;		
}
.box {
	color: #6666FF;		
	background-image: url('../images/beta_footer.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0px 0px 10px 0px;
	width: 201px;
}
#rightMenuBackground, #rightMenuBackground div {
	z-index: 300;
}
.rightMenu, .rightMenu ul {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
	border: 0px;
	z-index: 300;
}
.rightMenu li {
	display: block;
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 300;
}
.rightMenu li a {
	display: block;
	background-image: url('../images/bullet_moreinfo.gif');
	background-repeat:no-repeat;
	background-position: 10px center;
	padding: 2px 5px 2px 25px;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6666FF;
	text-decoration: none;	
	z-index: 300;
}
.rightMenu .actions, .rightMenu .actionsover {
	background-image: url('../images/bullet_moreinfo.gif');
	background-repeat:no-repeat;
	background-position: 10px center;
	padding: 2px 5px 2px 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6666FF;
	text-decoration: none;		
	z-index: 300;
}
.rightMenu .actions ul {
	display: none;
	top: 99%;
	left: 0;
	position: absolute;
	width: 180px;
	background-color: #cccccc;
	margin: 0px;
	list-style: none;
	z-index: 300;
}
.rightMenu .actions:hover ul {
	display: block;
}
.rightMenu .actionsover ul {
	display: block;
	top: 16px;
	left: 0;
	position: absolute;
	width: 180px;
	background-color: #cccccc;	
}
#sponsorsBackground {
	z-index: 50;
}
#sponsors {
	text-align: center;
	padding: 10px 0px 5px 0px;
}
#sponsors img {
	padding: 3px 0px;
}
.footerLinks {
	background-image: url('../images/nationalassoc_bg.gif');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: white;
	float: left;
	width: 773px;
	height: 100px;
	padding:0px 78px 0px 106px;
	color: white;
}
.footerLinks div {
	width: 52px;
	float: left;
	text-align: center;
	font-size: 8px;
	font-weight: bold;
}
.footerLinks h2 {
	padding: 4px 10px 4px 0px;
	margin: 0px;
	text-align: center;
	font-size: 14px;
	color: white;
	clear: both;
}
.footerLinks .actions {
	clear: both;
}
.footerLinks div.newsletterFlags {
	width:799px;
	padding:30px 0px 0px 98px;
}
.footerLinks div.newsletterFlags div {
	width: 52px;
	float: left;
	text-align: center;
	font-size: 8px;
	font-weight: bold;
}
.footerLinks div.newsletterFlags div img {
	border:none;
}
.footerLinks div.newsletterFlags div a {
	color:white;
}
#copyright {
	clear: both;
	text-align: center;
	padding: 3px 12px 0px 12px;
	height: 20px;
	width: 928px;
	background-image: url('../images/copyright_bg.gif');
	background-position: center top;
	background-repeat: no-repeat;
	color: #535297;
	font-size: 12px;
}
.footerMenu {
	display: inline;
}
.footerMenu .actions {
	float: right;
	display: inline;
	padding: 0px;
	margin: 0px;
}
.footerMenu .actions ul {
	display: none;
}
/* Links */

.linkItem {
	clear: both;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.linkItem p {
	padding: 5px 0px;
	margin: 0px;
}
.linkItem h2 {
	font-size: 12px;
	margin: 0px;
}
.linkLogo {
	float: left;
	width: 85px;
}
.linkInfo {
	float: left;
	width: 480px;
}
/* News */

.newsRow {
	float: left;
	margin: 10px 0px 0px 0px;
	background-image: url('../images/news-background.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
}
.newsItem {
	float: left;
	width: 271px;
	padding: 0px 10px 10px 0px;
}

/* Table */
.blueTable {
	width: 562px;
	border-collapse: collapse;
}
.blueTable , .blueTable h2 {
	font-size: 12px;
	color: #6F6BCB;
	font-weight: normal;
}
.blueTable h2 {
	padding: 0px;
	margin: 0px;
}
.blueTable td {
	background-color: #BBBADD;
	vertical-align: top;
	padding: 5px;
	color: #6F6BCB;
	margin: 0px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
.blueTable th {
	text-align: left;
	background-color: #6F6BCB;
	padding: 5px;
	color: white;
	font-weight: bold;
	border-bottom: 2px solid white;
	border-right: 1px solid white;
}

/* Registration */

.field {
	clear: both;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.fieldLabel {
	float: left;
	display: block;
	width: 170px;
	padding: 5px 0px;
}
.fieldControl {
	float: left;
	display: block;
	width: 395px;
	padding: 0px;
}
.field .wideTextBox {
	width: 375px;
}
.field .mediumTextBox {
	width: 180px;
}
.field .narrowTextBox {
	width: 100px;
}

.awardSection {
	background-color:#E4E3FD;
	padding:5px;
	display:block;
}
.smallButton a {
	padding:5px 15px;
	display:inline-block;
	color:white;
	font-size:1.1em;
	font-weight:bold;
	background-color:#6F6BCB;
}
.twitterBackground {
	background-color:#B199C7;
	background-image:url('twitter_footer.gif');	
	background-position:center bottom;
	background-repeat:no-repeat;
	width:201px;
	padding:0px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
	position:relative;
}
.twitterBox {
	background-image:url('twitter_header.gif');	
	background-position:center top;
	background-repeat:no-repeat;
	padding:8px 10px 0px 10px;
	width:181px;
	display:block;
	color:white;
	font-weight:bold;
}
.twitterBox .itemIntroduction {
	background-image:url('twitter-arrow.gif');
	background-position:left 7px;
	background-repeat:no-repeat;
	padding:5px 0px 5px 10px;
	display:block;
}

.twitterBox a{
	color:white;
}
.twitterBox a.feedHyperLink {
	color: #232267;
	padding: 3px 10px;
	display: block;
}
#galleryContainer {
	width:726px;
}
#galleryLeft {
	width:278px;
}
#galleryRight {
	width:448px;
}
.imageGallery {
	width:278px;
	float:left;
}
.imageGallery .item {
	width:86px;
	padding:0px 5px 5px 0px;
	float:left;
	position:relative;
}
.imageGallery .item img {
	width:86px;
	height:57px;
}
.imageGallery .item img:hover {
	cursor:hand;
}
.imageGallery .item .actions img {
	width:12px;
	height:12px;
}
#galleryLeft .pager {
	width:270px;
	font-weight:bold;
	font-size:1.1em;
	float:left;
}
#galleryLeft .pager td {
	width:90px;
	text-align:center;
}
#galleryLeft .pager a {

}
.kbSearch {
	width:710px;
	background-color:#E4E3FD;
	padding:5px;
}
.kbSearch .label {
	display:block;
	float:left;
	height:18px;
	padding:4px 0px 0px 0px;
	color:black;
}
.kbSearch .textbox {
	float:left;
	margin:0px 5px;
	width:520px;
}
.kbSearch a {
	width: 70px;
	height: 18px;
	padding: 4px 0px 0px 0px;
	color: white;
	background-image: url('../images/search_button.gif');
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	display: block;
	float: left;
}














