/* Note that all links to images must start with ../images since they are relative to the stylesheets folder */

HTML, BODY {
	height: 100%;
	margin: 0px;
	padding: 0px;
	Width: 100%;
}

BODY {
	background-color: white;
	background-image: url("../images/bg.gif");
	background-repeat: repeat-y;
	color: black;
	font-family: Georgia, Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
}

FIELDSET {
	border: 1px solid #6a5142;		/* Leonie's Brown */
	padding: 0px 5px 5px 5px;
}

LEGEND {
	color: #6a5142;				/* Leonie's Brown */
	font-weight: bold;
}

DIV#contentarea {
	margin: 0px 0px 0px 217px;
	padding-right: 195px;
}

DIV#contentarea.noright {
	padding-right: 10px;
}

DIV#contentarea .content {
	padding: 15px 20px;
}

DIV#contentarea .title {
	background-color: #6a5142;		/* Leonie's Brown */
	height: 16px;
	left: -6px;
	margin-bottom: 10px;
	padding: 5px 10px 0px 15px;
	position: relative;
	text-align: left;
	width: 100px;
}

DIV#copyright, DIV#copyright A {
	color: #aaeaf3;				/* Leonie's Blue */
}

DIV#copyright A:hover {
	color: White;
}

DIV#copyright {
	font-size: 7pt;
	left: 10px;
	position: absolute;
	bottom: 30px;
}

DIV.floatbreaker {
	clear: both; /* Use this to make sure parent DIVs fully enclose floating objects */
	height: 0px;
	width: 0px;
}

DIV#sidearea {
	color: White;
	height: 100%;
	left: 0px;
	padding: 10px 10px 0px 10px;
	position: absolute;
	top: 0px;
	text-align: center;
	width: 168px;
}

DIV#rightarea {
	background-color: #9dcbd0;
	color: #6a5142;				/* Leonie's Brown */
	height: 100%;
	padding: 10px 10px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	width: 175px;
}

H2 {
	color: #6a5142;				/* Leonie's Brown */
	font-size: larger;
	font-weight: normal;
	margin: 15px 0px 5px 0px;
}

H2.tight {
	margin-top: 0px;
}

IMG.block {
	display: block;
}

IMG {
	border: 0px;
}

IMG.center {
	display: block;
	margin: 0px auto;
}

IMG.left {
	float: left;
}

IMG.spaced {
	margin-top: 10px;
}

IMG.store {
	display: block;
	height: 147px;
	margin: 0px auto;
	width: 172px;
}

P {
	margin: 0px 0px 20px 0px;
}

P.grouped {
	margin-bottom: 10px;
}

P.indented {
	text-indent: 2em;
}

P.tight {
	margin: 0px;
}

.author {
	font-size: smaller;
	margin-left: 10px;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.inline {
	display: inline;
}

.justify {
	text-align: justify;
	text-justification: newspaper;
}

.leftlabel1 {
	float: left;
	width: 75px;
}

.larger {
	font-size: larger;
}

.quote {
	font-size: larger;
	font-style: italic;
	margin-top: 10px;
}

.right {
	text-align: right;
}

.script {
	font-family: Lucida Handwriting, Monotype Corsiva, Script;
}

.smaller {
	font-size: smaller;
}

.tagline {
	color: White;
	font-size: 10pt;
	margin: 10px 0px;
}