/* General styles */
body {
        margin: 0;
        padding: 0;
        border: 0;			/* This removes the border around the viewport in old versions of IE */
        width: 100%;
        background: white;
        min-width: 600px;    	/* Minimum width of layout - remove line if not required */
        text-align: center;				/* The min-width property does not work in old versions of Internet Explorer */
        font-size: 90%;
        font-family: Verdana, Arial, sans-serif;
        background: url('images/bg.gif') repeat top right;
}
a {
        color: #369;
}
a:hover {
        color: #fff;
        background: #369;
        text-decoration: none;
}
p {
        margin: .4em 0 .8em 0;
        padding: 0;
}
div {
    background-color: white;
}
#fixed {
   margin: 0 auto;
   width: 80%;   /* you can use px, em or % */
   text-align: left;
   background-color: white;
}
/* Header styles */
#header {
    margin: 0;
    padding: 0;
    clear: both;
    float: left;
    width: 100%;
    height: 189px;
    text-align: center;
}
#header h1 {
    margin: 0;
}
/* 'widths' sub menu */
#layoutdims {
        clear: both;
        background: #eee;
        border-top: 4px solid #000;
        margin: 0;
        padding: 6px 15px !important;
        text-align: right;
}
/* column container */
.colmask {
    position: relative;	/* This fixes the IE7 overflow hidden bug */
    clear: both;
    float: left;
    width: 100%;			/* width of whole page */
    overflow: hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
    float: left;
    width: 100%;
    position: relative;
}
.col1,
.col2,
.col3 {
    float: left;
    position: relative;
    padding: 0 0 1em 0;
    overflow: hidden;
}
/* 2 Column (right menu) settings */
.rightmenu .colleft {
    right: 25%;			/* right column width */
}
.rightmenu .col1 {
    width: 71%;			/* left column content width (left column width minus left and right padding) */
    left: 27%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
    width: 21%;			/* right column content width (right column width minus left and right padding) */
    left: 31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
    clear: both;
    float: left;
    width: 100%;
    height: 27px;
    background: url('images/bg_mnu.gif') repeat-x top right;
    text-align: center;
}
#footer p {
    padding: 6px;
    margin: 0;
    font-size: x-small;
}
/* Navigation styles */
#navigation {
    clear: both;
    float: left;
    width: 100%;
    height: 23px;
    padding-top: 4px;
    text-align: center;
    background: url('images/bg_mnu.gif') repeat-x top right;
}
#navigation ul {
    margin: 0;
    padding: 0 20px 0 0;
    display: inline;
    border: none;
    font-weight: bold;
}
#navigation ul li {
    margin-left: 0;
    padding-left: 20px;
    border: none;
    list-style: none;
    display: inline;
}
p {
    line-height: 1.3;
}

p.intro {
    font-family: "Times New Roman", Georgia, Serif;
    font-style: italic;
    font-weight: bold;
    font-size: large;
}

p.image {
    font-weight: bold;
}

p.description {

}

p.description img {
    border: 1px solid black;
    float:left;
    margin: 0 1em 1em 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Times New Roman", Georgia, Serif;
    color: #06F;
}

h2 {
    margin-bottom: .5em;
}

h3 {
    margin-top: 1.25em;
    margin-bottom: .5em;
}

h3 {
    clear:both;
}

.indent {
    padding-left: 2em;
}

/* Form styling */
form label {
    float: left;
    width: 120px;
}

input, textarea {
    width: 180px;
    margin-bottom: 5px;
}

textarea {
    width: 250px;
    height: 150px;
}

.boxes {
    width: 1em;
}

#submitbutton {
    margin-left: 120px;
    margin-top: 5px;
    width: 90px;
}

form br {
    clear: left;
}

.error {
    color: red;
}

ol li {
    line-height: 1.3;
    padding-bottom: 1em;
}

div.calendar {
    width: 450px;
}

.largetext {
    font-size: large;
}