body {
	margin: 0;
	background: url(images/pagebg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#leftside {
	background: url(images/leftbg.jpg) no-repeat top right;
}
#rightside {
	background: url(images/rightbg.jpg) no-repeat top left;
}
#footleftside {
	background: url(images/footleftbg.jpg) repeat-y top right;
}
#footrightside {
	background: url(images/footrightbg.jpg) repeat-y top left;
}
#righttop {
	background: url(images/righttop.jpg) no-repeat left;
}
#rightbot {
	background: url(images/rightbot.jpg) no-repeat left;
}
#lefttop {
	background: url(images/lefttop.jpg) no-repeat right;
}
#leftbot {
	background: url(images/leftbot.jpg) no-repeat right;
}

.pagetitle {
	font-size: 25px;
	color: white;
}
.maintext {
	font-size: 12px;
	color: black;
}
.maintext a {
	font-size: 12px;
	color: #4a245e;
}
.maintext a:hover {
	font-size: 12px;
	color: #009959;
}
.breadcrumbs {
	font-size: 12px;
	color: #939393;
}
.breadcrumbs a {
	font-size: 12px;
	color: #4a245e;
	text-decoration: none;
}
.breadcrumbs a:hover {
	font-size: 12px;
	color: #009959;
	text-decoration: none;
}

#menuli ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
}
#menuli li {
	display: inline;
	margin: 0;
	padding: 0;
}
#menuli ul ul {
	list-style: none;
	margin-left: 0;
	padding-left: 10px;
	padding-right: 10px;
	background: #009959;
	padding-bottom: 0;
	display: none;
	padding-top: 0;
	margin-top: 0;
}
.menu a {
	font-size: 14px;
	display: block;
	padding: 5px;
	padding-left: 10px;
	background: #cccccc url(images/trimainoff.gif) right no-repeat;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #b7b7b7;
	color: #4a245e;
	text-decoration: none;
}
.menu a:hover {
	font-size: 14px;
	display: block;
	padding: 5px;
	padding-left: 10px;
	background: #009959 url(images/trimainon.gif) right no-repeat;
	border-top: 1px solid #c0e6d6;
	border-bottom: 1px solid #007b48;
	color: #FFFFFF;
	text-decoration: none;
}
.menuon a {
	font-size: 14px;
	display: block;
	padding: 5px;
	padding-left: 10px;
	background: #009959 url(images/trimaindown.gif) right no-repeat;
	border-top: 1px solid #c0e6d6;
	border-bottom: 1px solid #009959;
	color: #FFFFFF;
	text-decoration: none;
}
.menuon a:hover {
	font-size: 14px;
	display: block;
	padding: 5px;
	padding-left: 10px;
	background: #009959 url(images/trimaindown.gif) right no-repeat;
	border-top: 1px solid #c0e6d6;
	border-bottom: 1px solid #009959;
	color: #FFFFFF;
	text-decoration: none;
}
.menusub a {
	font-size: 11px;
	display: block;
	padding: 2px;
	background: #009959 url(images/trisuboff.gif) right no-repeat;
	border-top: 1px solid #c0e6d6;
	border-bottom: none;
	color: #FFFFFF;
	text-decoration: none;
}
.menusub a:hover {
	font-size: 11px;
	display: block;
	padding: 2px;
	background: #4a245e url(images/trisubon.gif) right no-repeat;
	border-top: 1px solid #c0e6d6;
	border-bottom: none;
	color: #FFFFFF;
	text-decoration: none;
}
.menusubon a {
	font-size: 11px;
	display: block;
	padding: 2px;
	background: #4a245e url(images/trisubon.gif) right no-repeat;
	border-top: 1px solid #c0e6d6;
	border-bottom: none;
	color: #FFFFFF;
	text-decoration: none;
}
.menusubon a:hover {
	font-size: 11px;
	display: block;
	padding: 2px;
	background: #4a245e url(images/trisubon.gif) right no-repeat;
	border-top: 1px solid #c0e6d6;
	border-bottom: none;
	color: #FFFFFF;
	text-decoration: none;
}

.titles {
	font-size: 14px;
	color: #4a245e;
}
