﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #cccccc;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #111111;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #111111;
}
#page_content {
	position: relative;
	top: 0px;
	left: 0px;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #111111;
}
#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #111111;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #111111;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial Black;
}
h2 {
	font-family: Arial Black;
}
h1 {
	font-family: Arial Black;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
#sidebar li {
	display: block;
	border: 0px solid #cb8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 0px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 0px solid #f5f5f5;
	background-color: #780000;   /* hover colour for left menu */
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #ffffff; /* followed hyperlink colour */
	text-decoration: underline;
}
a:hover {
	color: #ffffff; /* hyperlink hover colour */
	text-decoration: underline;
}
a span {
  color:#f10062;
}
a.nou {
  text-decoration:none;
}
a.nou:hover {
  text-decoration:underline;
}
q {
  font-style:italic;
}
p { line-height:130%; }
.style_bold {}
.style_italic {
	font-style: italic;
}
