/* First the global configuration */

body {
margin-left: 10%;
margin-right: 10%;
height: 100%;
border: 1px dotted #1E90FF
}

/* Styling for all header elements */

div.header {
background-color: #1E90FF /* DodgerBlue */;
color: white;
padding-bottom: 0.1em;
padding-top: 5px;
padding-left: 2em;
}
h1.header {
text-align: center;
font-family: georgia, serif;
font-size: 230%;
}
ul.header {
list-style-type: none;
text-align: center;
}
a.header {
color: white;
font-family: sans-serif;
text-decoration: none;
margin-left: 0.5em;
margin-right: 0.5em;
border-bottom: none;
background-color: #1E90FF;
font-weight: bolder;
}
a.header:hover {
color: #A2E8C1;
border-bottom: 2px solid;
background-color: #1E90FF;
}
li.header {
display: inline;
}

/* Styling for all the content */

div.content {
padding-left: 1em;
padding-right: 1em;
}
h2, h4, h5, h6 {
color: #0049AB;
background-color: white;
padding-top: 20px;
margin-bottom: -5px
}
h3 {
color: #0049AB;
background-color: white;
}
h3, h4, h5, h6 {
font-family: verdana, sans-serif;
}
h5, h6 {
text-transform: capitalize;
}
a {
color: #0049AB;
border-bottom: 1px dashed;
text-decoration: none;
background-color: white;
}
a:hover {
color: #00A662;
border-bottom: 1px solid;
background-color: white;
}
ul {
list-style-type: square;
}
li {
padding-bottom: 0.2em;
}
dt {
font-weight: bold;
padding-bottom:0.4em;
padding-top:0.4em;
}
p.middle {
text-align: center;
}
img.left {
float: left;
padding-right: 1em;
padding-bottom: 1em;
}
img.right {
float: right;
padding-left: 1em;
}
div.right {
float: right;
margin-left: 2em;
text-align: center;
font-size: small;
padding: 1em;
}
div.left {
float: left;
margin-right: 1em;
text-align: center;
font-size: small;
padding: 1em;
}
div.credits {
font-size: xx-small;
}
.gippsland {
text-align: center;
font-size: small;
}

/* Styling for all footer elements */

div.footer {
text-align: center;
padding-top: 4em;
font-size: small;
}
a.footerleft {
color: white;
background-color: #fffffe;
float: left;
margin: 20px
}
a.footerright {
color: white;
background-color: #fffffe;
float: right;
margin: 20px;
}

/* table stuff */

table {
border-collapse:collapse;
}
td {
border-bottom:1px solid black;
padding-right:2em;
padding-left:2em;
}
