﻿@import url("layout.css");
a {
/*	color: #393939;*/
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a:visited {
	color: green;
	text-decoration: underline;
}
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}
/* Styles for page background */
#container {
	width: 100%;
	height: 100%;
	background-color: #c0b080;
}
/* Styles for Header */
#header {
	width: 100%;
	overflow: auto;
	background-color: #c5d5e5;
	vertical-align: middle;
}
#header img {
	float: left;
}
#header p {
	font-size: large;
	margin-left: 30mm;
	margin-right: 1%;
	margin-top: 1mm;
}
#center {
	position: relative;
}
/* Styles for left Sidebar */
#sidebarleft {
	position: relative;
	float: left;
	width: 30mm;
	background-color: #c0b080;
}
#sidebarleft ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebarleft li {
	display: block;
	border: 1px solid #c0b080;
}
#sidebarleft a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebarleft a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #d0c090;
}
/* Styles for main content area */
#content {
	margin-left: 30mm;
	padding: 10px;
	background-color: #f0f0f0;
}
/* Styles for Footer */
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #c0d0f0;
}
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}
.style_centered {
	text-align: center;
}
.style_lefteven {
	float: left;
	padding-left: 2mm;
	width: 85mm;
}
.style_leftnarrow {
	float: left;
	padding-left: 2mm;
	width: 40mm;
}
.style_righteven {
	margin-left: 90mm;
}
.style_rightwide {
	margin-left: 40mm;
}
.style_imageleft {
	float: left;
	vertical-align: middle;
	margin-left: 2mm;
	margin-right: 2mm;
}.style_indented {
	margin-left: 5mm;
	margin-right: 5mm;
}
.style_italic {
	font-style: italic;
}