/* Start of CMSMS style sheet 'main' */
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffc249;
  background-image: url(images/background.png);
  background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
p {
  margin-top: 8px;
  margin-bottom: 5px;
}
ul {
  margin-top: 4px;
  margin-bottom: 8px;
}
a {
  color: #333333;
  text-decoration: underline;
}
a:hover {
  color: #808080;
}
img {
	border: 0px;
	margin: 0px;
}
img a {
	border: 0px;
}
h1 {
  background-image: url(images/cross.png);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding: 0px 0px 0px 25px;
  font-size: 16px;
  font-weight: bold;
}
h2 {
  font-size: 14px;
  font-weight: bold;
}
sup {
  font-size: 6pt;
}
#wrapper {
  width: 100%;
  min-width: 903px;
  position: relative;
  height: 100%;
  margin-top: 30px;
}
#left_wrapper {
	width: 50%;
	margin-right: -452px;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#center_wrapper {
  width: 903px;
  margin: 0px -452px 0px 0px;
  padding: 0px;
  float: left;
  position: relative;
  overflow: hidden;
  z-index: 2;
  height: 100%;
}
#right_wrapper {
	width: 49.9%;
	height: 200px;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#left {
	margin-right: 452px;
	overflow: hidden;
}
#right {
	height: 200px;
	margin-left: 451px;
}
#header {
	background-image: url(images/img_header.png);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	border: none;
	overflow: hidden;
	top: 0px;
	height: 153px;
	width: 903px;
}
#banner {
  vertical-align: top;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  border: none;
  overflow: hidden;
  position: relative;
  top: 1px;
}
#content {
  background: url(images/content_bg.gif) 0% 0% repeat;
  text-align: left;
  vertical-align: top;
  padding: 0px;
  border: none;
  overflow: hidden;
  margin: 0px;
  height: 1%;
}
* html #content {
  margin-top: -2px;
}
#footer {
	background-image: url(images/img_footer.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 33px;
	width: 903px;
	margin: 0px;
	border: none;
	overflow: hidden;
	position: relative;
	top: 0px;
}
#langswitch {
	padding: 0px;
	height: 87px;
	width: 28px;
	margin: 0px;
	border: none;
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	top: 66px;
}
#menu {
	font-size: 13px;
	font-weight: bold;
	margin-top: 114px;
}
#menu a {
  color: #333333;
  text-decoration: none;
}
#menu a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#under_footer {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #666666;
	height: 50px;
	padding: 6px 30px 0px 0px;
	margin: 0px;
	border: none;
	overflow: hidden;
	position: relative;
	top: 0px;
}
#under_footer a {
	color: #666666;
	text-decoration: none;
}
#under_footer a:hover {
	text-decoration: underline;
}
.split_left {
  width: 428px;
  height: 100%;
}
.split_right {
  width: 431px;
  margin: 0px;
  height: 100%;
}
.orange_content {
  background-color: #FFFFFF;
  border-top: 2px solid #FAA435;
  border-left: 2px solid #FAA435;
  border-right: 2px solid #FAA435;
  border-bottom: none;
  margin: 0px;
  padding: 10px;
  float: left;
}
.blue_content {
  background-image: url(images/bg_blue.png);
  background-repeat: repeat-x;
  background-color: #b7dfed;
  /* border: 2px solid transparent; */
  border-top: 0px;
  margin: 0px;
  padding: 10px;
  float: left;
}
.bluef_content {
  background-image: url(images/bg_bluef.png);
  background-repeat: repeat-x;
  background-color: #6db0c8;
  /* border: 2px solid transparent; */
  border-top: 0px;
  margin: 0px;
  padding: 10px;
  float: left;
}
.vertical_bar {
  font-weight: normal;
  font-size: 16px;
}
.align_right {
  text-align: right;
}
.float_right {
  float: right;
  padding: 5px 0px 5px 5px;
}
.float_left {
  float: left;
  padding: 5px 5px 5px 0px;
}
.video {
  position: absolute;
  float:left;
  display: block;
  top: 2px;
  left: 490px;
  z-index: 2;
}
/* End of 'main' */

