html {
	height:100%;
}
body {	
	background-color:#19aaea;
	padding:0;
	margin:0;
	font:12px/16px Arial, Helvetica, sans-serif;	
}
#grass {
	background:url(../images/bottomGrass.jpg) bottom left repeat-x;
	height:45px;
}
#wrapper {
	width:970px;
	margin:auto;
	margin-top:0;
	margin-bottom:0;
}
#header {
	height:122px;
	background:url(../images/header.jpg) top left no-repeat;
}
#header h1 {
	text-indent:-1200px;
	overflow:hidden;
	font-size:9px;
}
#footer {
	background:url(../images/footer.jpg) top left no-repeat;
}
#footer p {
	font-size:9px;
	line-height:10px;
	color:#fff;
	margin:0;
	padding-top:23px;
	padding-bottom:20px;
	text-align:center;
}
#wrapper2 {
	background:url(../images/tileWrapper2.gif) top left repeat-y;
}
#push15 {float:left;width:15px;}
#push42 {float:left;width:42px;}
#push25 {float:left;width:25px;}
#leftNav {
	float:left;
	width:178px;
	padding-top:25px;
}
#pageContent {
	float:left;
	width:493px;
	padding-top:25px;
	color:#fff;
}
#pageContent h1 {
	font-size:18px;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0 0 9px 0;
	line-height:20px;
}
#pageContent h2 {
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:9px 0;
	line-height:18px;
}
#pageContent h3, #pageContent h4, #pageContent h5, #pageContent h6 {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	margin:9px 0;
}
#pageContent p {
	font:12px/16px Arial, Helvetica, sans-serif;
	margin:0;
	padding:5px 0;
}
#pageContent b, #pageContent strong {
	color:#ace2fa;
	font:14px/16px Arial, Helvetica, sans-serif;
}
#pageContent a {
	color:#85d3f5;
	font-weight:bold;
	text-decoration:underline;
}
#pageContent a:hover {
	text-decoration:none;
}
#rightNav {
	float:left;
	width:209px;
}
#otherLinks {
	background-color:#138ec4;
	margin-top:12px;
	padding:5px 0;
}
#otherLinks a, #leftNav a {
	display:block;
	color:#fff;
	text-decoration:none;
	padding:3px 8px 3px 12px;
	background:url(../images/bullet.gif) 5px 10px no-repeat;
}
#otherLinks a:hover, #leftNav a:hover {
	text-decoration:underline;
}
