/* CSS Document */
	
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #006600;
	font-size: 10px;
	padding:0;
	margin: 0 auto;
	align: center;
	text-align: left;
	height: 100%;

}

h1 {
	color: #006600;
	font-size: 20px;
}

h2 {
	font-size: 16px;
	color: #006600;

}

h3 {
	font-size: 14px;
	color: #006600;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
        
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


#mainContainer {
        position: relative;
        background-color: #FFFFFF;
        top: 5px;
	    padding: 0px;
        margin: 0 auto;
        width: 750px;
        height: 100%;
        z-index: 1;

}

#containerNav {
	position: absolute;
	top: 120px;
	left: 0px;
	padding: 0px;
	width: 110px;
	background-color: #006600;
	z-index:2;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;

        
	}

#containerRightNav {
	position: absolute;
	top: 256px;
	left: 600px;
	padding: 0px;
	width: 150px;
	background-color: #006600;
	z-index:3;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
        
	}

#mainContent {
	position: absolute;
	top: 120px;
	left: 123px;
	width:460px;
	padding:5px;
	margin: 0px;
	background: #f8f8f8 url('/img/bgg.jpg');
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 16px;
	font-family: arial;
	z-index: 2;
	text-align: left;
 

}

#mainHeaderImage {
	position: absolute;
	top: 0px;
	left: 0px;

}

#top_left_header {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 115px;
        height: 110px;
}

#top_left_text {
        position: absolute;
        top: 10px;
        left: 30px;
        font-size: 40px;
     	color: #FFFFFF;

}


#main_header {
        position: absolute;
        top: 5px;
        left: 125px;
        height: 110px;
        width: 620px;
}

#main_header_text {
        position: absolute;
        top: 5px;
        left: 125px;
        font-size: 34px;
        font-weight: bold;
   		height: 110px;
		width: 620px;
		background: url('/img/zuchini.jpg') no-repeat 0px -750px;     
        color: #FFFFFF;
}

#descriptionWindow {
        position: absolute;
        background-color: #D3D3D3;
        top: 200px;
        left: 160px;
        width: 250px;
        font-size: 10px;
        font-color: black;
        z-index: 3;  
}


#ls_image {
        position: absolute;
        top: 260px;
        left: 5px;
        width: 115px;

}

#rs_image {
        position: absolute;
        top: 370px;
        left: 600px;
        width: 145px;
}

#scroll_image {
        position: absolute;
        top: 120px;
        left: 620px;
        
        width: 125px;
        height: 130px;
}

#scrollers {
        position: absolute;
        top: 120px;
        left: 600px;
        
        width: 10px;
        height: 130px;
        z-index: 5;
}

.scroller_links {
	text-decoration: none;
	color: #006600;
	font-size: 30px;
}

.selectedNav {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.anchor { clear:both; }

a.content_links {
    color: gray;
}

.pdf{
	background: url(/img/icon_pdf.gif) no-repeat;
	display: block;
}

