body, div, tr, td, span {
	font-family: Arial, Helvetica, sans-serif;
	color: #323232;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #ffffff;
	padding: 20px;
}

.selection_current {
	background-image: url(../media/section_current.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 114px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	padding-top: 10px;
}
.selection {
	background-image: url(../media/section.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 114px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	padding-top: 16px;
}

.leftDiv {
	background-image: url(../media/left.jpg);
	background-repeat: no-repeat;
	width: 245px;
	height: 612px;
	padding-left: 12px;
	color: #ffffff;
}
.topPusherDiv {
	width: 533px;
	height: 0px;
}
.navDiv {
	position: relative;
	top: 16px;
	left: -12px;
	width: 533px;
}
.subNavDiv {
	position: relative;
	left: -12px;
	background-image: url(../media/subNav.png);
	background-repeat: no-repeat;
	width: 533px;
	height: 28px;
		padding: 7px;
	color: #ffffff;
	font-weight: bold;
}

.stageDiv {
	position: relative;
	left: -12px;
	width: 533px;
	border-right: 1px solid #eeeeee;
}
.bottomDiv {
	position: relative;
	left: -12px;
	background-image: url(../media/bottom.png);
	background-repeat: no-repeat;
	width: 533px;
	height: 26px;
	text-align: right;
	color: #ffffff;
}
.bottomBottomDiv {
	position: relative;
	left: -12px;
	width: 533px;
	padding-right: 12px;
	text-align: right;
}

.textPadding {
	padding: 8px;
}
.noPadding {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
.mainPagePadding {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
.sep {
	font-size: 1px;
}
.sectionHeader {
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
}
.readMore {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}

a:link {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00CCFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00CCFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9933;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9933;
	text-decoration: none;
	font-weight: bold;
}
.leftDiv a, .leftDiv a:visited, .leftDiv a:active {color:#ffffff; text-decoration:underline;}
.leftDiv a:hover {color:#FFFFCC; text-decoration:underline;}

