/*--------------------------------------*/
	/*     global elements
/*--------------------------------------*/
body {
	text-align: center;
	margin: 0px 0px 0px 0px;
	/* background-image: url(../images/template/body_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #EFEFF0;
	background-attachment: fixed; */
}
#bodyContent {
	width: 100%;
}
#mainContent {
	margin-top:25px;
	margin-left: 80px;
	margin-right: 60px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}
#mainContent a {
	text-decoration:none;
	color:#005D77;
	font-size:12px;
	border-bottom-color: #005D77;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.noDeco {
	color: #000000;
	text-decoration: none;
}
.noDeco:hover {
	color: #FFFFFF;
	text-decoration: none;
}
p.titleContent {
	color:#005D77;
	font-size:16px;
	font-weight:bold;
}
p.subtitleContent {
	font-size:14px;
	font-weight:bold;
}
span.newsTitle {
	font-weight:bold;
	font-style:italic;
}
span.newsDate {
	color:#333333;
}
span.newsLink {
	/* nothing special for the moment */
}
.contractingStage {
	/* nothing special for the moment */
}
.contractingStageSubTitle {
	width:742px;
	margin-left:4px;
	height:20px;
	line-height:20px;
	background-color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
}
tr.descriptionTop {
	color:#FFFFFF;
	background-color:#8B8B8B;
	text-align:center:
}
tr.contentColor1 {
	background-color:#FFFFFF;
}
tr.contentColor2 {
	background-color:#D7EFF5;
}
td.descriptionContent {
	text-align:center;
}
.infoBox {
	width: 120px;
	/*height: 65px;*/
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	background-color: #E2F7FF;
	border: 1px solid #C2C2C2;
	padding: 2px;
}
.infoBoxInside {
	margin: 5px 5px 10px 5px;
	color: #005D77;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.noticeBox {
	margin: 10px;
	padding: 5px;
	background-color: #E2F7FF;
	border: 1px solid #C2C2C2;
}


/*--------------------------------------*/
	/*     header elements
/*--------------------------------------*/
#header {
	width:100%;
	height: 106px;
	background-image: url(../images/template/header_bk.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
	min-width:750px;
	clear: both;
}
#headerImgLeft {
	width:205px;
	height: 106px;
	background-image: url(../images/template/header_left.gif);
	background-repeat: no-repeat;
	float:left;
}
#headerImgRight {
	width:81px;
	height: 48px;
	background-image: url(../images/template/header_right.gif);
	background-repeat: no-repeat;
	float: right;
}
#headerContent{
	position: absolute;
	left: 200px;
	white-space: nowrap;
	/*width: 480px;*/
}
.menuItem {
	margin-right: 20px;
	margin-top: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
#title {
	margin-top: 50px;
	position: absolute;
	left: 0px;
	top: 20px;
	text-align:left;
	width:250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-style: italic;
}
/*------------- SUB menu specific changes -----------------*/
#headerSub {
	width:100%;
	height: 106px;
	background-image: url(../images/template/header_bk_sub.gif);
	background-repeat: repeat-x;
}
#headerImgLeftSub {
	width:205px;
	height: 106px;
	background-image: url(../images/template/header_left_sub.gif);
	background-repeat: no-repeat;
	float:left;
}
#headerImgRightSub {
	width:81px;
	height: 52px;
	background-image: url(../images/template/header_right_sub.gif);
	background-repeat: no-repeat;
	float:right;
}
#subMenuContent {
	width:400px;
	height: 17px;
	background-image: url(../images/template/header_sub.gif);
	background-repeat: no-repeat;
	background-position:right;
	background-color: #7C96A1;
	position:absolute;
	left: 0px;
	top: 47px;
	
}
.subMenuItem {
	margin-right: 20px;
	margin-top: 3px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
/*--------------------------------------*/
	/*     footer elements
/*--------------------------------------*/
#footer {
	width: 100%;
	height: 19px;
	background-image: url(../images/template/footer_bk.gif);
	background-repeat: repeat-x;
	white-space:nowrap;
	margin-top: 25px;
	clear: both;
}
#footerImgLeft {
	width: 173px;
	height: 19px;
	background-image: url(../images/template/footer_left.gif);
	background-repeat: no-repeat;
	float:left;
}
#footerImgRight {
	width: 131px;
	height: 19px;
	background-image: url(../images/template/footer_right.gif);
	background-repeat: no-repeat;
	float:right;
}
.footerLink {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
