/* USE PERCENTAGE WIDTHS WHERE POSSIBLE */
/* #wrapper, #content, #sidebar */
/* WNCC.css	basic tags  */

html {
	height: 100%; 
	margin-bottom: 1px; }

body {
	background-color: #faebd7;
	color: #000000;
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0; }

hr {
	background-color: #414e59;
	color: #414e59;
	width: 100%;
	border: none;
	height: 1px; }

img {
	border: none;}

/* properties for the links */
a {
	color: #802500;
	text-decoration: underline;
	font-weight: bold; }

a:hover {
	color: #0000ff;
	text-decoration: underline;
	font-weight: bold; }

/* headings h1 - h6 */
h1 {
	color: #802500;
	font: bold 24px Tahoma, Geneva, sans-serif;
	text-align: left;
	letter-spacing: 1px; }

h2{
	color: #802500;
	font: normal normal bold 20px Tahoma, Geneva, sans-serif;
	text-align: left; }

h3{
	color: #802500;
	font: normal 18px Tahoma, Geneva, sans-serif;
	text-align: left; }

h4 {
	border-bottom: 1px dashed #959595;
	color: #00000;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: center; }

h5 {
	border-bottom: 1px dashed #959595;
	color: #959595;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left; }

h6 {
	color: #414e59;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0; }

/* miscellaneous classes */
.center {
	text-align: center;
	color: #000000; }	

.clear {
	clear: both; }

/* div tags divide the pages into sections.  */
/* outside 'wrapper' or outside border */
#wrapper {
	width: 90%;
	text-align: left;
	border-right:  3px double #959595;
	border-bottom: 3px double #959595;
	border-left:   3px double #959595;
	margin: 0 auto; }

/* header for the page */
#header {
	position: relative;
	width: 100%;
	height: 230px; }

#global {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 1;
	width: 100%;
	text-align: right;
	padding-right: 10px;
	color: #656565;
	height: 30px;
	font-size: 85%; }
	
/* main sections of the pages content and sidebar on same level */
#content {
	float: right;
	width: 83%;
	text-align: justify;
	line-height: 1.5em;
	padding: 0 10px 5px 5px; }

#sidebar {
	font-size: 90%;
	float: left;
	width: 14%;			/* 17% of what?? */
	padding: 0; }

/*navigation panel within sidebar */
#mainnav {
	line-height: 1.5em;
	letter-spacing: 1px;
	font-size: 100%; }

/* FM 21JAN2010 2140: moved ul and changed width to % */
ul {
	padding: 0;
	margin: 0 0 0 10px;
	list-style: none;
	width: 80%; /* Width of Main menu  % of what?? */
	}

/* wider sections sometimes needed */

#wider {
	clear: both;
	text-align: justified;
	line-height: 1.5em;
	padding: 0 10px 10px 20px; }

/* standard footer with links */

#footer {
	clear: both;
	border-top: 3px double #959595;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.7em;
	font-size: 80%;
	height: 10px; }

#footer a {
	font-weight: normal; }
	
#footer a:hover {
	font-weight: normal; }

#footer p {
	margin: 0;
	padding: 10px 0 0 0;}

/*form properties  */

fieldset {
	border: 1px dashed #c2c2c2;
	padding: 5px;
	margin: 5px 0; }

legend {
	background-color: #ffffff;
	color: #656565;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	margin: 0; }

form {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0; }

label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both; }

input {
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2; }

textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2; }

.button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both; }

/* table properties  */

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

.catalog {
	padding: 10px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 50%;}

/* image properties */

.image-border {
	border: 3px double #c2c2c2; }
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left; }

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right; }
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #c2c2c2; }

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c2c2c2;}