/* GENERAL SPECS */
body {
   font-family: Verdana, Arial, Geneva, sans-serif;
   font-size: 70%;
   line-height: 1.2em;
   text-align: center;
   margin: 0px;
   padding: 0px;
}
form {
   margin: 0px;
}
h1 {
	font-size: 1.8em;
   	font-weight: normal;
   	line-height: 1.2em;
	margin-top: 5px;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 3px dotted #506790;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
}
hr {
  	height: 0;
	border-style: dotted;
 	border-color: #506790;
 	border-width: 3px 0 0 0;
}
img {
	border: 0px;
}
/* ---------------------------------------------------- */
/* outer casing for whole page - the margins keep the content centred as the user resizes the window */
#contentElement {
   width: 100%;
   margin: 0px;
   text-align: left;
}
/* ---------------------------------------------------- */
/* Header section */
#header {
	height: 120px;
}
#logo {
	position: relative;
	top: 10px;
	width: 250px;
}
#search {
	display: none;
}
#date {
	display: none;
}
/* ---------------------------------------------------- */
/* Primary Nav */
#primaryNav {
	display: none;
}
/* ---------------------------------------------------- */
/* SECONDARY NAVIGATION */
#left {
	display: none;
}
/* ---------------------------------------------------- */
/* Top panel */
#topPanel {
	display: none;
}
#breadcrumb {
	display: none;	
}
/* ---------------------------------------------------- */
#content {
	line-height: 1.6em;
}
/* ---------------------------------------------------- */
#sidebar {
	display: none;
}
/* ---------------------------------------------------- */
#footer {
	background-color: #fff;	
	height: 2.5em;
	line-height: 2.4em;
	padding: 0px 10px;
	margin-top: 10px;
}
#footerLinks ul{
	display: none;
}

/* ---------------------------------------------------- */
.clearing {
	height: 0;
	clear: both;
}
.top {
	text-align: right;	
}
/* ---------------------------------------------------- */
/* normal links */
a {
   text-decoration: none;
}
a:link {
   color: #506790;	
}
a:visited {
   color: #506790;
}
a:hover {
   color: #990000;
}
a:active {
   color: #506790;
}

