@charset "utf-8";
/* CSS Document */

body {
	background-color:#003300;
	background-image: url(../images/ContainerBG.jpg); 
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
	margin-top: 0;
}

#container {
	position: relative;
	width: 905px;
	margin-left: auto;
	margin-right: auto;
	background-position: top;
	background-repeat: no-repeat;
}

#containerTop {
	position: absolute;
	left: 0;
	top: 0px;
	background-image: url(../images/ContainerTop.gif);
	background-position: bottom;
	height: 40px;
	width: 905px;
}

#footer {
	position: fixed;
	background-image:url(../images/footerbg.gif);
	width: 905px;
	height: 49px;
	margin-left:auto;
	margin-right:auto;
	bottom: 0;
}

#contentMain {
	position: relative;
	top: 167px;
	left: 140px;
	width: 625px;
	background-color: FFFFFF;
	background-image: url(../images/MainContent-Mid2.jpg);
}

#contentTop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 625px;
	height: 40px;
	background-color: FFFFFF;
	background-image: url(../images/MainContent-Top2.jpg);
	background-repeat: no-repeat;
}
#contentBot {
	position: relative;
	bottom: 0;
	left: 0;
	width: 625px;
	height: 29px;
	background-color: FFFFFF;
	background-image: url(../images/MainContent-Bot2.jpg);
}

#navigation {
	position: absolute;
	top: 0px;
	left: 6px;
	width: 894px;
	height: 21px;
	background-image:url(../images/navBarBG.gif);
	background-repeat:repeat-x;
}

#translation {
	position:relative;
	top:0px;
	left:25px;
	width:100px;
/*	background-color:#FF99FF; */
}

#logo {
	position: absolute;
	top: 82px;
	left: 44px;
	width: 156px;
	height: 153px;
	z-index: 1000;
}

#leftCol {
	position: absolute;
	top: 228px;
	left: 11px;
	width:125px;
	z-index: 1050;
}

#rightCol {
	position: absolute;
	top: 228px;
	left: 769px;
	width:125px;
/*	background-color: #FFFFFF;
	background-image: url(../images/rightCol-mid.gif);
	background-repeat:repeat-y;
	z-index: 1050;*/
}

#rightColTop {
	position: absolute;
	top: 0;
	left: 0;
	width: 116px;
	height: 11px;
	background-image: url(../images/rightCol-Top.gif);
	background-repeat:no-repeat;
}

#rightColBot {
	position: relative;
	left: 0;
	width: 116px;
	bottom: 0;
	height: 11px;
	background-image: url(../images/rightCol-Bot.gif);
	background-repeat:no-repeat;
}

#flashScreen {
	position: absolute;
	width: 550px;
	height: 110px;
	top: 38px;
	left: 250px;
}

#ccDisplay {
	position: absolute;
	width: 215px;
	height: 32px;
	top: 30px;
	left: 12px;
/*	left:680px; */	
}

.mainText {
	line-height: 16px;
}

.disclaimer {
	color: #CC0000;
	font-size: 80%;
}