div#main div#content {
	background-image: url(greenpixel.gif);
	background-repeat: repeat;
}

	div#content div#contentstripe {
				background-repeat: no-repeat;
				background-position: bottom left;	
	}

		div#contentstripe div#contenthead{
			width:760px;
			height:99px;
			border-bottom:1px solid #FFFFFF;
		}

			div#contenthead div#sectionname{
				float:left;
				width:255px;
				height:100%;
				position:relative;
			}

			div#sectionname img{
				position:absolute;
				bottom: 5px;
				right:10px;
				
				font-size:24px;
				color: #FFFFFF;
			}
			
			div#contenthead div#pagesplash{
				float:left;
				width:505px;
				height:100%;
			}


		
		div#contentstripe div#contentbody{
			width:760px;
			
		}

			div#contentbody div#sectionmenu{
				float:left;
				width:255px;
			}
				
				div#contentbody div#sectionmenu a{
					color: #FFFFFF;
				}

				div#sectionmenu ul#linklist{
					margin-left:31px;
					margin-right:15px;
					margin-top:20px;
					padding:0px;
					font-size: 14px;
				}

				div#sectionmenu ul#linklist li{
					list-style-image: url(rightarrow_whiteongreen.gif);
					list-style-type: square;
					color:#FFFFFF;
					padding-bottom: 1px;
					
				}
				div#sectionmenu ul#linklist li#pagcur{
					list-style-image: url(rightarrow_blackongreen.gif);
					color:#000000;
				}

						
			div#contentbody div#pagetextcontainer{
				float:left;
				width:505px;
				background-color: #FFFFFF;
			}
				
				div#pagetextcontainer div#pagetext{
					margin-right:20px;
					margin-left: 20px;

					padding-top: 30px;
					padding-bottom: 25px;
					
					font-size: 12px;
					line-height: 140%;
				}
				
				div#pagetext h1{
					font-size:18px;	
					font-weight:bold;
					color: #0070b2;
					margin-top: 0px;
					margin-bottom: 20px;
					line-height:130%;
					
				}

				div#pagetext div#pagelogo{
					margin-top:0px;
					width: 100%;
					height: 20px;
					clear: both;
					background-repeat: no-repeat;
					background-position: right top;
					margin-top: -10px;
					margin-bottom: 10px;
				}

				div#pagetext div.photoset img{
					margin: 3px;
					display: inline;
				}
				
				div#pagetext a img{
					border: 1px none black;
					
				}

				div#pagetext img{
					display: block;
					margin: 0px auto;
				}
				
				div#pagetext .stdimg img, div#pagetext img.stdimg{
					display: inline;
				}

				div#pagetext img.spaced{
					margin: 5px 5px 5px 5px;
				}

				div#pagetext span.subcat{
					font-size:12px;	
					font-weight:bold;
					color: #0070b2;
					border-bottom:1px solid #DBDBDB;
					/*margin-top: 25px;
					margin-bottom: 20px;*/
				}

				div#pagetext span.highlight{
					font-weight:bold;
					color: #0070b2;
					
				}

				div#pagetext span.highlite{
					color: #0070b2;
					
				}

				div#pagetext span.subcat2{
					font-weight:bold;
					color: #000000;
					
				}

				div#pagetext table{
					font-size: 12px;
					line-height: 140%;
					border-collapse:collapse;
				}
				div#pagetext table td{
					border: 1px solid black;
				}
				div#pagetext table th{
					background: #EAEAEA;
					border: 1px solid black;
				}

		

				div#pagetext table.noborders td{
					border: 1px none white;
				}

				div#pagetext table.noborders th{
					background: #EAEAEA;
				}

				div#pagetext form.contact{
					
				}
				
				div#pagetext form.contact input, div#pagetext form.contact textarea {
					font-size: 11px;
				}

				div#pagetext form.contact input{
					width: 175px;
				}

				div#pagetext form.contact input.chk{
					width: 20px;
				}

				div#pagetext form.contact textarea, div#pagetext form.contact input.submit{
					display:block;
					width: 250px;
				}

				div#pagetext form.contact label.col{
					display:block;
					float:left;
					width:75px;
				}

				div#pagetext form.contact label.full{
					display:block;
				}

				div#pagetext form.contact div.error{
					text-indent:75px;
					color: #B40C29;
				}

			/*IE Bug hack, applied to extend the background in FF/Opera also*/
			div#clear, div.clear {
				   clear: both;
				   height: 1px;
				   font-size: 1px;
				   line-height: 1px;
				   margin-bottom: -1px;
			}



div#pagetext form#icsform table td {
	border: 1px none black;
}			


