@charset "utf-8";
body {
	background: #ffffff; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Century Gothic";
	font-size: 12px;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: justify;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #C5C6A4;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 {
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
#footer p {
	font-size: 9px;
	color: #FFF;
}
#loginarea {
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px dotted #333;
}
#navigation {
	background-color: #C5C6A4;
	width: 100%;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#login a {
	color: #FFF;
	background-color: #913443;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-variant: normal;
	font-size: 12px;
	text-transform: uppercase;
}
#login a:hover {
	color: #333;
	background-color: #FFF;
}
.floatleft {
	float: left;
	margin-right: 20px;
}
.flortright {
	float: right;
	margin-left: 20px;
}
.bordertable {
	border: 1px solid #96F;
}
.quote {
	font-size: 24px;
	font-style: italic;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	text-align: center;
	display: block;
	border: 1px dotted #96F;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 60%;
}
.quote1 {
	font-size: 24px;
	font-style: italic;
	color: #666;
	margin-right: 90px;
	margin-left: auto;
	font-weight: bold;
	text-align: center;
	display: block;
	border: 1px dotted #96F;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 60%;
}
.centre {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.highlight {
	font-weight: bold;
	color: #8D3543;
	margin-right: 10px;
}
#footer p a {
	color: #FFF;
	text-decoration: none;
}
#footer p a:hover {
	color: #FFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #loginform #form1 fieldset .formfieldset {
	color: #666;
}
.oneColFixCtrHdr #container #mainContent p a {
	color: #8D3543;
	text-decoration: none;
}
@media print{@page {size: landscape}} 
