﻿/* CSS layout */
div.left_col 
{
	width: 175px;
	position: fixed;
	left: 20px;
	top: 20px;
	}

div.page_content 
{
	margin-left: 200px;
}

div.container 
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 90%;
	font-family: "Arial", sans-serif;
	font-size: medium;
	color: #800000;
}
a:active {
	color: #800000;
	text-decoration: underline;
}
a:hover {
	color: #CC3300;
}
a:link {
	color: #800000;
	text-decoration: underline;
}
a:visited {
	color: #800000;
	text-decoration: underline;
}
h1 
{
	font-size: 3em;
	text-align: center;
	font-family: "Lucida Calligraphy", "Apple Chancery",
	"Zapf Chancery Light Italic", "Zapf Chancery Medium Italic",
	"Zapf Chancery", "Brush Script MT", "Arial", sans-serif;
}
h2
{
    font-size: 1em;
    font-weight: normal;
    font-family: "Lucida Calligraphy", "Apple Chancery", 
    "Zapf Chancery Light Italic", "Zapf Chancery Medium Italic",
    "Zapf Chancery", "Brush Script MT", "Arial", sans-serif;
}
h3
{
    font-size: larger;
}
h4
{
    font-size: larger;
    text-align: center;
}
h5
{   font-size: x-large;
    text-align: center;
}
.footnote
{
    font-size: small;
    font-style: italic;
    margin-bottom: 1em;
}
.headnote
{
    font-style: italic;
}
.caption
{
    font-size: larger;
    text-align: center;
}
.imageleft
{
    clear: left;
    border: #791813 10px double;
    float: left;
    margin: 25px;
    position: static;
    text-align: left;
}
.imageright
{
    clear: right;
    border: #791813 10px double;
    float: right;
    margin: 25px;
    position: static;
    text-align: right;
}
.imagecenter
{
    border: #791813 10px double;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    position: static;
    text-align: center;
    display: block;
}
.image-oneline
{
    border: #791813 thin solid;
}
.divright
{
    float:right
}
table.gunhilda
{
    margin: 25px;
    padding: 25px;
    border: 10px double #791813;
    width: 75%;
    background-color: #fcf8f8;
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
}
.tablebox
{
    border-collapse: separate;
    border: 10px double #791813; 
    padding: 25; 
    margin: 10px 25px; 
}
.cellpad
{
    padding: 15px;
}
.corners
{
    padding-left: 50px;
    padding-right: 50px;    
}

.tableleft
{
    clear: left;
    float: left;
}
.tableright
{
    clear: right;
    float: right;
}
.tablecenter
{
    margin-left: auto;
    margin-right: auto;
}
.line
{
  border-right: #791813 10px solid;
  border-top: #791813 10px solid; 
  border-left: #791813 10px solid; 
  border-bottom: #791813 10px solid;
  width: 65%; 
}
.padded
{
    margin-top: 2em;
    margin-bottom: 2em;
}
.paddedandcentered
{
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}
.signature
{
    margin-bottom: 2em;
    text-align: right;
}
.left
{
    text-align: left;
}
.right
{
    margin-bottom: 1em;
    text-align: right;
}
p.gunhilda
{
    font-weight: bold;
    margin-right: 5%;
    font-style: italic;
    text-align: right;
}
.bottompad
{
    margin-bottom: 1em;
}
.bottompad2
{
    margin-bottom: 2em;
}
.linepad
{
    border: #791813 10px solid;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 65%;
}
.center
{
    text-align: center;
}
.floatright
{
    clear: right;
    float: right;
}
.floatleft
{
    clear: left;
    float: left;
}
.toppad3
{
    margin-top: 3em;
}
.doubleborder
{
    border: #791813 10px double;
}
.thinborder
{
    border: #791813 2px solid;
}
.thickborder
{
    border: #791813 10px solid;
}
.bold
{
    font-weight: bold;
}
.indent
{
    margin-left: 5%;
    margin-right: 5%;
}

    