﻿@import url(layout.css);
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	background-color: #edffff;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #edffff;
}
#masthead {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 160px;
	background-color: #edffff;
	z-index: 50;
}
#sidebar {
	position: fixed;
	top: 195px;
	left: 0px;
	width: 110px;
	background-color: #edffff;
	z-index: 50;
}
#page_content {
	position: relative;
	top: 160px;
	left: 120px;
	width: 85%;
	background-color: #edffff;
}
#content {
	padding: 20px;
	background-color: #edffff;
}
#footer {
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 0;
	background-color: #cdf;
	text-align: center;
}
#table2 {
	padding-left: 0px;
}
#table2 td {
	padding-left: 5px;
}
h2 { font-family: Verdana; font-size: 18pt; font-weight: bold; text-decoration: underline; color: #ff0000;
}
h3 { font-family: Verdana; font-size: 14pt; font-weight: bold; color: #ff0000;
}
h4 { font-family: Verdana; font-size: 14pt; font-weight: normal; color: #ff0000;
}
p  { font-family: Verdana; font-size: 12pt;
}
table { font-family: Verdana; font-size: 10pt;
}
/* Styles for Navigation */
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #edffff;
}
/* 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: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.banner_Z {
	z-index: 90;
}
.layer_Z {
	z-index: -1;
}
.centre {
	text-align: center;
}
img {
	border-style: none;
}
.redcentre {
	text-align: center;
	color: #FF0000;
}
.redright {
	text-align: right;
	color: #FF0000;
}
.third {
	width: 33%;
}
.belezra {
	border: 0;
	width: 209px;
	height: 86px;
}
.gsd {
	border: 0;
	width: 313px;
	height: 43px;
}

