body {
	background-color:#006699;
	background-repeat:no-repeat;
	background-position:top left;
	background-attachment:fixed;
}



#header {
	width:800px;
	margin-left: 20px;
        opacity:0.9;
        filter:alpha(opacity=90);
}

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





#wrapper {
	width:800px;
	margin-left:20px;
	padding:20px 0 0 0;
	background-color:#ffffff;
        opacity:0.95;
        filter:alpha(opacity=95);
}

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


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


/*   NAVIGATION   */

#nav {
	width:176px;
	margin:0;
	float:left;
}


#nav ul {
	margin:0;
	padding:0;
	font-size:small;
	line-height:140%;
}

#nav li {
	width:160px;
	list-style-type:none;
	margin: 0 0 6px 20px;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	font-weight:bold;
}

#nav li a:link,#nav li a:active,#nav li a:visited {
	width:152px; 
	padding:4px;
	display: block;
	text-decoration:none;
	color:#333333;
	background-color:#ffffff;
}

#nav li a:hover {
	width:152px; 
	padding:4px;
	display: block;
	text-decoration:none;
	color:#333333;
	background-color:#d8dde2;
}

/*   NAV SUBMENU   */

#nav ul li ul {
	margin:0;
	padding:0;
	font-size:small;
	line-height:120%;
	border:0;
}

#nav ul li ul li {
	margin:0;
	padding:0;
	color:#999999;
	border:0;
	font-weight:normal;
}


#nav ul li ul li a:link,#nav ul li ul li a:active,#nav ul li ul li a:visited {
	color:#666666;
	background-color:#ffffff;
	border:0;
}

#nav ul li ul li a:hover {
	color:#666666;
	background-color:#dfe3e6;
	border:0
}








#maillist {
	width:780px;
	margin-top:10px;
	margin-left:20px;
	padding:10px;
	text-align:left;
	color:#000000;
	font-size:small;
	background-color:#f0f0f0;
        opacity:0.8;
        filter:alpha(opacity=80);
}

#maillist p {
	margin:0 4px 8px 4px;
	font-size:x-small;
	color:#666666;
	line-height:140%;
}





/*   FOOTER   */


#footer {
	width:800px;
	margin-top:10px;
	margin-left:20px;
	padding:8px 0 8px 0;
	text-align:left;
	color:#000000;
	font-size:small;
	background-color:#f0f0f0;
        opacity:0.6;
        filter:alpha(opacity=60);
}


#footer_nav {
	
}

#footer_legal {

}

#footer ul {
	margin:4px 0 4px 20px;
	padding:0;
}

#footer li {
	margin:0 16px 8px 0;
	padding:0;
	list-style-type:none;
	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;
}
