/* Content styling parameters */

body {
font-family: Georgia, serif;
}

h1 {
margin: 0;
padding: 0;
border: 0;
font-size: 1.2em;
font-weight: bold;
color:  	white;
}

h2 {
margin: 0;
padding: 0;
border: 0;
font-weight: bold;
color: black;
font-size: 0.9em;
}

h3 {
margin: 0;
padding: 0;
border: 0;
color: white;
font-size: 24px;
font-variant: small-caps;
font-weight: bold;
}

h4 {
margin: 0;
padding: 10px 0 0 0;
border: 0;
color: white;
font-size: 14px;
font-weight: normal;
}

h5 {
margin: 0;
padding: 10px 0 0 0;
border: 0;
color: white;
font-size: 14px;
font-weight: normal;
font-style: italic;
}

#topbar {
text-align: right;
}

#menubar {
font-family: Helvetica, Arial, sans-serif;
color: white;
font-size: 14px;
border: 0;
margin: 0;
padding: 0;
}

/* Defining the colour and size of <a> list items */
#menubar li a {
display: block;
padding: 10px 10px 10px 20px;
border-top: 1px white;
background-color: transparent;
color: white;
text-align: left;
vertical-align: middle;
text-decoration: none;
width: 180px;
voice-family: "\"}\"";
voice-family:inherit;
width: 150px;
}

#menubar li a:hover {
background-color: #004C80;
color: yellow;
}

#menubar li a.valleslab {
border-top: 1px solid white;
border-bottom: 1px solid white;
border-left: 0;
border-right: 0;
background-color:  	 	#2554C7;
font-weight: bold;
}

#menubar li a.valleslab:hover {
background-color:  	#5C991F;
}


#main p {
font-size: 0.9em;
color: black;
}

#main li {
padding-bottom: 15px;
}

/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}