@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */
.greyBig {
	color:#666666;
	font-size:18px;
}


html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	line-height:28px;
}
a {
	text-decoration: none;
	color:#999999;
}

a:hover {
	text-decoration: none;
	color:#333333;
}
.clear {
	line-height:0;
	font-size: 0;
	height: 0;
	clear:both;
}

#pageLayoutAll {
	background-color:#FFFFFF;
	background-image:url('images/colorTile.jpg');
	width:1002px;
	height:715px;
	margin: auto;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#pageTop {
	width:1000px;
	position:relative;
	height:415px;
}
#pageBottom {
	width:1000px;
	position:relative;
}
#pageBottomLeft {
	float: left;
	width: 129px;
	position:relative;
}
#pageBottomRight {
	float: right;
	width: 669px;
	position:relative;
	padding-top: 40px;
	padding-right: 70px;
	padding-left: 131px;
	background-color:#FFFFFF;
}
#footer {
	float: right;
	width: 870px;
	position:relative;
	background-color:#FFFFFF;
	padding-top: 50px;
	padding-bottom: 20px;
}
