	html,body {
		height:100%;
		padding-top:10px;
		margin:0px;
		background-image:url('images/Gradient.jpg');
		background-attachment:fixed; 
		background-position: left top; 
		background-repeat:repeat-x;
		background-color:white; 

		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
	}
	img{
		border: 0px;
	}
	.pageLayout{
		height: 100%;
		width:779px;
		margin:auto;
	}
		
	.navShadow{
		display:block;
		padding:0px;
		margin:0px;
		border-right:1px solid #ffffff;
		border-left:1px solid #ffffff;
		clear:left;
	}
	
	.navigationButtons{
		padding:0px;
		margin:0px;
		text-align:center;
		float:left;
		width:777px;
		border:1px solid #ffffff;
	}
	.mainContent{
		border-top: 1px solid transparent !important;
		border: 0px;
		border-right:1px solid #ffffff;
		border-left:1px solid #ffffff;
		text-align:left;
		padding-left:20px;
		padding-top:0px;
		padding-bottom:20px;
		padding-right:0px;
	}
	.accessibilityLevels{
		padding-top:3px;
		float:right;
		text-align:right;
	}
	a.buttonLink:link, a.buttonLink:visited {
		text-decoration: none;
		font-family:verdana;
		font-size:small;
		font-weight:bold;
		color:#ffffff;
	}
	a.buttonLink:hover, a.buttonLink:visited:hover, a.buttonLink:active{
		text-decoration:none;
		font-weight:bold;
	}
	.bannerImg{
		display:block;
		width:777px ;
		height:113px;
		border-top:1px solid #ffffff;
		border-left:1px solid #ffffff;
		border-right:1px solid #ffffff;
	}
	.mainContentPosition{
		vertical-align:top; 
 		text-align:left; 
		background-color: #ffffff;
		padding-bottom:20px;
		border-left:1px solid #ffffff;
		border-right:1px solid #ffffff;
		padding-top:6px; 
	} 
	.VerticleImagePosition{ 
		vertical-align:top; 
		width:258px; 
 		text-align:left; 
		background-color: #ffffff;
	} 
	.footer{ 
		width:777px;
		height:60px;
		background-color: #ece9d8;
		border-color: #ece9d8;
		border-right:1px solid #ffffff;
		border-left:1px solid #ffffff;
		border-bottom:1px solid #ffffff;
		}
	
