body {
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/BG_blk.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited, a:active {
	color: #999999;
	text-decoration: underline;
}

a:hover {
	color: #333333;
}

#wrapper {
	width: 785px;
	margin: 0 auto;
	text-align: left;
}

#contentSplash {
	padding-top: 50px;
	text-align: center;
}

#contentSplash h2 {
	display: none;
}

#splBody {
	width: 785px;
	padding-top: 15px;
	font-size: 12px;
	color: #999999;
	text-align: left;
}

#leftcolumn {
	width: 324px;
	float: left;
}

#gutter {
	float: left;
	width: 20px;
	display: inline;
}

#rightcolumn {
	width: 441px;
	float: left;
	position: relative;
}

#rightcolumn h1 {
	font-size: 12px;
	color: #CCCCCC;
	text-align: left;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}

#splFooter {
	text-align: left;
	padding-left: 344px;
	margin-top: 50px;
	margin-bottom: 35px;
	width: 441px;
	font-size: 10px;
	color: #999999;
}

#splFooter p {
margin-top: 0px;
margin-bottom: 10px;
}

td {
	vertical-align: top;
}

img, img a {
	border: 0;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

.splHeader {
	text-align: center;
	display: inline;
	padding-bottom: 20px;
}

.flashNote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}

.callOut {
	font-weight: bold;
	color: #CCCCCC;
	font-style: italic;
}


