body {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/repeater.jpg);
	background-repeat: repeat-x;
}
#banner {
	position: relative;
	height: 100px;
	width: 910px;
	background-image: url(../images/banner.jpg);
}

#main {
	height: 600px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #000000;
}
#contentArea {
	position: relative;
	height: 473px;
	width: 910px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E4E4E;
	line-height: 20px;
}
#contentAreaSM {
	position: relative;
	height: 473px;
	width: 910px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4E4E4E;
	line-height: 20px;
}
#footer {
	position: relative;
	height: 50px;
	width: 910px;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	background-color: #FFFFFF;
}
#footer p {
	font-size: 10px;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2C2C2C;
}
#footer .link {
	color: #DF7D00;
	cursor: hand;
	cursor: pointer;
	text-decoration:underline;
}
#footer .link a:link{
	color: #cf6600;
}
#footer .link a:visited{
	color: #DF7D00;
}
#footer .link a:hover{
	color: #AA5E00;
}
#footer .link a:active{
	color: #DF7D00;
}
#languageSelector {
	position: absolute;
	width: 120px;
	left: 775px;
	top: 30px;
}
#languageSelector #selector {
	font-family:Arial Unicode MS;
	font-size: 10px;
	width: 120px;
	color: #666666;
}
#languageSelector p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.subNav {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4E4E;
	filter:alpha(opacity=90); /* IE's opacity*/
    opacity: 0.92;
}
.subNav td {
	padding-left: 15px;
	/*background-color: #FFFFFF;*/
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 150px;
	cursor: pointer;
}
#subNav1 {
	position: absolute;
	top: 93px;
	z-index: 10;
	display: none;
}
#subNav2 {
	position: absolute;
	top: 93px;
	z-index: 10;
	display: none;
}
#subNav3 {
	position: absolute;
	top: 93px;
	z-index: 10;
	display: none;
}
#subNav4 {
	position: absolute;
	top: 93px;
	z-index: 10;
	display: none;
}
#subNav5 {
	position: absolute;
	top: 93px;
	z-index: 10;
	display: none;
}


