@charset "UTF-8";
/* CSS Document */

		html, body { 
			margin: 0;
			padding: 0;
			width: 100%;
			height: 100%;
			background-color: #f7aabc;
	  		font: 11pt verdana, arial, helvetica, sans-serif;
		}
		
		#bg_image { 
			position: fixed;
			top: 0;
			left: 0;
			z-index: 1;
			width: 40%;
			height: 100%;
		}
		
		#scrollable {
			position: absolute;
			width: 580px;
			height: 100%;
			top: 0;
			left: 40%;
			z-index: 2;
			color: #fff;
			margin-bottom: 60px;
			border: none;
			background-color: #f7aabc;
		}
		
		#scrollable p {
			margin-left: 8px;
		}
		
		#scrollable  img, #scrollable  a img {
			border: 0;
			text-decoration: none;
		}
		
		#menuNav {
			list-style: none;
			padding: 0;
			margin: 0;
		    position: relative;
			text-align: center;
		}
		
		#menuNav li {
			display: inline;
			list-style-type: none;
			margin: 0;
		}
		
		#menuNav img, #menuNav a img {
			border: 0;
			text-decoration: none;
		}
		
		.padH {
			margin: 60px 0 0 0;
		}
		
		.fltrt { 
			float: right;
		}
		
		.fltlft { 
			float: left;
			margin-right: 10px;
		}
		
		.clearfloat { 
			clear: both;
			height: 0;
			font-size: 1px;
			line-height: 0px;
		}
		
		.centerText {
			text-align: center;
		}
		
		a:link, a:visited, a:hover, a:active {
			text-decoration: none;
			color: #f00;
		}
		
		a:hover {
			color: #739bd1;
		}
		
		img, a img {
			border: 0;
			text-decoration: none;
		}

		a.wB:link, a.wB:visited, a.wB:hover, a.wB:active {
			text-decoration: none;
			color: #fff;
			font-weight: bold;
		}
		
		a.wB:hover {
			color: #739bd1;
		}

		a.wnB:link, a.wnB:visited  {
			text-decoration: none;
			color: #fff;
		}
		
		a.wnB:hover, a.wnB:active {
			color: #739bd1;
		}

		h1 {
			text-align: center;
			width: 250px;
			font-size: 13pt;
			color: #f00;
		}
		
		.txtBold {
			font-weight: bold;
		}
		
		.specB {
			 border: #f48ba4 solid 3px;
			 padding: 16px 0;
			 text-align: center;
		}
