body {
	background-color:#c3d2da;
	background-image:url(images_template/page_background_top.jpg);
	background-repeat:repeat-x;
	background-position:top; 
	background-attachment:fixed;
}

#header {
	width:560px;
	height:90px;
	margin:0 0 20px 197px;
	padding:0;
	background-color:#e5f5e5;
	background-image:url(images_template/banner.jpg);
}

#wrapper {
	width:760px;
	min-height:400px;
	margin:6px auto 0 auto;
	padding:10px 20px 10px 20px;
	background-color:#ffffff;
}

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


#main {
	width:560px;
	margin:0 0 0 197px;
	padding:0;
}


/*   NAVIGATION   */

#nav {
	width:160px;
	float:left;
}

#nav ul {
	color:#000099;
	margin:12px 0 20px 0;
	padding:0;
	font-size:small;
	line-height:140%;
}

#nav li {
	width:100%;
	list-style-type:none;
	text-align:center;
	margin: 0 0 2px 0;
}

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

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

/*   NAV SUBMENU   */

#nav ul li ul {
	color:#006699;
	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 .selected {
	font-weight:bold;
}

/*   FOOTER   */

#footer {
	clear:both;
	width:740px;
	margin:20px auto 8px auto;
	padding:10px;
	background-color:#e5eaf5;
	text-align:center;
	color:#666666;
}

#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;
	font-weight:normal;
	color:#000099;
}

#footer a:hover {
	text-decoration:none;
	font-weight:normal;
	color:#009900;

}

/*   LINKS   */

#main a:link, #main a:active, #main a:visited {
	color:#000099;
	text-decoration:none;
	font-weight:bold;
}

#main a:hover {
	color:#009900;
	font-weight:bold;
	text-decoration:underline;
}


/*   TURN OFF NOT PRINTING ITEMS   */

#header_print {
	display:none;
}

#footer_print {
	display:none;
}