@charset "utf-8";
/* CSS Document */

*{
padding:0;
margin:0;
margin:0 auto;
}

html {
margin: 0 auto;
text-align:center;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

body{
	background-color:#42535d;
}

#wrapper{
	width:1000px;
	background:url(../images/backgroundPattern.png) repeat-y;
}

#wrapperBottom{
	width:1000px;
	height:27px;
	background:url(../images/backgroundBottom.png) no-repeat;
}

#logo{
	background-image:url(../images/logo2.png);
	width:283px;
	height:187px;
	float:left;
	margin: 20px 0 0 40px;
}

#mastheadImage{
	padding-top:10px;
}

#frenchButton{
	width:100px;
	float:left;
	margin-top:14px;
	margin-left:-10px;
	position:absolute;
	z-index:2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#frenchButton a{
	color:#FFF;
	text-decoration:none;
}

#frenchButton a:hover{
	color:#FF0;
	text-decoration:none;
}

#navigation{
	background:url(../images/navigationBack.png) no-repeat;
	width:210px;
	height:433px;
	float:left;
	margin-top:-150px;
	margin-left:20px;
}

#id_fm{
	margin:90px 0 0 44px;
}

#leftButtons{
	float:left;
	width:140px;
	margin-left:-160px;
	margin-top:300px;
}

#paypal{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	margin-left:30px;
}

#paypal p{
	margin-left:-20px;
}

#aaac{
	float:left;
	margin-left:-30px;
	margin-top:20px;
}

#certifiedSystem{
	width:58px;
	margin:20px 0 0 80px;
}

#acoa{
	float:left;
	margin-top:-80px;
	margin-left:170px;
}

#w3c{
	float:left;
	margin: 80px 0 0 -50px;
}




/*Home Page Content CSS*/
/*----------------------------------*/
#content{
	width:730px;
	margin-top:14px;
	margin-left:10px;
	float:left;
}

#contentMid{
	float:left;
}

#contentBody{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:500px;
	background-color:#FFF;
	font-weight: normal;
	color: #394753;
	line-height:normal;
}

#bodyText{
		padding: 10px 10px 10px 10px;
}

#contentMidTop{
	background:url(../images/contentMidTop.png) no-repeat;
	width:500px;
	height:13px;
}

#contentMidBottom{
	background:url(../images/contentMidBottom.png) no-repeat;
	width:500px;
	height:13px;
}

#contentRight{
	float:left;
}

#exhibitionButton{
	background-image:url(../images/conferenceButton.png);
	width:172px;
	height:43px;
	margin-left:26px;
}

#exhibitionButton:Hover{
	background-image:url(../images/conferenceButtonHover.png);
	width:172px;
	height:43px;
}

#news{
	width:208px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#80a0b5;
	margin: 10px 0 0 10px;
}

#newsTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFF;
	width:60px;
	margin-left:74px;
}

#newsTop{
	background:url(../images/newsTop.png) no-repeat;
	width:208px;
	height:16px;
}

#newsBody{
	background-color:#FFF;
	border:inset 2px;
	width:180px;
	line-height:normal;
	color: #394753;
}

#newsBody{
	background-color:#FFF;
	border:inset 2px;
	width:180px;
	line-height:normal;
	color: #003366;
}

#newsText{
	padding: 10px 10px 10px 10px;
	overflow:scroll;
	height:200px;
}

#newsText ul{
	margin-top:14px;
	margin-bottom:14px;
}

#newsBottom{
	background:url(../images/newsBottom.png) no-repeat;
	width:208px;
	height:16px;
}

#detailLink{
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
	margin-top:20px;
	margin-bottom:60px;
}

#detailLink a{
	text-decoration:none;
	color:#FFF;
}

#detailLink a:hover{
	text-decoration:underline;
}
/*End ofHome Page Content CSS*/
/*-------------------------------------------*/




/*Footer*/
/*---------*/
#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	width:1000px;
}

#footerCopyright{
	text-align:left;
	padding-left:20px;
	float:left;
	width:180px;
}

#footer a{
	font-size:12px;
	float:left;
	color:#FFF;
	text-decoration:none;
	margin: 0 10px 0 10px;
}

#footer ul{
	margin-left:100px;
	padding-top:40px;
	padding-bottom:50px;
}

#footer a:hover{
	color:#FF3;
}

#megram{
	float:left;
	margin-left:250px;
	color:#FFF;
}

#megram a{
	color:#FFF;
	text-decoration:none;
}

#megram a:hover{
	color:#FF3;
	text-decoration:none;
}


#privacyPolicy{
	padding-right:20px;
	float:right;
}

#privacyPolicy a{
	color:#FFF;
	text-decoration:none;
}

#privacyPolicy a:hover{
	color:#FF3;
	text-decoration:none;
}
/*End of Footer*/
/*-------------------*/

#footer ul{
	height:30px;
	width:1000px;
}

#footer li {
	display: inline; /* Prevents "stepdown" */
}

