@charset "utf-8";
/* CSS Document */
* {
	outline:none;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #010101;
}
body {
	background-color: #610069;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #610069;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #610069;
}
a:hover {
	text-decoration: none;
	color: #610069;
}
a:active {
	text-decoration: underline;
	color: #610069;
}

p {
	margin:0;
	padding:2px 2px 6px 0;
}
img {
	border:none;
}
ul {
	margin:0px;
	padding:5px 0 5px 20px;
}
li 
{
	margin:0px;
	padding:3px 0 6px 4px;
}

.menu-bg {
	background:url(../images/menu-bg.jpg) repeat-x;
}

.menu-bg ul li{
	color:#FFF;
	font-family:"MS Reference Sans Serif";
	font-size:14px;
	display:inline;
	margin:0px;
	padding:0 10px;
	border-left:solid 1px #FFF;
}
.menu-bg li a{
	color:#FFF;
	font-family:"MS Reference Sans Serif";
	font-size:14px;
	text-decoration:none;
}
.nav-brd-top {
	border-top:solid 1px #efc3f2;
	background-color:#fceffd;
}
.nav-brd-bottom {
	border-bottom:solid 1px #efc3f2;
	background-color:#fceffd;
}
.nav-brd-left {
	border-left:solid 1px #efc3f2;
	background-color:#fceffd;
}
.nav-brd-right {
	border-right:solid 1px #efc3f2;
	background-color:#fceffd;
}
.img-text {
	font-size:14px;
	color:#31b184;
	text-align:center;
	font-weight:bold;
	}
.right-content-pad {
	padding:0 0 0 10px;
}
.img-right-pad {
	padding:0 10px 10px 0;
}

.h-bar {
	background:url(../images/foot-line-left.jpg) no-repeat left;
	background-color:#610069;
	width:100%;
	height:10px;
}
.hr-green {
	border:0px;
	border-bottom:solid 1px #6fd9b2;
	margin:0px;
	padding:0 0 -10px 0;
}

.testi {
	font-size:11px;
	color:#010101;
	line-height:20px;
	text-align:justify;
}
.green-text {
	font-size:13px;
	color:#0d5c3f;
}

.foot-link a{
	color:#000;
	font-size:12px;
}
.copywrite {
	font-size:10px;
	color:#000;
	padding:10px 0 0 0;
}
.copywrite span {
	padding-left:30px;
	display:block;
}
/*Left Menu*/


#left-head {
  font-weight:bold;
  color:#FFF;
  background:url(../images/left-menu-bg.jpg) no-repeat;
  height:25px;
  line-height:25px;
  vertical-align:middle;
  padding:0 0 6px 17px;
  cursor:pointer;
}
.left-head2 {
  font-weight:bold;
  color:#FFF;
  background:url(../images/left-menu-bg.jpg) no-repeat;
  height:25px;
  line-height:25px;
  vertical-align:middle;
  padding:0 0 6px 17px;
  cursor:pointer;
  text-decoration:none;
}
#left-sub {
	padding-bottom:10px;
}

#left-sub td{
  text-align:left;
  background:url(../images/left-menu-bullet.jpg) no-repeat left;
  padding-left:15px;
  line-height:15px;
  *padding-top:10px; /*IE7*/
  *line-height:0px; /*IE7*/
}

#left-sub td a{
		font-family:Tahoma, Geneva, sans-serif;
		font-size:11px;
		color: #100073;
		text-decoration:none;
		text-align:left;
		clear:both;
		width:140px;	
		padding-left:2px;
	}
	
#left-sub td a:hover{
	text-decoration:underline;
}
