body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*background-color: #757373;*/
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
}

td {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 80%;
	line-height: 1.2em;
	padding: 5px 0px 5px;
}

td.spacer {
	padding: 50px 0px 50px;
}


a:link { 
	color:#FFB400;
	font-weight: bolder;
	text-decoration: none;
	}
a:visited { 
	color:#FFB400;
	font-weight: bolder;
	text-decoration: none;
	}
a:hover { 
	color:#FFB400;
	font-weight: bolder;
	text-decoration: underline;
	}

#leftNavBg {
	
	width: 172px;
	/*background-color: #757373;*/
	/*background-color: #8F8F8F;*/
	/*background-color:#919090;*/
	position:absolute; 
	left:0px; 
	top:0px; 
	height:100%; 
	z-index:2;
}

#copyRight {
	position:absolute; 
	left: 10px; 
	top: 500px; 
	z-index:3;
	color:#FFFFFF;
	font-weight: bolder;
	font-size: 65%;
	line-height: 1.4em;
}

#logo {
	padding: 18px;
}

#logobg {
	position:absolute; 
	width:291px; 
	height:284px; 
	z-index:5; 
	bottom:0; 
	right:0;
}

#language {
	text-align:center;
}

#language a {
	text-decoration: underline;
	color:#FFFFFF;
	font-weight: bolder;
	font-size: 65%;
}

#mainBg {
	position:absolute;
	z-index:10;
	padding: 25px 45px 20px;
	left:172px; 
	top:0px; 
	/*height:100%;*/ 	
}


#link {
float:right;
}

#mainText p {
	text-align:justify;
}


p {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 80%;
	line-height: 1.5em;
}

p.larger {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 100%;
	line-height: 1.1em;
	font-weight: bolder;
}



#facts p {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 100%;
	line-height: 1.1em;
	font-weight: bolder;
}

#links p {
line-height: 1.2em;
}


h1{
	font-size: 170%;
	line-height: 1.1em;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
}

h2{
	font-size: 130%;
	line-height: 1.1em;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
}


.gray{
	color: #959595;
}

.orange {
	color:#FFB400;
}

#leftnavbkground{
	/*position: absolute;
	height: 100%;
	top: 150px;*/
	width: 136px;
	left: 0px;
	margin-top: 20px;
}

#navlist {
	/*position: absolute;
	left: 0px;
	top: 55px;*/
	width: 136px;
	padding: 6px;
	height: 0;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 75%;
}

#navlist li {
	margin: 0 0 4px 0;
}

#navlist a {
	display: block;
	background-color:#666666;
	padding: 2px 2px 2px 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color:#333333;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	border-left-color:#333333;
	width: 144px;
}

#navlist a:link {
	color:#FFFFFF;
	text-decoration: none;
}

#navlist a:visited {
	text-decoration: none;
	color:#FFFFFF;
}


#navlist a.active {
	background-color:#FFB400;
}

#navlist a:hover {
	background-color:#FFB400;
}
