@charset "UTF-8";
/* CSS Document */

* { margin : 0; padding : 0; }

img { behavior: url(css/iepngfix.htc); }

html, body { width: 100%; height: 100%; }

a, img {margin: 0; padding: 0;}

body {
	background: url(../images/layout/layoutPageBG.jpg) top left repeat-x #3d5c1a;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
div#PageContainer {
	margin: 0;
	padding: 0;
	width: auto;
	min-height: 100%;
	height: auto;
	/* background: #F00; */	
	}
	
div#Header {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 120px;
	color: #666053;
	}
	
	div#Header h1 {
		position: absolute;
		margin: 20px;
		background: url(../images/layout/Change09_Logo_375-150.png) no-repeat 0 0;
		text-indent: -9999px;
		display: block;
		width: 300px;
		height: 80px;
		}
		
	div#Header h5 {
		font-style: normal;
		font-size: 1.3em;
		color: #99CC33;
		text-align: center;
		padding-top: 64px;
		}
		
div#Content {
	margin: 0 auto;
	padding: 0;
	widows: 960px;
	height: auto;
	overflow: auto;
	}
	
div#Navigation {
	margin: 0 auto;
	padding: 0;
	margin-bottom: 20px;
	width: 960px;
	height: 44px;
	}

div#Footer {
	margin: 0 auto;
	padding: 5px;
	width: 950px;
	font-size: 0.8em;
	}
	
div#Footer p {
	text-align: center;
	}
	
/** MENU ******************************************************************/
/** MENU ******************************************************************/
/** MENU ******************************************************************/

ul#Menu {
	position: relative;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 44px;
	text-align: left;
	list-style-type: none;
	overflow: hidden;
	}
		
ul#Menu li {
	margin-left: 0;
	}
	
ul#Menu a {
	display: block;
	width: 104px;
	height: 44px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	}
		
li#Nav_1 {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/layout/layoutPageMenu.png) no-repeat 0 0;
	}
	
li#Nav_2 {
	position: absolute;
	top: 0;
	left: 107px;
	background: url(../images/layout/layoutPageMenu.png) no-repeat -107px 0;
	}

li#Nav_3 {
	position: absolute;
	top: 0;
	left: 214px;
	background: url(../images/layout/layoutPageMenu.png) no-repeat -214px 0;
	}

li#Nav_4 {
	position: absolute;
	top: 0;
	left: 321px;
	background: url(../images/layout/layoutPageMenu.png) no-repeat -321px 0;
	}

li#Nav_5 {
	position: absolute;
	top: 0;
	left: 428px;
	background: url(../images/layout/layoutPageMenu.png) no-repeat -428px 0;
	}
	
li#Nav_6 {
	position: absolute;
	top: 0;
	left: 535px;
	background: url(../images/layout/layoutPageMenu.png) no-repeat -535px 0;
	}
	
li#Nav_7 {
	position: absolute;
	top: 0;
	left: 642px;
	background: url(../images/layout/layoutPageMenu.png) no-repeat -642px 0;
	}
	
li#Nav_8 {
	position: absolute;
	top: 0;
	left: 749px;
	background: url(../images/layout/layoutPageMenu.png) no-repeat -749px 0;
	}
	
li#Nav_9 {
	position: absolute;
	top: 0;
	left: 856px;
	background: url(../images/layout/layoutPageMenu.png) no-repeat -856px 0;
	}
	
li#Nav_1 a:hover {background: url(../images/layout/layoutPageMenu.png) no-repeat 0 -44px;}
li#Nav_2 a:hover {background: url(../images/layout/layoutPageMenu.png) no-repeat -107px -44px;}
li#Nav_3 a:hover {background: url(../images/layout/layoutPageMenu.png) no-repeat -214px -44px;}
li#Nav_4 a:hover {background: url(../images/layout/layoutPageMenu.png) no-repeat -321px -44px;}
li#Nav_5 a:hover {background: url(../images/layout/layoutPageMenu.png) no-repeat -428px -44px;}
li#Nav_6 a:hover {background: url(../images/layout/layoutPageMenu.png) no-repeat -535px -44px;}
li#Nav_7 a:hover {background: url(../images/layout/layoutPageMenu.png) no-repeat -642px -44px;}
li#Nav_8 a:hover {background: url(../images/layout/layoutPageMenu.png) no-repeat -749px -44px;}
li#Nav_9 a:hover {background: url(../images/layout/layoutPageMenu.png) no-repeat -856px -44px;}