/* Global Styles */
body 
{
  margin:0px;
  background: #ffffff url('../img/gr/bg.png') top left repeat-x;
  font-family: arial, "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.875em;
  line-height: 18px;
}	


#lang
{
  float: right;
  color: #e9e7e6;
  padding: 12px 0 10px 0;
  font-size: 0.8em;
}

#lang a, #lang a:link, #lang a:visited {
  color: #e9e7e6;
}

#lang a:hover {
  color: #2987b2;
}

#container {
  width: 960px;
  /* center on the page */
  margin: auto;
}


.main {
  padding: 20px 0;
  background: url('../img/gr/stripes.png') top left repeat-x,
              url('../img/gr/stripes.png') bottom left repeat-x;        
  background-color: #f3f8f8;
  margin: 10px 0;
  overflow: auto;
  width: 100%
}


#left {
  float: left;
  width: 245px;
  padding: 0 10px;
}


#left_container {
  /* background colour to show the left column */
  background-color: white;
  border: 1px solid #dae2e2;
  border-radius: 5px;
}

#content {

  /* left right padding needs to be #left/right width plus whatever padding you want */
  /* the background effectively covers the whole width of #container */
  padding: 0 10px 0 275px;
  /* background colour to show the middle column */
  background-color: #f3f8f8;    
}

#content a, #content a:link, #content a:visited {
  color: #2987b2;
  text-decoration: none;
}

#content a:hover {
  color: #333333;
}


#content_container {
  /* background colour to show the left column */
  background-color: white;
  padding: 10px;
  border: 1px solid #dae2e2;
  border-radius: 5px;
}

#footer {
  text-align: center;
  clear: both;
  background: url('../img/gr/bg.png') top left repeat-x;
  color: #ffffff;
}

#footer_copyright
{
  width: 960px;
  /* center on the page */
  margin: auto;
  padding: 10px 0;
  border-bottom: 1px solid #2f2529;
  font-size: 0.857em;
  font-weight: bold;
}

#footer_copyright a, #footer_copyright a:link, #footer_copyright a:visited {
  text-decoration: none;
  color: #ffffff;
}

#footer_funding
{
  clear: both;
  border-top: 1px solid #5e4e54; 
  width: 960px;
  /* center on the page */
  margin: auto;
  padding: 20px 0;
  font-size: 0.786em;
}

#navigation { 

}

#navigation a, #navigation a:link, #navigation a:visited { 
  color: #3a3a3a;
  text-decoration: underline;
  font-weight: normal;
  font-size: 1.1em;

}  

#navigation a:hover { 
  color: #2987b2;
/* b04a22 */
}  


#navigation ul {
  padding: 0; 
  margin: 0;
}  

#navigation li {
  list-style-type: none; 
  padding: 6px 6px; 
  border-bottom: 1px solid #dae2e2;
}  

#navigation ul li ul li {
  background-image: url(../img/list-type.png);
  background-repeat: no-repeat;
  background-position: 10px 2px; 
  margin: 2px 0 2px 0px; 
  padding: 0 0 0 24px; 
}


#navigation .vr_menu {
  color: #2987b2;
}

/*
#navigation .vr_menu a, #navigation .vr_menu a:link, #navigation .vr_menu a:visited { 
  color: #2987b2;       
  text-decoration: none;
}

#navigation .vr_menu a:hover { 
  color: #3a3a3a;       
  text-decoration: none;
}
*/
#navigation .vr_menu li {
  list-style-type: none; 
  background-image: url(../img/list-type2.png);
  border: 0px;
}


.page_title {
color: #2987b2;
font-weight: bold;
margin: 0 0 10px 0;
}

.page_content {
color: #6c6c6c;
text-align: justify;
}
