@charset "utf-8";
body { background:url(../img/rptnbg.jpg); }

#container {
	margin: 100px auto 0px;
	padding: 5px;
	width: 988px;
	height:662px;
	color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	background:url(../img/splash_contBG.png) no-repeat;
	display: none;
}

#image {
	margin: 0px;
	padding: 10px;
	float: left;
	height: 150px;
	width: 200px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	display: none;
}

#content {
	width: 724px;
	float: left;
	padding: 20px 10px 10px;
	height: 440px;
}

#content ul li {
	color: #FFFF00;
	font: italic 24px Arial;
	list-style: square;
}

#header {
	margin: 0px;
	padding: 10px;
	float: left;
	height: 150px;
	width: 724px;
	border-bottom: 2px solid #FFFFFF;
	display: none;
}

#left {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 200px;
	border-right: 2px solid #FFFFFF;
	height: 450px;
	display: none;
}

#left ul {
	margin: 0px;
	padding: 20px 0px 30px 15px;
}

#left ul li {
	list-style: square;
}

.text {
	display:none;
}

#left li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

#left li a:hover {
	font-weight: normal;
	letter-spacing: 2px;
}

h2 {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

.top-nav {
	height: 50px;
	text-transform: capitalize;
	font: normal 14px Verdana;
	color: #FFFFFF;
	display: none;
}

.top-nav  a   {
	display: block;
	height: 37px;
	float: right;
	text-transform: uppercase;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
	background: url(../img/top-nav-spacer.png);
	padding-top: 13px;
	cursor: crosshair;
}
.top-nav  a:hover   { color: #0099CC; }

.top-navLeftPad {
	background: url(../img/top-nav-leftpad.png) no-repeat;
	height: 50px;
	width: 22px;
	float: right;
	margin-left: 5px;
}
.top-navRightPad {
	background: url(../img/top-nav-rightpad.png) no-repeat;
	height: 50px;
	width: 22px;
	float: right;
	margin-right: 5px;
}

.bottom-nav {
	height: 50px;
	text-transform: capitalize;
	font: normal 14px Verdana;
	color: #FFFFFF;
	display: none;
}

.bottom-nav  a   {
	display: block;
	height: 37px;
	float: right;
	text-transform: uppercase;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
	background: url(../img/top-nav-spacer.png);
	padding-top: 13px;
	cursor: crosshair;
}
.bottom-nav  a:hover   { color: #0099CC; }

.bottom-navLeftPad {
	background: url(../img/top-nav-leftpad.png) no-repeat;
	height: 50px;
	width: 22px;
	float: right;
	margin-left: 5px;
}
.bottom-navRightPad {
	background: url(../img/top-nav-rightpad.png) no-repeat;
	height: 50px;
	width: 22px;
	float: right;
	margin-right: 5px;
}
