body {
	margin:0;
	padding:0;
}

#header {
	width:100%;
	height:112px;
	margin:0;
	padding:0;
	border-top:8px solid #006699;
	border-bottom:1px solid #006699;

}

.header_background {        
	background-color:#f7f7ff;
	background-position: left;
	background-repeat:repeat-x;
	background-image:url(../images_template/header.jpg);
}


#wrapper {
	width:100%;
	margin:0;
	padding:0;

	background-color:#f0f0f0;
	background-image:url(images_template/wrapper.jpg);
	background-position:top;
	background-repeat:repeat-x;
}


#main {
	
	margin:0 0 0 300px;
	list-style-type:square;
	padding:20px;

	min-height:600px;

	background-color:#ffffff;
	background-image:url(images_template/main.jpg);
	background-position:top;
	background-repeat:repeat-x;
}


/*   NAVIGATION   */

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


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

#nav li {
	width:260px;
	list-style-type:none;
	margin: 0 0 8px 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:248px; 
	padding:6px;
	display: block;
	text-decoration:none;
	color:#333333;
	background-color:#ffffff;
}

#nav li a:hover {
	width:248px; 
	padding:6px;
	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
}


#nav_top {
	width:940px;
	margin: 4px auto 4px auto;
	padding:4px;	
}

#nav_top a {
	padding:12px 6px 12px 6px;
	font-weight:bold;
}

#nav_top ul {
	margin:0 0 0 20px;
	
}	

#nav_top ul li {
	margin:12px 0 12px 0;
	padding:0 12px 0 12px;
	list-style-type:none;
	display:inline;
	font-weight:bold;
	border-left:1px solid #cccccc;

}

#nav_top li a:link, #nav_top li a:active, #nav_top li a:visited {
	font-size:small;
	color:#000066;
}

#nav_top ul li a:hover {
	font-size:small;
	color:#660000;
}





/*   FOOTER   */


#footer {
	margin:0;
	background-color:#f7fff7;
	width:100%;

	border-top:1px solid #336600;

	/* background-image:url(images_template/footer.jpg);
	background-position:bottom;
	background-repeat:repeat-x; */
}

#footer_nav {
	margin-bottom:1em;
	font-weight:bold;
}

#footer_legal {
	font-weight:normal;
}

#footer ul {
	margin:20px;
}

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

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

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

}

/*   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;
}