body { 
margin:0px;
padding: 0px;
font-family: Verdana,Arial,Geneva, Helvetica, sans-serif;
font-size:14px;
color: #000000;
background-color:#000000;
}
a:link, a:visited{
	color: #3F5B73;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana,Arial,Geneva, Helvetica, sans-serif;
}
a:hover{
text-decoration: underline;
}
a:active, a:focus{
	outline: none;
}
h1,h2,h3,h4,h5{
	color:#b41e6c; padding: 0px; margin-left:8px;font-family: Verdana,Arial,Geneva, Helvetica, sans-serif;
}
h1{
	font-size:24px;
	margin-top: 7px;
}
h2{
	font-size:16px;
	margin-top: 7px;
}
h3{
 font-size:14px;	
}
.fix{
	clear: both;
}
/* *********************** Image Border Fix ****************************/
a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; background-color: transparent; }        /* trick to hide the border in Netscape 4 */

@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
    a:hover img{ color: inherit; background-color:none; } 
}

th, td { /* ns 4 */
 font-family: "trebuchet MS", Georgia, Verdana, sans-serif;
}
/* *********************** Image Border Fix ****************************/
/* ******************  print  ************** */
@media print {
   h1, h2, h3,
   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
   blockquote,
   pre           { page-break-inside: avoid }
   ul, ol, dl    { page-break-before: avoid }
   .navbar       { background-color: #fff; color: #000; border-color: #000; border-width: 1px; }
   a.tnav, a.bannerLink     { font-weight: normal }
}
/* ******************  speech  ************** */
@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}
/* ******************  speech ends************** */
.header{
	background-image: url(../images/logo_bg.jpg);
	background-position: top ;
	background-repeat: no-repeat;
	height:219px;
}
.l_nav{
	background-color:#66113d;
	width: 215px;
	border-top:5px solid #b41e6c;
	border-left:5px solid #b41e6c;
}
.l_nav ul{
	margin: 15px 0px 15px 0px;
	padding: 0px;
	list-style: none;
}
.l_nav li{
	background-image: url(../images/nav_bg.jpg);
   background-position: left;
   background-repeat: no-repeat;
  padding-left:20px;
  margin:4px 0px 0px 5px;
}
.l_nav a:link,.l_nav a:visited{
	color: #9bc5fa;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.l_nav a:hover{
   text-decoration: underline;
}
.l_nav a:link img{
   margin-top:10px; 
}
.download{
	margin-left:10px;
	margin-top: 10px;
}
.ads{
margin-left:30px;
margin-top: 5px;
float: left;
clear: both;
}
.ads1{
margin-left:18px;
margin-top: 5px;
float: left;
clear: both;
}
.content{
	width:540px;
	background-color:#ffffff;
	border-top:5px solid #b41e6c; 
	text-align: justify;
}
.content p{
	margin: 8px;
	line-height:22px;
}
.right{
	width:255px;
	background-color:#f8ebf2;
	border-top:5px solid #b41e6c;
	border-right:5px solid #b41e6c;
}
.right a:link img{
	border: 1px solid #f8ebf2;
}
.footer{
   border:5px solid #b41e6c;
	background-color: #b41e6c;
   color: #ffffff;
	font-size: 11px;
	font-family: Verdana,Arial,Geneva, Helvetica, sans-serif;
	text-align: center;
}
.footer a:link,.footer a:visited{
   color: #8AC5FA;
	text-decoration: none;
}
.footer a:hover{
text-decoration: underline;
}

.f_music{
	width:430px;
	float: left;
}
.f_music a:link,.f_music a:visited{
   color: #fff;
	text-decoration: none;
}
.f_music a:hover{
text-decoration: underline;
}
.f_link {
  width:550px;
	float: right;
	text-align: center;
}
.f_link a:link,.f_link  a:visited{
   color: #fff;
	text-decoration: none;
	font-weight: normal;
	margin-left: 8px;
}
.f_link a:hover{
text-decoration: underline;
}
.bottom{
	background-image: url(../images/bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 97px;
}
