/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
  font-family: verdana, arial, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  text-align: ;
  background: #DBDBDB;
  font: 400 0.7em verdana, arial, sans-serif;
  line-height: 170%;
  color: #FFF;
}

/* Links */
a {
  text-decoration: none;
  color: #FFF;
}

a:hover {
    color: #000000;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
 
a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}

#navlist a {
	color: #E76A0F;
	padding-left: 6px;
	font-weight: bold;
}

#navlist a:hover {
	color: #fff;
	
}



#sidebar-a a {
	color: #FFF;
}

#sidebar-a a:hover {
	color: #A6E506;
}



#sidebar-a li {
	list-style-type: none;
	margin-left: -30px;
	}

#sidebar-b a {
	color: #000;
}

#sidebar-b a:hover {
	color: #A6E506;
}

#sidebar-b h2 {
	color: #000;
}


/* Images */


.center-image {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 15px;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 4px 0;
  padding: 0;
}


h1 {
  padding-top: 0.4em;
  padding-bottom: 0.2em;
  font: 400 1.6em arial, sans-serif;
  color: #FFF;
 
}

h2 {
  padding-top: 0.4em;
  font-size: 1.2em;
  color: #FFF;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #5D6F73;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}

.programme-values {
  font-size: 0.8em;
  color: #FFF;
}

dl, dt, dd { /* suppression of all margins and paddings */
margin: 0;
padding: 0;
}

code {
display:none;
}


#menu-heading {
	font-weight:bold;
}

div.submenu {
margin-left: 8px;
}

/* Form stylings */

input {
	border:none;
	font-size:90%;
}

textarea {
	border:none;
	font-size:90%;
}

select {
	border:none;
}

#mylink a {text-decoration: none; color:#F2681D}

#mylink a:hover {text-decoration: underline; color: #F2681D;}


#topRightImg {
	 
 
	z-index: 0;
	*position: relative !important;
	top:-0px;
	*top:-0px !important;
	left:410px;
	
}

#no-display{
 
	height: 80px;
  
 
}


