/* CSS Document */

		html {
			height: 100%;
		}

		body.f1 {
			height: 100%;
			margin: 0px;
			background: url(f1_gbackground.jpg) no-repeat;
		}
		
		body.f2 {
			height: 100%;
			margin: 0px;
			background: url(f2_gbackground.jpg) no-repeat;
		}
		
		body.f3 {
			height: 100%;
			margin: 0px;
			background: url(f3_gbackground.jpg) no-repeat;
		}
		
		body.f4 {
			height: 100%;
			margin: 0px;
			background: url(f4_gbackground.jpg) no-repeat;
		}
		
		body.f5 {
			height: 100%;
			margin: 0px;
			background: url(f5_gbackground.jpg) no-repeat;
		}

		#contentArea {
			position: relative;
			min-height: 100%;
		}

		* html #contentArea {
			height: 100%;
		}

		#footer {
			position: relative;
			margin-top: -59px;
			background: url(footer_bg.jpg) no-repeat #D9F1F3;
			height: 58px;
			border-top: 1px solid #13007C;
		}	
		
		#menu {
			position: relative;
			left: 350px;
			top: 45px;
			width: 515px;
		}	
		
		#content {
			position: relative;
			left: 350px;
			top: 65px;
			width: 520px;
		}
		
		a.menuLink {
			font: bold 10px Verdana;
			color: #003C82;
			text-decoration: none;
		}
		
		a.menuLink:hover {
			color: black;
		}
		
		p, td {
			font: 11px Verdana;
		}
		
		li {
			padding-bottom: 8px;
		}
		
		.tileover {
			filter:alpha(opacity=100);
			-moz-opacity:1.0;
			opacity:1.0;
		}
		
		.tileoff {
			filter:alpha(opacity=80);
			-moz-opacity:.80;
			opacity:.80;
		}
		
