@charset "utf-8";
/* CSS Document */
html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body{
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 21px;
	margin-left: 0px;
	font-size: 14px;
	background-image: url(../images/site-bkgrnd.gif);
}
body a{
	color: #0000FF;
}
#tableMain{
	background-image: url(../images/body-bkgrnd.gif);
}
#tdHeader{
}
#tdNavbar{
	height: 34px;
	background-image: url(../images/navbar-top.gif);
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
}
#tdNavbar a{
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-right: 17px;
	margin-left: 17px;
}
#tdNavbar a:hover{
	color: #F9C740;
	background-image: url(../images/navbar-top-over.gif);
	/*background-color: #7558A4;*/
}
#tdBody{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	vertical-align: top;
}
#tableBody{
}
#tdBocycolumn1{
	vertical-align: top;
}
#tdBocycolumn2{
	vertical-align: top;
	padding-left: 7px;
}
#tdBocycolumn3{
	vertical-align: top;
	padding-left: 7px;
}
#tdFooter{
	padding-top: 15px;
	padding-bottom: 23px;
}
#tableFooter{
}
#tdFootertop{
	background-image: url(../images/footertop-bkgrnd.gif);
	height: 34px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3c1b74;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3c1b74;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 40px;
}

#tdFooterbottom{
	background-image: url(../images/footerbottom-bkgrnd.gif);
	height: 70px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #37068a;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #37068a;
}
#tableLeftnav{
	font-size: 13px;
}
#tdLeftnav{
}
.style1 {font-size: 14px}
.style2 {
	font-size: 18px;
	font-weight: bold;
}
.center{
	text-align: center;
}
.centerPurple{
	text-align: center;
	color: #37068a;
}
.tablePanel{
	border: 2px solid #fec840;
	background-color: #FFFFFF;
	margin-bottom: 7px;
}
.tdPanelhead{
	height: 28px;
	background-image: url(../images/panelhead-bkgrnd.gif);
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #37068a;
	font-size: 18px;
	padding-left: 10px;
	vertical-align: middle;
}
.tdPanelbody{
}
.tdPanelbodymaincontent{
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
}
.tdPanelbodysidecontent{
	text-align: justify;
	padding: 10px;
}
