@charset "utf-8";

a:link { 
	color:#0000FF;
	text-decoration:underline;
}
a:visited { 
	color:#9900CC;
}
a:hover { 
	color:#FF6600;
}
a:active { 
	color: #333333;
}
	
#mainBody {
	background-image: url(../images/PageBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #9865CA;
}
#sideMenuHeader1 {
	background-image:url(../images/SideMenuHeader.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
#sideMenu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	vertical-align:top;
	background-image:url(../images/SideMenuBody.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	
	border-color:#000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

	width: 200px;
	min-height:200;
}
#currentPage{
	background-image:url(../images/MenuSelectedBG.jpg);
	color:#FFFFFF;
	width:100%;
}
.contentMain1 {
	position: absolute;
	left: 663px;
	top: 266px;
	width: 614px;
	height: 325px;
	background-image: url(../images/TextBG.jpg);
	background-repeat: repeat-x;
}

#tblTextArea1 {

}
#tblContent1 {
	vertical-align:top;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#pageFooter {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	vertical-align:top;
}
.boldPurple {
	color: #67468B;
	font-weight:bold;
}