﻿/* CSS layout */
.title-page {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
}
.title-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.cell-centre {
	text-align: center;
}
.column-head {
	font-weight: bold;
	background-color: #e5e5e5;
	text-align: left;
}
.column-head-centre {
	font-weight: bold;
	background-color: #e5e5e5;
	text-align: center;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style:italic;
}
html {
	height: 101%;
}
body {
	background-color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}
img {
	border:0px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
}
a:active	{
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a.menu:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
a.menu:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
a.menu:hover {
	color: #FF0000;
	font-weight: bold;
	width: 130px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 130px;
	text-decoration: none;
}
a.top:link {
	color: #000000;
	text-decoration: none;
}
a.top:visited {
	color: #000000;
	text-decoration: none;
}
a.top:hover {
	color: #FF0000;
	text-decoration: none;
}
a.top:active {
	text-decoration: none;
}
#container {
	width: 790px;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 10px;
	margin-bottom:10px;
}
#logo {
	text-align: left;
	margin-bottom: 30px;
}
#masthead {
	margin-left: 130px;
	margin-bottom: 20px;
}
#left_col {
	width: 130px;
	float: left;
	margin-bottom: 20px;
}
#menuItem {
	padding-top: 8px;
	padding-bottom: 8px;
}
#page_content {
	margin-left: 145px;
}
#footer {
	width: 790px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #000000;
}
#copyright {
	float: left;
}
#top-of-page {
	float: right;
}
.no-margin {
	padding: 0px;
	margin: 0px;
}
