body {
	background-image:url(images_template/page_background.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#header {
	width:720px; /* actually 760 x 110 */
	height:70px;
	margin:0 auto 0 auto;
	padding:20px;
	background-color:#666666;
	background-image:url(/template_source/images_template/header_background.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#header p {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-style:italic;
	color:#cccccc;
	text-align:right;
	margin:30px 0 0 0;
}

#wrapper {
	width:760px;
	min-height:400px;
	margin:16px auto 0 auto;
}

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


#main {
	width:540px;
	min-height:400px;
	margin:0 0 20px 217px;
	padding:8px 0 16px 0;
}

#main li {
	list-style-type:square;
	margin-bottom:1em;
}


/*   NAVIGATION   */

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

#nav_top {
	width:180px;
	height:3px;
	margin:0;
	background-color:#ffffff;
}

#nav_bottom {
	width:180px;
	height:2px;
	margin:0 0 20px 0;
	background-color:#ffffff;
}

#nav ul {
	color:#003399;
	margin:0;
	padding:0;
	font-size:small;
	font-weight:bold;
	line-height:140%;
	background-image:url(images_template/nav_background_blue.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

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

#nav li a:link,#nav li a:active,#nav li a:visited {
	width:168px; 
	padding:6px;
	display:block;
	text-decoration:none;
	color:#003399;
}

#nav li a:hover {
	width:168px;
	padding:6px;
	display:block;
	text-decoration:none;
	color:#009933;
}

/*   NAV SUBMENU   */

#nav ul li ul {
	background:none;
	color:#006699;
	margin:0;
	padding:0;
	font-size:small;
	line-height:120%;
	font-style:italic;
	font-weight:normal;
}

#nav ul li ul li {
	width:100%;
	list-style-type:none;
	margin:0;
}

#nav li ul li a:link,#nav li ul li a:active,#nav li ul li a:visited {
	width:154px;
	padding:6px 6px 6px 20px;
}

#nav li ul li a:hover {
	width:154px;
	padding:6px 6px 6px 20px;
}

#nav .selected {
	color:#000000;
}

/*   MAILLIST   */

#nav_maillist {
	width:168px;
	height:200px;
	color:#006699;
	margin:0;
	padding:6px;
	font-size:small;
	line-height:120%;
	background-image:url(images_template/nav_background_green.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border-top:1px solid #ffffff;
}

#nav_maillist p {
	margin:0 0 .5em 0;
}

/*   FOOTER   */

#footer {
	clear:both;
	width:760px;
	margin:0 auto 0 auto;
	text-align:center;
	color:#999999;
}

#footer_top {
	width:760px;
	height:4px;
	background-color:#ffffff;
}

#footer_bottom {
	width:760px;
	height:2px;
	background-color:#ffffff;
}



#footer_nav {
	width:748px;
	padding:6px;
	background-color:#e4e9f4;
}

#footer_legal {
	font-size:smaller;
}

#footer_logos {
	width:760px;
	height:68px;
	margin:12px 0 12px 0;
	background-image:url(images_template/other_logos.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#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:#000066;
}

#footer a:hover {
	text-decoration:none;
	color:#006600;

}

/*   LINKS   */

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

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

/*   TURN OFF NOT PRINTING ITEMS   */

#header_print {
	display:none;
}

#footer_print {
	display:none;
}
