body {
	/* background-image:url(images_template/page.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#006699; */

	background-color:#99c2d6;
}

#header {
	width:760px;
	height:142px;
	margin:0 auto 0 auto;
	padding:0;
	background-color:#2e5380;
	background-image:url(images_template/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;

	border:12px solid #ffffff;
}

#wrapper {
	width:760px;
	min-height:400px;
	margin:0 auto 0 auto;
	border:12px solid #ffffff;
	background-color:#ffffff;
}

#wrapper_bottom {
	width:760px;
	height:1px;
	clear:left;
}


#main {
	width:540px;
	margin:0 0 0 217px;
	padding:0 0 20px 0;
	list-style-type:square;
}


/*   NAVIGATION   */

#nav {
	width:180px;
	float:left;
}

#nav_top {
	width:180px;
	height:1px;
	margin:0 0 1px 0;
	background-color:#000000;
}

#nav_bottom {
	width:180px;
	height:1px;
	margin:0 0 24px 0;
	background-color:#000000;
}

#nav ul {
	color:#ffffff;
	margin:0;
	padding:0;
	font-size:small;
	line-height:140%;
}

#nav li {
	width:100%;
	list-style-type:none;
	text-align:left;
	margin: 0 0 1px 0;
}

#nav li a:link,#nav li a:active,#nav li a:visited {
	width:172px; 
	padding:6px 4px 6px 4px;
	display: block;
	background-color:#3d6682;
	text-decoration:none;
	color:#ffffff;
}

#nav li a:hover {
	width:172px;
	padding:6px 4px 6px 4px;
	display: block;
	background-color:#8ba3b4;
	text-decoration:none;
	color:#ffffff;
}

/*   NAV SUBMENU   */

#nav ul li ul {
	color:#ffffff;
	margin:0;
	padding:0;
	font-size:small;
	line-height:120%;
	font-style:italic;
}

#nav ul li ul li {
	width:100%;
	list-style-type:none;
	text-align:center;
	margin: 0;
}


#nav_maillist {
	background-color:#d3e1df;
	padding:4px;
}

#nav_maillist p {
	margin-top:2px;
	margin-bottom:6px;
}


/*   FOOTER   */


#footer {
	width:680px;
	margin:0 auto 0 auto;
	border:12px solid #ffffff;
	padding:10px 40px 10px 40px;
	background-color:#2e5380;
	background-image:url(images_template/footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	color:#ffffff;
}

#footer_nav {
	margin-bottom:1em;
}

#footer_legal {

}

#footer ul {
	margin:4px 0 6px 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:#ffffff;
}

#footer a:hover {
	text-decoration:none;
	color:#cccccc;

}

/*   LINKS   */

a:link, a:active, a:visited {
	color:#006699;
	text-decoration:none;
}

a:hover {
	color:#003399;
	text-decoration:underline;
}



/*   TURN OFF NOT PRINTING ITEMS   */

#header_print {
	display:none;
}

#footer_print {
	display:none;
}