/************ General default settings first ************/
* { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6, pre, p, blockquote, ul, li, ol, dl, fieldset, address { margin: .5em 12px; } 

li, dd { margin-left: 24px; }

img { border: 0; }

a:link { color: #000066; font-weight: 700; text-decoration: none; }
a:visited { color: #663366; font-weight: 700; text-decoration: none; }
a:hover, a:focus, a:active { color: #CC0000; font-weight: 700; text-decoration: underline; }

/****** Getting consistent text sizes across browsers (IE5) ******/
body { font-size: 76%; } /* Resets 1em to about 12px */

h1 { font-size: 187.5%; font-weight: 700; color: #802a2a; }
h2 { font-size: 150%; font-weight: 700; color: #802a2a; margin: 1em 12px 0 12px; }
h3 { font-size: 125%; font-weight: 700; }
h4 { font-size: 100%; font-weight: 700; }
h5 { font-size: 125%; font-weight: 700; color: #666666; font-family: Arial, Helvetica, sans-serif; }
h6 { font-size: 80%; font-weight: 700; }

pre { font-size: 100%; } /* To stop pre text being too small */

/************ General layout stuff ************/
body {
margin: 0;
padding: 12px 0;
text-align: center; /* To center the page in IE */
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000000;
background-color: #f2ffff;
word-spacing: 0.1em;
}

.centerpage {
position: relative; /* provides datum for .sidebar */
margin: 0 auto;
text-align: left;
border: 1px solid #333333;
background-color: #ECECCB;
width: 960px;
}

/******************* Header stuff ******************/
.header {
/* No side padding or borders to avoid IE5 box model problem */
height: 100px;
background-image: url(../images/header-bkgd.jpg);
background-repeat: no-repeat;
background-position: top left;
}

.skip { height: 0; width: 0; overflow: hidden; }

.menubox {
background-color: #FFFFFF;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
padding: 0 12px;
text-align: center;
}

/******************* Main content stuff ******************/
.mainbox {
margin: 0 368px 0 24px;
padding-top: 1px; /* to trigger enclosure of first text top margin in firefox */
line-height: 1.4; /* No units is better for line-height */
min-height: 390px;
}

.sidebar { 
position: absolute;
right: 0;
width: 312px;
margin: 24px 24px 12px 0;
text-align: center;
}
.sidebar p, .sidebar h2 { text-align: left; }

.mainbox img, .sidebar img {
border: 1px solid #b3b38b;
padding: 4px;
}

/******************** Footer stuff ***********************/
.footer { 
background-color: #bfbf95;
border-top: 1px solid #333333;
padding: 1px 24px;}

/****** Simple floats ******/
.floatleft { float: left; }
.floatright { float: right; }

/****** Floats for images in the text-flow ******/
.imageright {
float: right;
clear: right;
margin: .5em 12px .5em 24px;
}

.imageleft {
float: left;
clear: left;
margin: .5em 24px .5em 12px;
}

/****** Image gallery styling div ******/
.galleryimage {
float: left;
width: 227px;
margin: 0 0 12px 0;
text-align: center;
color: #802a2a;
}
.galleryimage p { margin: 6px 0; }
.galleryimage h1 { text-align: left; }

.choose { color: #802a2a; } /* same red as h1 and h2 */

/************ Quotation marks using images ************/
blockquote {
margin: 1.5em 24px;
background: url(../images/bits/quote-left.gif) no-repeat top left; 
padding: 5px 0 0 60px;
} 

.rightquote {
background: url(../images/bits/quote-right.gif) no-repeat bottom right;
padding: 0 60px 5px 0;
min-height: 45px; /* to see full pic with one line of text */
font-family: Georgia, "New Century Schoolbook", Times, serif;
line-height: 1.2em;
font-size: 125%; 
font-weight: 700;
text-align: justify;
}

/****** Miscellaneous bits and bobs ******/
.notopmargin { margin-top: 0; }
.nobotmargin { margin-bottom: 0; }
.spacer { clear: both; }
.clearleft { clear: left; }
.center { text-align: center; }
.right { text-align: right; }
.borderonepx { border: 1px solid #000000; }
acronym	{ border-bottom: 1px dotted #666666; cursor: help; }

/****** Form styling ******/
fieldset { 
border: none;
margin-top: 18px; 
margin-bottom: 0;
}

label {
display: block;
float: left;
width: 7em;
text-align: right;
margin-right: 1em;
}

input, textarea { margin-bottom: 1em; margin-right: 1em; }
input:focus, textarea:focus { background-color: #ffffdd; }

textarea { width: 70%; }

.formbuttons { margin-left: 9em; }

.formbuttons input {
width: 7em;
background-color: #802a2a;
border-color: #802a2a;
color: #eeeeee;
font-weight: 700;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-top: .1em;
padding-bottom: .1em;
}
.formbuttons input:focus { background-color: #CCCCCC; color: #000000; }