<!--

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

IMG {
	border: none;
}

BODY {
	font-size: 12px;
	margin: 0px auto;
	background-color: #e6b020;
	padding: 0px;
	background-image: url('src/background.gif');
	background-repeat: repeat-y;
	background-position: center top;
}

BODY.products {
	background-image: url('src/background_products.gif');
}


.rightAlign {
	float: right;
}

DIV#canvas {
	position: relative;
	margin: 0px auto;
	width: 780px;
	padding: 0px;
	top: 0px;
}

	DIV#top {
		width: 780px;
		height: 200px;
		background-color: #fbeebf;
		position: absolute;
		top: 0px;
		margin: 0px;
		padding: 0px;
	}

		DIV#menu {
			left: 40px;
			top: 30px;
			position: absolute;
			margin: 0px;
			padding: 0px;
		}
		
			DIV#menu TABLE {
				border-collapse: collapse;
				border: none;
				margin: 0px;
				padding: 0px;
			}
		
				DIV#menu TABLE TR TD {
					border: none;
					margin: 0px;
					padding: 0px;
					height: 20px;
					width: 210px;
				}
		
				DIV#menu IMG {
					margin: 0px 0px 5px 0px;
				}
		
		DIV#logo {
			right: 0px;
			top: 0px;
			position: absolute;
		}
		
	DIV#productsearch {
		width: 326px;
		height: 121px;
		background-color: #007fab;
		position: absolute;
		right: 0px;
		top: 85px;
		margin: 0px;
	}
	
		DIV#productsearch FORM {
			margin: 7px 19px;
		}

		DIV#productsearch SELECT {
			width: 206px;
			margin: 0px 0px 2px 0px;
		}

		DIV#productsearch INPUT {
			width: 206px;
			border: 1px solid #000000;
		}

		DIV#productsearch IMG.search {
			position: absolute;
			right: 20px;
		}

	DIV#pagetitle {
		position: absolute;
		width: 424px;
		height: 25px;
		background-color: #7d7d7d;
		left: 30px;
		top: 125px;
	}

		DIV#pagetitle IMG {
			margin: 5px 10px;
		}

	DIV#pageimage {
		position: absolute;
		width: 453px;
		height: 189px;
		background-color: #7d7d7d;
		left: 0px;
		top: 150px;
	}

		DIV#pageimage IMG {
			width: 453px;
			height: 189px;
			border-top: 1px solid #7d7d7d;
			border-right: 1px solid #7d7d7d;
			border-bottom: 1px solid #7d7d7d;
		}
		
	DIV#content {
		position: absolute;
		width: 392px;
		left: 42px;
		top: 361px;
		padding-bottom: 50px;
	}	

		DIV#content P {
			line-height: 16px;
		}

		DIV#content INPUT.inputText {
			width: 250px;
		}
		
		DIV#content SELECT.inputText {
			width: 256px;
		}
		DIV#content TEXTAREA.inputText {
			width: 250px;
		}
		DIV#content li {
			margin-left:3px;
			}


		DIV#content FORM TH {
			text-align: left;
			vertical-align: top;
		}

		DIV#content FORM TH {
			padding: 4px 0px 0px 0px;
			width: 130px;
		}

		DIV#content TD {
			vertical-align: top;
		}

		DIV#content A {
			color: #007FAB;		
		}
		
		DIV#content A:hover {
			color: #F79C42;		
		}
		
		DIV#content IMG.productImage {
			float: right;
			margin: 0px 0px 10px 10px;
			border: 10px solid #F49E49;
		}

		DIV#content P.pdfitem {
			padding: 0px 0px 10px 30px;
			background-image: url('src/bullet_pdfitem.gif');
			background-position: left top;
			background-repeat: no-repeat;
		}

		DIV#content H1 {
			font-size: 1.5em;
			margin: 1em 0em;
			font-weight: bold;	
			font-style: normal;	
		}

		DIV#content H2 {
			font-size: 1.2em;
			margin: 1em 0em 0.5em 0em;
			font-weight: bold;	
			font-style: normal;	
		}

		DIV#content H3 {
			font-size: 1.em;
			margin: 1em 0em 0.5em 0em;
			font-weight: bold;	
			font-style: normal;	
		}

		DIV#content H4 {
			font-size: 1em;
			margin: 1em 0em 0.5em 0em;
			font-weight: normal;	
			font-style: italic;	
		}

		DIV#content H5 {
			font-size: 1em;
			margin: 1em 0em 0em 0em;
			font-weight: normal;	
			font-style: italic;	
		}

		DIV#content H6 {
			font-size: 1em;
			margin: 0.5em 0em 0em 0em;
			font-weight: normal;
		}

		DIV#content UL {
		}

		DIV#content UL LI {
		}

		DIV#content OL {
		}

		DIV#content OL LI {
		}

		DIV#content EM {
		}

		DIV#content U {
		}

		DIV#content STRONG {
		}

		DIV#content PRE {
			font-family: Courier, "Courier New";
		}

		DIV#content ADDRESS {
		}


		
	DIV#sidebar {
		position: absolute;
		width: 151px;
		left: 473px;
		top: 227px;
	
	}

		DIV#sidebar A {
			font-size: 11px;
			color: #007FAB;		
		}
		
		DIV#sidebar A:hover {
			color: #F79C42;		
		}

		DIV#events IMG.eventboard {
			margin: 15px 0px 0px 0px;
			border: 10px solid #f19b44;
		}

		DIV#events H1 {
			margin: 15px 0px 2px 0px;
		}

		DIV#events P {
			margin: 6px 0px;
			color: #7D7D7D;
			line-height: 16px;
		}

		DIV#news {
			margin: 15px 0px;
			padding-bottom: 50px;
		}

		DIV#events P {
			clear: both;
		}

		DIV#events P.eventitem {
			padding: 0px 0px 2px 30px;
			background-image: url('src/bullet_eventitem.gif');
			background-position: left top;
			background-repeat: no-repeat;
		}

		DIV#news P.newsitem {
			padding: 0px 0px 2px 30px;
			background-image: url('src/bullet_newsitem.gif');
			background-position: left top;
			background-repeat: no-repeat;
		}

		DIV#products UL {
			margin: 0px 0px 8px 0px;
			padding: 0px;
		}
		
		DIV#products P {
			margin: 0px;
			font-size: 12px;
		}

		DIV#products A {
			color: #000000;
			font-size: 12px;
			text-decoration: none;
		}

		DIV#products A:hover {
			color: #000000;
			font-size: 12px;
			text-decoration: underline;
		}

		DIV#products LI {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}

		DIV#products LI.productgroup {
			font-weight: bold;
		}

		DIV#products LI.producttype {
			font-weight: normal;
			padding-left: 10px;
		}
	
		DIV#products IMG {
			margin: 0px 0px 20px 0px;
		}
	}

	DIV#naw {
		position: absolute;
		width: 111px;
		left: 661px;
		top: 227px;
	}	

	DIV#naw P {
		font-size: 11px;
	}	



		DIV#naw	LABEL {
			padding: 0px 5px 0px 0px;
			color: #dc592b;
		}

		DIV#naw A {
			color: #007FAB;		
		}
		
		DIV#naw A:hover {
			color: #F79C42;		
		}



//-->