body {
  margin: 0;  
  text-align: center;
  font: 0.62em verdana, arial, sans-serif;  
  line-height: 170%;
  color: #EEE;
  background: #585858 url(../images/bg_body.jpg) repeat-y top center;
}

p { 
  padding-top: 5px;
  padding-bottom: 5px;
}

a {
  color: #AAA;
  text-decoration: none;
}

a:visited {
  color: #AAA;
}

a:hover {
  color: #FFF;
}

h1 {
  clear: both;
  margin: 10px 0;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #FAD325;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
}

h1 span {
  display: block;
  padding: 2px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

#sidebar h1 {
  text-align: right;
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}

#sidebar h1 span {
  display: block;
  padding: 2px;
  background: url(../images/rounded_bl.gif) no-repeat bottom left;
}

h2 {
  font: 700 1em verdana, sans-serif;
  color: #AAA;
}

h3 {
  font: 700 1em verdana, sans-serif;
  color: #AAA;
  margin: 0;
}

#content ul {
  padding-bottom: 10px;
}

#content ul li {
  list-style-image: url(../images/li_bullet.gif);
}

#sidebar ul {
	padding-bottom: 10px;
	margin-left: 15px;
}


#sidebar ul a {
	color: #ffffff;
	}


#flash {
}

#header {  
  width: 100%;
  height: 3em;
  background: #585858 url(../images/bg_header.gif) repeat-y top center;  
}

#menu {
  width: 767px;
  margin: 0 auto;
  text-align: left;  
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  
}

#menu ul li {
  width: 10em;
  display: inline;
  float: left;
  padding-top: 0.8em;  
  list-style: none;
  text-align: center;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.0em;
  color: #111;
}

#menu ul li a:hover,
#menu ul li a.active {
  font-weight: bold;
  color: #111;
  background: url(../images/menu_tab.gif) no-repeat bottom center;
}

#language {
  padding: 0.6em 5px 0.6em 0;
  margin-right: 0.5em;
  float: right;
}

#content {  
  clear: both;
  width: 767px;
  margin: 0 auto;
  text-align: left;
}

#text {
	float: left;
	width: 410px !important;
	width: 437px;
	padding: 20px 5px 20px 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#image {
  float: left;
  width: 170px;  
  vertical-align: top;
}

#sidebar {
  float: right;
  width: 145px !important;
  width: 160px;
  padding: 10px 15px 20px 0 !important;
  padding: 20px 15px 20px 0;
}

#text2 {
	clear: both;
	color: #EEE;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#text2 p {
	padding-top: 0;
	padding-top: 0px;
}

#footer {
  clear: both;
  padding: 10px 20px;
  color: #AAA;
}

#footer p {
  padding-top: 0;
  padding-top: 10px;
}

#footer a {
  color: #AAA;
}

#footer a:hover {
  color: #EEE;
}

#footer img{
  border:none;
}

#footer hr{
  color: #FAD325;
}

#logos img{
  border:none;
}

.grey {
	color: #AAA;
}
.yellow {
	color: #FAD325;
}

