body {
	background-color:#a4d03d;
	background-image:url(images_template/page_bkg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-attachment:fixed;
}




#header {
	width:780px;
	margin:0 auto 0 auto;
        opacity:0.9;
        filter:alpha(opacity=90);
}

#header_image {
	height:204px;
	background-color:#ffffff;
	background-image:url(images_template/header.jpg);
	background-postion:top;
	background-repeat:no-repeat;
}





#wrapper {
	width:780px;
	margin:0 auto 0 auto;
	padding:20px 0 0 0;
	background-color:#ffffff;
        opacity:0.9;
        filter:alpha(opacity=90);
}

#wrapper_bottom {
	width:760px;
	height:1px;
	clear:left;
}


#main {
	width:550px;
	margin:0 0 20px 207px;
	padding:0;
}


/*   NAVIGATION   */

#nav {
	width:140px;
	float:left;
	margin:0 0 40px 10px;
	padding:0;
}

#nav ul {
	color:#333333;
	margin:0;
	padding:0;
	font-size:medium;
	line-height:140%;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #ffffff;
}

#nav li {
	width:100%;
	list-style-type:none;
	text-align:right;
	margin:0;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #cccccc;
}

#nav li a:link,#nav li a:active,#nav li a:visited {
	width:140px;
	padding:6px 10px 6px 4px;
	display: block;
	background-color:#f8f8f8;
	text-decoration:none;
	color:#666666;
}

#nav li a:hover {
	width:140px;
	padding:6px 10px 6px 4px;
	display: block;
	background-color:#f8e8e8;
	text-decoration:none;
	color:#cc6666;
}

/*   NAV SUBMENU   */

#nav ul li ul {
	font-size:small;
	text-decoration:none;
	color:#999999;
}

#nav ul li ul li {
	font-size:small;
	text-decoration:none;
	color:#ff9999;
}



/*   FOOTER   */


#footer {
	width:780px;
	margin:20px auto 0 auto;
	padding:0;
	text-align:center;
	color:#000000;
	font-size:small;
	background-color:#f0f0f0;
        opacity:0.6;
        filter:alpha(opacity=60);
}


#footer_nav {
	margin-bottom:1em;
}

#footer_legal {

}

#footer ul {
	margin:10px 0 16px 0;
}

#footer li {
	list-style-type:none;
	margin:0.5em;
	display:inline;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	color:#000000;
}

#footer a:hover {
	text-decoration:underline;
	color:#660000;

}



/*   LINKS   */

a:link, a:active, a:visited {
	color:#0033cc;
	text-decoration:none;
}

a:hover {
	color:#993366;
	text-decoration:underline;
}



/*   TURN OFF NOT PRINTING ITEMS   */

#header_print {
	display:none;
}

#footer_print {
	display:none;
}
