﻿html {height:100%;}  /* prevents centred design jumping in Firefox with vertical scrolling. */
body {
    min-height:101%;    /* prevents centred design jumping in Firefox */
    text-align: center;
    font: .7em Verdana, Arial, sans-serif;
    color: #000099;
    background: url(../images/background-tan.gif) repeat fixed;
}
/* ----- divs & tables ----- */
#container {
	position: relative;
	margin: auto;
	width: 700px;
	text-align: left;
}
#navmenu {
	position: relative;
	float: left;
	top: 5px;
	width: 90px;
}
#content {
    position: relative;
    float: right;
    top: 10px;
    width: 600px;
    background-color: #ffffff;
}
#right {
	float: right;
	position: relative;
	top: 5px;
}
* html #right { /* CSS hack for IE6 */
	position: absolute; /* float doesn't work */
	left: 430px;
}
*:first-child+html #right {	/* CSS hack for IE7 */
	position: absolute; /* float doesn't work */
	left: 430px;
}
#footer {
    position: relative;
    float: right;
    top: 10px;
    clear: both;
}
#footer table {
    width: 600px;
    padding: 1px;
    background: url(../images/background-darkblue.gif) repeat fixed;
    color: #ffffff;
    font: 1em Verdana, Arial, sans-serif;
}
#contact, #login, #resetpw {
	width: 350px;
	margin-left: 10px;
	background: url(../images/background-blue.gif) repeat fixed;
	color: #003366;
	font: 1em Verdana, Arial, sans-serif;
}
#login td {
	text-align: left;
}
.cellright
{
    text-align: right;
}
#editdb {
	width: 520px;
	margin: 5px 40px 0 40px;
	border: 1px solid #003366;
	background-color: #e0e0e0;
}
#editdb tr {
    vertical-align: middle;
    height: 20px;
}
/* ----- anchors & navigation ----- */
a {
    color: #003366;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
#navmenu a {
    display: block;
    border: solid 1px #003366;
	width: 80px;
	height: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	color: #003366;
	background: url(../images/background-blue.gif) repeat fixed;
	text-decoration: none;
	text-align: left;
}
#navmenu a:hover {
    color: #ffffff;
	background-color: #003366;
	background-image: none;
}
#footer a {
    color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.skip { /* hide skip navigation from browsers */
    position: absolute;
    left: -1000em;
    width: 20em;
}
.button {
    padding: 1px;
	border: solid 1px #003366;
	background-color: #cccccc;
	font: 1em Verdana, Arial, sans-serif;
	color: #003366;
	text-decoration: none;
	text-align: left;
}
/* ----- miscellaneous elements ----- */
h1 {            /* Rundle/Phark image replacement */
	margin: 0;
	padding: 0;
	text-indent: -5000px;
	background: url(../images/logoTopPart.jpg);
	height: 125px;
}
h2 {
	margin-left: 0px;
	margin-top: 0px;
	padding: 1px 0px 1px 10px;
	font-size: 1.3em;
	color: #003366;
}
h3 {
	margin-left: 10px;
	padding-top: 10px;
	width: 420px;
	font-size: 1.1em;
	color: #003366;
	background: url(../images/background-blue.gif) repeat-x top;
}
p {
	text-align: justify;
	margin: 10px;
	width: 420px;	
}
ul {
   margin-left: 10px;
   padding-left: 5px;
}
li {
   color: #003366;
   list-style-position: inside;
   list-style-image: url(../images/bullet.gif);
}
#navmenu ul {
   margin: 0;
   padding: 0;
}
#navmenu ul li {
   list-style: none none outside;
}
li.normal {
   color: #000099;
   list-style-position: inside;
   list-style-image: none;
}
img {
    border: none;
}
.txtbox {
	width: 150px;
	height: 14px;
	font: 1em Verdana, Arial, sans-serif;
}
.txtbox2 {
	border: 1px solid #003366;
	background-color: #e0e0e0;
}