body {
 	font-family: sans-serif;
 	background: #363636 url(/img/back_mainSplat.jpg) no-repeat top center;
    font-size: 12px;
 	color: #000000;
 	margin: 0px;
 	text-align: center;
}

td {
	font-size: 12px;
}

h1 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}

/*------- Links -------*/

.topNav {
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.topNav:hover {
	text-decoration: none;
}

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.bottomLink {
	background-color: #e1e1e1;
	padding: 2px 10px 2px 10px;
}

.bottomLink:hover {
	color: #333333;
	text-decoration: none;
}

/*------- Page Structure -------*/

.outerShell {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.innerShell {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

.header {
	height: 30px;
	background: url(/img/back_headerBar.gif) no-repeat top center;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 1px;
}

.headerText {
	padding-top: 7px;
}

.mainContent {
	background-color: #ebebeb;
	padding: 20px 20px 0px 20px;
}

.pictureSpacing {
	margin: 5px;
}

.bottomNav {
	text-align: center;
	margin-top: 15px;
}

.footer {
	text-align: center;
	font-size: 10px;
	margin-top: 15px;
}

.footerCap {
	height: 28px;
	background: #FFFFFF url(/img/contentFooter.gif) no-repeat top center;
}

/*------- Content Cell Style -------*/

.leftCell {
	padding: 0px 10px 0px 0px;
	border-right: 1px Dotted #7c7c7c;
}

.midCell {
	padding: 0px 10px 0px 10px;
	text-align: center;
}

.rightCell {
	border-left: 1px Dotted #7c7c7c;
	padding: 0px 0px 0px 10px;
}