body {
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.mainTable {
	display: block;
	margin-top: 44px;
}

.navBlock {
	display: block;
	height: 228px;
	width: 170px;
	background-image: url(images/navBg.gif);
	background-repeat: no-repeat;
}

.navItem {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #3300CC;
	background-image: url(images/navBg-off.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 170px;
	margin: 0px 0px 0px 0px;
}

.navItem:hover {
	background-image: url(images/navBg-on.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
}

.navPadding {
	display: block;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}

.bottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3300CC;
	padding-left: 12px;
	padding-top: 8px;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 5px;
}

.contentBlock {
	display: block;
	background-image: url(images/contentFrameSides.gif);
	background-repeat: repeat-y;
	width: 590px;
	padding: 0px 15px 0px 27px;
}

.textBlock {
	display: block;
	width: 548px;
}
.pageTitle {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #6480BE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.bodyText {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

ul {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin-left: 0px;
}

li {
	list-style-position: inside;
	list-style-type: disc;
}

.bullet {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 12px;


}
