
	/* PAGE BANDS COMMON BEGIN */
	#header, #navigation, #content, #footer {
		text-align:left;
		margin:0px auto 0px auto;
		width:870px;
	}
	/* PAGE BANDS COMMON END */

	/* HEADER BEGIN */
	#header {
		height:90px;
		background:#025889 url(images/header_bg.gif) top left no-repeat;
	}
	#logo {
		border:none;
		/*position:relative;*/
		/*top:20px;
		left:20px;*/
		margin-top:25px;
		margin-left:32px;
		margin-bottom:10px;
		margin-right:22px;
		float:left;
		width:540px;
		height:60px
	}
	/* HEADER END */

	/* NAVIGATION BEGIN */
	#navigation {
		text-align:center;
		background:#025889 url(images/nav_bg.gif) top left repeat-y;
	}
	
	#navigation #nav_splitter {
		display:block;
		margin:0px auto 0px auto;
		padding:5px 0px 8px 0px;
		background:url(images/nav_bottom_bg.gif) bottom left no-repeat;
	}
	
	#navigation table {
		width:820px;
		margin:0px auto 0px auto;
		border:none;
		background-color:#025889;
		border-collapse:collapse;
	}
	
	#navigation td {
		/*
		padding-left:5px;
		padding-right:5px;
		*/
		text-align:center;
		background:none;
		border:none;
		/*border:1px solid #FF0000;*/
		margin:0;

		/*width:25%;*/
	}
	
	a {
		text-decoration:none;
	}
	
	a:hover {
		text-decoration:underline;
	}		

	#navigation a {
		display:block;
		width:106px;
		text-decoration:none;
		line-height:35px;
		font-size:11px;
		font-weight:bold;
		cursor:pointer;
		margin:0 0 0 0;
		padding:0 0 0 0;
		color:#025889;
		background:#a9dffe url(images/nav_btn_bg_right.gif) right bottom no-repeat;
		text-transform:uppercase;
	}
	
	#navigation a:focus {
		outline:none;
	}
	
	#navigation a span {	
		display:block;
		background:url(images/nav_btn_bg_left.gif) left bottom no-repeat;
	}
	
	#navigation a:hover,
	#navigation .active a {
		background-position:right top;
		background-color:#e3f4fe;
		color:#0374b4;
		text-decoration:underline;
	}
	
	#navigation a:hover span,
	#navigation .active a span {
		background-position:left top;
	}

	/* NAVIGATION END */
	
	
	/* CONTENT BEGIN */
	#content {
		width:770px;
		background: #FFF url(images/content_bg.gif) top left repeat-y;
		padding:17px 50px 53px 50px;
	}
	/* CONTENT END */

	/* FOOTER BEGIN */
	#footer {
		padding-bottom:10px;
		background: #FFF url(images/content_bg.gif) top left repeat-y;
	}
	
	#copyright {
		padding:0px 54px 0px 54px;
		margin:0px 0px 0px 0px;
		line-height:54px;
		text-align:right;
		white-space:nowrap;
		font-size:12px;
		color:#999999;
	}
	/* FOOTER END */