.topBar {
	background-color: #2D596D;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.leftBar {
	background-image:  url("");
	background-repeat: repeat-y;
	background-position: right;
}
.rightBar {
	background-image:  url("");
	background-repeat: repeat-y;
	background-position: left;
}
.breakerBar {
	background-image:  url("../images/template/breakerBar.gif");
	background-repeat: repeat-x;
	background-position: center center;
	border-right: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
}
.bodyCopy {
	background-image:  url(../images/template/bodyCopyBg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #203945;
	text-align: left;
	vertical-align: top;
	width: 505px;
	padding-left: 50px;
	margin: 0px;
	border: 0px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.topicsCopy {
	background-image:  url("../images/template/topicsBg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #203945;
	text-align: left;
	vertical-align: top;
	padding: 20px 10px 10px 30px;
}
.leftCorner {
	background-image:  url("");
	background-repeat: no-repeat;
	background-position: right top;
}
.rightCorner {
	background-image:  url("");
	background-repeat: no-repeat;
	background-position: left top;
}
.header {
	background-image: url();
	background-repeat: no-repeat;
	background-position: center bottom;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #203945;
	text-align: left;
	padding-left: 50px;
	font-size: 12px;
	padding-right: 50px;
	padding-bottom: 20px;
	line-height: 12px;
}
#imgFloat {
	float: right;
}
.selected {
	list-style-position: outside;
	list-style-image: url(../images/template/bullet.gif);
	font-style: italic;
}
.selected a:link {
	color: #2D596D;
}
