@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/background2.jpg) repeat-x;
}

td img {display: block;}


#indexBody {
	padding: 13px;
	position: relative;
}

#bodyBG {
	background-color: #FFFFFF;
	background-image: url(images/subBodyBack.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.headerTitleText {
	font-size: 20px;
	margin-left: 10px;
	font-weight: bold;
}
.titleText {
	font-weight: bold;
	font-size: medium;
}
li {
	list-style-image: url(images/greenBullet.jpg);
	list-style-position: outside;
}
#homeNews titleText {
	font-size: 12px;
	font-weight: bold;
}
#homeNews ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	display: block;
	list-style: url(images/greenBullet.jpg) outside;
}
#homeNews li {
	list-style: url(images/greenBullet.jpg) outside;
	display: block;
	margin-bottom: 20px;
}
#homeNews strong {
	color: #006600;
}
#homeNews a {
	color: #006600;
	text-decoration: underline;
}
#homeNews a:visited {
	color: #006600;
	text-decoration: underline;
}
#homeNews a:hover {
	color: #006600;
	text-decoration: none;
}


#homeNews {
	margin-left: 10px;
	margin-right: 10px;
	width: 206px;
}
#homeNews p {
	font-size: 13px;
	font-weight: bold;
}

.footerText {
	font-size: small;
	line-height: 20px;
	padding-left: 195px;
	padding-right: 45px;
	padding-top: 20px;
}
.footerText a {
	color: #000000;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
}

.subTilte {
	font-size: 14px;
	font-weight: bold;
	color: #2C0D50;
}
.rightBox {
	background: #FFFFFF;
	margin: 0px 0px 100px 50px;
	padding: 10px;
	width: 310px;
	border-width: 0px;
	border-style: none;
	float: right;
}
.hmenu {
	display: inline;
	font-size: 11px;
}

