/* CSS Document */
html
{
   overflow: -moz-scrollbars-vertical;
}

body {
background-color:#FFFFFF;
margin:0;
padding:0;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}



.container
{
  width: 770px;
  text-align: left;
}


/* HEADER */
#header {
width:100%;
background-color:#FFFFFF;
margin-bottom: 10px;
}

#header .logo {
width: 362px;
height:93px;
}

#header .language {
text-align:right;
padding-right:0px;
margin-top:-22px;
margin-right: -8px;
padding-bottom:3px;
}

#header a{
color: #000000;
text-decoration: none;
}
#header a:hover{
color: inherit;
text-decoration: underline;
}


#header ul {
display:inline;
list-style-type:none;
}

#header li {
display:inline;
list-style-type:none;
padding-right:6px;
}



#tagline {
background-color:#6699FF;
font-size:10pt;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
margin-top: 5px;
padding-left:10px;
padding-bottom:3px;
padding-top:3px;
font-style: italic;
}

/* CONTENT */ 

#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	border-top:1px solid #CCCCCC;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
	
/* LEFT COLUMN */
#leftcol { 
	position:relative;
	top:-10px;
	left:0px;
	float:left;
	width:150px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#FFF;
	z-index:99;
	border-right:1px solid #CCCCCC;
	}

	#leftcol h1 {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#0066CC;
padding-left:10px;
margin:0;
}

#leftcol  ul {
padding-left:15px;
margin-left:15px;
padding-top:0;
margin-top:0;
}

#leftcol li {
list-style-image:url(../images/arrow_bullet.gif);
padding:0;
color:#000000;
}
#leftcol a {
text-decoration:none;
color:#000000;
}

#leftcol a:hover {
color: #0066CC;
}

/* RIGHT COLUMN */
#rightcol {
	position:relative;
	top:-10px;
	
	float:right;
	voice-family: inherit;
	width:170px; /* actual value */
	
	padding: 10px;
	padding-right: 0;
	background:#FFF;
	z-index:99;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
#rightcol .title {
background-image:url(../images/frontbk.gif);
font-weight:bold;
background-repeat:no-repeat;
font-size:12px;
color:#FFFFFF;
height:30px;
padding-left:6px;
padding-top:5px;
margin-bottom:0;
padding-bottom:0;
cursor: pointer;
}

#rightcol .title_em
{
font-weight:bold;
color:#6EC0F3;
}

#rightcol .title1 {
background-image:url(../images/frontbk1.gif);
background-repeat:no-repeat;
background-position: center top;
font-size:12px;
color:#FFFFFF;
height:30px;
padding-left:5px;
padding-top:5px;
margin-bottom:0;
padding-bottom:0;
}

.barMoreInfo 
{
  background-color: #CC3300;
  padding: 5px;
  margin-top: -35px;
  margin-right: -1px;
  float: right;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  position: relative;
  text-decoration: underline;
}

.barImageContainer
{
  cursor: pointer;
}

.barImageContainer img
{
  border: 1px #666666 solid;
}

.barImageContainer img:hover
{
  border: 2px #CC3300 solid;
}

.barImageContainer2 img
{
 border: 1px #666666 solid;
 margin-bottom: 10px;
}

#rightcol  .moreinfo a {
color:#FFFFFF;
}


#rightcol .table {
border:1px solid #CCCCCC;
}
#rightcol .news {
width:200px;
border:1px solid #666666;
}
#rightcol a {
color:#CC3300;
}
#rightcol a:hover {
text-decoration:none;
}
#rightcol .titleunderline {
text-decoration:underline;
font-weight:bold;
}

/* CENTER COLUMN */
#centercol {
	margin-left: 25px;
	position: relative;
	padding-left: 170px;
}

#centercol .pagetitle {
color:#0066CC;
font-weight:bold;
}
#centercol .textcontent {
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
color:#000000;
}
#centercol .title {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}

#centercol .nextpage {
text-align:right;

}
#centercol .titleunderline {
text-decoration:underline;
font-weight:bold;
}

#centercol .borderbox {
border:1px solid #CCCCCC;
}

#centercol a {
color: #0066cc;
text-decoration: none;
}

#centercol a:hover 
{
color: #000000;
text-decoration: none;
}
	
/* FOOTER */
#footer {
	position:relative;
	top:1px;
	background-color:#999999;
	width:100%;
	clear:both;
	margin:0;
	text-align:center;
	color:#FFFFFF;
}
