body {
	background: #797A65 url(images/bg_leaf2.gif);
	font-family: Arial, Helvetica, sans-serif, "Myriad Pro";
	font-size: 85%;
}

body, div, h1 {
	margin: 0;
	padding: 0px;
}

strong {
	color: #666;
}

#outershell {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	background-color: #FFF;
	background-image: url(images/page_back.png);
	background-repeat: repeat-y;
	background-position: left;
}

#header {
	height: 210px;
	overflow: hidden;
	background-color: #FFF;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	width: 960px;
}

#header h1 {
	line-height: 103px;
}

#content {
	min-height: 367px;
	height:auto !important;
	height:367px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 200px;
}
#header h1 img {
	display: none;
}


#content h2 {
	color: #002E64;
	font-size: 22px;
}

#content h3 {
	color: #7F3C21;
	font-size: 14px;
}

#content p {
	color: #333;
	line-height: 150%;
}

#content a {
	color: #2A6EA1;
}

#content b, #content strong {
	color: #2A6EA1;
}

#content .highlight {
	color: #2A6EA1;
}

#content .image_left {
	float: left;
	margin: 10px 10px 0 0;
}

#content .image_right {
	float: right;
	margin: 10px 0 0 10px;
}

#menu {
	position: absolute;
	top: 211px;
	font-family: Arial, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

#menu ul ul {
	display: none;

}

#menu ul li:hover ul, #menu ul li.sfhover ul {
	display: block;
	position: absolute;
	margin-left: 133px;
	margin-top: -25px;
}

#menu ul li:hover ul li a, #menu ul li.sfhover ul li a {
	border: 1px solid #C1D2E2;

}

#menu ul li:hover ul li a:hover, #menu ul li.sfhover  ul li a:hover {
	border: 1px solid /*#3B6993*/#2A6EA1;
	border-left: 4px solid /*#3B6993*/#2A6EA1;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu #lang_link a{
	margin-top: 25px!important;
}

#menu a {
	display: block;
	color: /*#3B6993*/#2A6EA1;
	font-weight: bold;
	text-decoration: none;
	padding-left: 22px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 150px;
	background-color: #BFD3E3;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #BFD3E3;
}

#menu a:hover {
	background: #FFF;
	border-left: 4px solid #2A6EA1;
}

#footer {
	margin-top: 25px;
	clear: both;
	background-image: url(images/bottom_strip.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 200px;
}

#footer p {
	margin: 0;
	color: /*#3B6993*/#2A6EA1;
	font-size: small;
	padding-left: 70px;
	background: url(images/logo_little.gif) no-repeat left;
	height: 42px;
	line-height: 21px;
}

#promo {
	height:202px;
	background-image: url(images/promo_opt.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
}

th {
	color: #FFF;
	background: #2A6EA1;
}
.hidden {
	display: none;
}
h4  {
	font-weight: bold;
	padding: 0px;
	color: #2A6EA1;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.info {
	margin: 0px;
	padding: 0px;

}
.smaller {
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
