/* Common part */	



* {
	margin:0;
	padding:0;
}
body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#000000;
	overflow-x: hidden;
}
h4 {
	margin-top:15px;
	font-size:1em;
	font-weight:bold;
	color:#206BA4;
}
h3 {
	color:#206BA4;
	font-size:1.2em;
}
.clear {
	clear:both;
	font-size:0;
}
/* Header */



#header {
	height:6.0em;
	border-bottom:.67em solid #206BA4;
	padding-top:0.25em;
}
#header h1 a {
	width: 300px;
	height:2.3em;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	background: url(../images/logo.gif) no-repeat;
	float:left;
}
* html #header h1 a {
	height:1.7em;
}
#header img {
	float:right;
}
/* Top navigation */



#top_nav {
	height:1.75em;
	background-color:#DADADA;
	text-align:right;
	padding:.25em 1em 0 0;
}
/* Left column */	



#left {
	float:left;
	width:15em;
	margin:.84em 0 1.67em 0;
}
/* left menu boxes */



#left dl {
	background: url(../images/box_corner.gif) no-repeat 100% 0%;
	width: 15em;
	background-color:#E7E4D3;
	margin-bottom:.75em;
}
#left dl dd {
	width:15em;
	padding-bottom:2.42em;
}
#left dl dt {
	padding-top:.58em;
	height: 1.67em;
}
#left dl dt span {
	margin:0 0 0 1em;
	font-size:.92em;
	font-weight:bold;
	color:#000000;
}
/* search box */



#search {
	width:13.58em;
	height:7em;
	border:0.08em solid #E7E4D3;
	margin-bottom:.83em;
	padding:0 0 .67em 1.25em;
	font-size:.96em;
	font-weight:bold;
	color:#5A5A58;
}
#search .go {
	width: 2.92em;
	height: 1.58em;
	border: 0;
	background: url(../images/go.gif) no-repeat;
	margin:0;
}
#search input {
	width:14em;
	font-size:.83em;
	margin:.75em 0;
}
#search h4 {
	color:#5A5A58;
}
/* associations box */



#associations {
	width:13.58em;
	height:27.2em;
	border:0.08em solid #E7E4D3;
	margin-bottom:.83em;
	padding:0 0 .67em 1.25em;
	font-size:.96em;
	font-weight:bold;
	color:#5A5A58;
}
#associations h4 {
	color:#5A5A58;
}
/* language box */

#navlist {
	padding-left:35px;
}
#language {
	padding-left:1.25em;
	font-size:.96em;
	font-weight:bold;
	color:#5A5A58;
}
#language h4 {
	color:#5A5A58;
}
#language img {
	margin:.58em .58em 0 0;
}
/* right column */        

#right {
	float:right;
	width:15em;
	margin:2em .83em 1.67em 0;
}
/* clients box */



#right a.client {
	width:15em;
	height:2.33em;
	text-align:center;
	text-decoration:none;
	color:#000000;
}
#right a.client:hover {
	text-decoration:underline;
}
#right dl {
	width:15em;
	background-color:#F2F2F2;
}
#right dt {
	width:15em;
	height:2.33em;
	background-color:#A6C0D9;
	background:url(../images/clients_bg.gif) no-repeat 0% 0%;
	text-align:center;
}
#right span.left, #right span.right {
	font-weight:bold;
	color:#000000;
	margin:.58em 0 0 .83em;
}
#right span.right {
	float:right;
	margin-right:.25em;
}
#right span.left {
	float:left;
}
#right dd {
	border-top:.08em solid #ffffff;
	text-align:center;
	padding:.67em 0 1em 0;
}
#right dd img {
	margin-bottom:.83em;
}
/* news box */	



#news {
	margin-top:2.5em;
	font-size:.89em;
}
#news h3 {
	color:#206BA4;
	font-size:1.3em;
	margin-bottom:.83em;
}
#news span.title {
	margin-bottom:.83em;
	color:#206BA4;
	font-size:1.3em;
	font-weight:bold;
}
#news p {
	margin-top:1.25em;
}
#news a {
	color:#0000FF;
	text-decoration:underline;
	font-weight:bold;
}
/* middle column */



#middle {
	margin:2em 17.33em 1.67em 16.25em;
	padding-left:5px;
}
.center-container {
	display: block;
}
.center-video {
	position:relative;
	left:25px;
	width: 50%;
	float: left;
	padding-left:15px;
}
#middle h1 {
	color:#206BA4;
	font-size:1.3em;
}

#middle h2 {
	color:#206BA4;
	font-size:1.3em;
}
#middle p {
	margin-top:1.25em;
}
.listing {
	margin-left:1em;
}
/* copyright line */	



#copyright {
	height:1.25em;
	background-color:#206BA4;
	text-align:center;
	padding-right:.9em;
	color:#FFFFFF;
}
/* footer navigation */	



#footer {
	text-align:center;
	margin:.83em 0;
	color:#666666;
	line-height:150%;
}
#footer a {
	font-weight:bold;
	text-decoration:none;
	color:#666666;
	margin:0 .33em;
}
abbr, acronym {
	border-bottom: 1px dotted #F00;
	cursor: help;
}
.callout-top {
	background-color:#DADADA;
	font-size:.95em;
	border-color: blue;
	border-style: dotted;
	border-style: dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	color:#000000;
	float:top;
	margin-left:5px;
	padding:5px;
	width:500px;
}
.rightdiv {
	padding:8px;
}
#rightside {
	width:200px;
	float:right;
	display:inline;
}

