body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}



h1,h2,h3,h4,h5,h6,p{
padding:0px;
margin:0px;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #000000;
	text-align: justify;
}

.content1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #993300;
	text-align: justify;
	padding: 6px;
}
.lf {
	padding: 3px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px dotted #FF0000;
}

a {
	color: #FF99CC;
	}

a:hover {
	
	color: #FF0000;
	}

.footer
{
	font-family: Arial;
	font-size: 11px;
	color: #009900;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 10px;
}
.footer a
{
	font-family: Arial;
	color: #000000;
	font-weight: lighter;
	font-size: 11px;
	text-decoration: none;
}
.footer a:hover
{
	font-family: Arial;
	color: #FF0000;
	font-weight: lighter;
	font-size: 11px;
	text-decoration: underline;
}
.powered {
	font-family: Arial;
	font-size: 10px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
}
.powered a {
	font-family: Arial;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
}
.powered a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: lighter;
	color: #FF0000;
	text-decoration: underline;
}
.mt a{
	color: #000000;
	text-decoration: none;
	padding-right: 12px;
}
.mt a:hover{
	color: #000000;
	text-decoration: underline;
	padding-right: 12px;
}

/* left Menu start*/
.left_menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 240px; /* width of menu */
	display: block;	
}

.left_menu li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

.left_menu li a{
	display: block;
	color: #000000;
	width: auto; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}


.left_menu li a:hover{
	color: #FF0000;
	/*border-bottom: 1px solid white; bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
	display: block;
}
.jcontent1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
.jcontentlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	color: #660033;
	text-decoration: underline;
}
.jcontent2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
}
.jauthor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}